function hook_mailchimp_automations_entity_options in Mailchimp 7.5
Same name and namespace in other branches
- 7.4 mailchimp.api.php \hook_mailchimp_automations_entity_options()
Alter the entity options list on the automations entity form.
Parameters
array $entity_type_options: The full list of Drupal entities.
string $automation_entity_label: The label for the automation entity, if it exists.
File
- ./
mailchimp.api.php, line 83 - Mailchimp hook definitions.
Code
function hook_mailchimp_automations_entity_options(&$entity_type_options, $automation_entity_label) {
}