You are here

Functions in Date Repeat Entity 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
date_repeat_entity_add_confirmation_buttons ./date_repeat_entity.module Add a field set containing confirmation buttons to the top of a form. 1
date_repeat_entity_admin_settings ./date_repeat_entity.admin.inc Date repeat entity administration. 1
date_repeat_entity_admin_settings_submit ./date_repeat_entity.admin.inc Submit handler for configuration form. 1
date_repeat_entity_create_dates includes/date_repeat_entity.create.inc Clones new entities that are part of a repeating date series. 2
date_repeat_entity_dates_cancel_callback ./date_repeat_entity.module Callback for entity update/delete cancel action. 1
date_repeat_entity_delete_dates includes/date_repeat_entity.delete.inc Delete dates associated with a repeating date series. 2
date_repeat_entity_delete_dates_callback ./date_repeat_entity.module Callback for repeating date entity delete actions.
date_repeat_entity_delete_submit_handler ./date_repeat_entity.module Submit handler for the 'delete' action. 1
date_repeat_entity_entity_presave ./date_repeat_entity.module Implements hook_entity_presave().
date_repeat_entity_field_access ./date_repeat_entity.module Implements hook_field_access().
date_repeat_entity_field_attach_form ./date_repeat_entity.module Implements hook_field_attach_form().
date_repeat_entity_get_date_entities includes/date_repeat_entity.utility.inc Constructs a query that searches for entities matching certain conditions. 2
date_repeat_entity_get_entity_reference_fields includes/date_repeat_entity.utility.inc Returns an array of entity reference field names associate with a bundle. 1
date_repeat_entity_get_field includes/date_repeat_entity.utility.inc Returns a field for a given entity type, bundle and field machine name. 2
date_repeat_entity_get_master_entity includes/date_repeat_entity.utility.inc Returns an entity object from a master uuid. 1
date_repeat_entity_get_referenced_entities ./date_repeat_entity.module Determines if the form references any entities via entity reference fields. 1
date_repeat_entity_get_related_entity_ids includes/date_repeat_entity.utility.inc Gets an array of entity ids with the same master uuid. 1
date_repeat_entity_get_repeating_date_field includes/date_repeat_entity.utility.inc Returns the name of a repeating date field, where it exists. 8
date_repeat_entity_install ./date_repeat_entity.install Implements hook_install().
date_repeat_entity_menu ./date_repeat_entity.module Implements hook_menu().
date_repeat_entity_preview_handler ./date_repeat_entity.module Submit handler for the 'preview' action. 1
date_repeat_entity_repeating_date_has_changed includes/date_repeat_entity.update.inc Implements hook_repeating_date_has_changed().
date_repeat_entity_repeating_date_update includes/date_repeat_entity.update.inc Implements hook_repeating_date_update().
date_repeat_entity_submit_handler ./date_repeat_entity.module Submit handler for the 'submit' and 'delete' actions. 2
date_repeat_entity_uninstall ./date_repeat_entity.install Implements hook_uninstall().
date_repeat_entity_update_dates includes/date_repeat_entity.update.inc Update or replaces date entities based on a scope determined by user. 1
date_repeat_entity_update_dates_callback ./date_repeat_entity.module Callback for repeating date entity update actions.
date_repeat_entity_update_submit_handler ./date_repeat_entity.module Submit handler for the 'submit' action (on existing nodes). 1
hook_repeating_date_has_changed ./date_repeat_entity.api.php Determines if an entity with a repeating date has changed.
hook_repeating_date_update ./date_repeat_entity.api.php Used to update a date instance in a date series.
_date_repeat_entity_create_base_fields ./date_repeat_entity.module Creates base fields. 2
_date_repeat_entity_get_updated_dates includes/date_repeat_entity.update.inc Get new date series if an entity with a repeating date has changed.
_date_repeat_entity_replace_dates includes/date_repeat_entity.update.inc Replace dates associated with a repeating date series. 1
_date_repeat_entity_update_dates includes/date_repeat_entity.update.inc Update dates associated with a repeating date series. 1

Other projects