function hook_entity_legal_document_method_alter in Entity Legal 8.2
Same name and namespace in other branches
- 7.2 entity_legal.api.php \hook_entity_legal_document_method_alter()
- 7 entity_legal.api.php \hook_entity_legal_document_method_alter()
- 4.0.x entity_legal.api.php \hook_entity_legal_document_method_alter()
- 3.0.x entity_legal.api.php \hook_entity_legal_document_method_alter()
Alter available user notification methods.
Parameters
array $methods: Available methods.
File
- ./
entity_legal.api.php, line 14 - API documentation for entity_legal module.
Code
function hook_entity_legal_document_method_alter(array $methods) {
$methods['existing_users']['email'] = t('Email all users');
}