Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_ct_event
Commits
b3e7f596
Commit
b3e7f596
authored
Mar 09, 2015
by
Kevin Paxman
Browse files
Remove hook_update_title_batch_alter that is no longer used
parent
c11e59a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
uw_ct_event.module
View file @
b3e7f596
...
...
@@ -1417,13 +1417,3 @@ function uw_ct_event_workbench_moderation_transition($node, $previous_state, $ne
}
}
}
/**
* Implements hook_update_title_batch_alter().
*/
function
uw_ct_event_update_title_batch_alter
(
&
$batch
)
{
$bundle
=
'uw_event'
;
$legacy_field
=
'title'
;
$entity_type
=
'node'
;
$batch
[
'operations'
][]
=
array
(
'title_field_replacement_batch'
,
array
(
$entity_type
,
$bundle
,
$legacy_field
));
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment