You are here

function hook_field_timer_entity_properties_alter in Field Timer 7.2

Same name and namespace in other branches
  1. 7 field_timer.api.php \hook_field_timer_entity_properties_alter()

Allow module to alter description of entity date properties.

See also

hook_field_timer_entity_properties()

File

./field_timer.api.php, line 33
Hooks provided by the Field Timer module.

Code

function hook_field_timer_entity_properties_alter(&$properties) {
}