You are here

Functions in Corresponding Entity References 7.3

Primary tabs

Namesort descending Location Description Direct uses Strings
cer_access ./cer.module Access callback for Entity UI. 1
cer_batch_update_existing_finished ./cer.module Batch 'finished' callback. 1
cer_bulk_update_form ./cer.admin.inc Allows batch updating of existing entities. 1
cer_bulk_update_form_submit ./cer.admin.inc The update form. Allows bulk updating of current entities.
cer_cer_fields ./cer.cer.inc Implements hook_cer_fields().
cer_cer_fields_alter ./cer.cer.inc Implmements hook_cer_fields_alter().
cer_commerce_cer_fields extensions/cer_commerce/cer_commerce.cer.inc Implements hook_cer_fields().
cer_commerce_cer_insert extensions/cer_commerce/cer_commerce.module Implements hook_cer_insert().
cer_entity_delete ./cer.module Implements hook_entity_delete().
cer_entity_info ./cer.module Implements hook_entity_info(). 1
cer_entity_insert ./cer.module Implements hook_entity_insert().
cer_entity_property_info ./cer.module Implements hook_entity_property_info().
cer_entity_property_info_alter ./cer.module Implements hook_entity_property_info_alter().
cer_entity_settings_cer_insert extensions/cer_entity_settings/cer_entity_settings.module Implements hook_cer_insert().
cer_entity_settings_cer_update extensions/cer_entity_settings/cer_entity_settings.module Implements hook_cer_update(). 2
cer_entity_settings_cron extensions/cer_entity_settings/cer_entity_settings.module Implements hook_cron().
cer_entity_settings_ctools_plugin_directory extensions/cer_entity_settings/cer_entity_settings.module Implements hook_ctools_plugin_directory().
cer_entity_settings_exit extensions/cer_entity_settings/cer_entity_settings.module Implements hook_exit(). 1
cer_entity_settings_install extensions/cer_entity_settings/cer_entity_settings.install Implements hook_install(). 1
cer_entity_settings_query_cer_presets_alter extensions/cer_entity_settings/cer_entity_settings.module Implements hook_query_TAG_alter().
cer_entity_settings_uninstall extensions/cer_entity_settings/cer_entity_settings.install Implements hook_uninstall().
cer_entity_settings_update_7001 extensions/cer_entity_settings/cer_entity_settings.install Drops the cer_entity_settings database table.
cer_entity_settings_update_dependencies extensions/cer_entity_settings/cer_entity_settings.install Implements hook_update_dependencies().
cer_entity_settings_views_api extensions/cer_entity_settings/cer_entity_settings.module Implements hook_views_api().
cer_entity_settings_views_default_views extensions/cer_entity_settings/cer_entity_settings.views_default.inc Implements hook_views_default_views().
cer_entity_update ./cer.module Implements hook_entity_update().
cer_features_ignore ./cer.module Implements hook_features_ignore(). 1
cer_features_override_ignore ./cer.module Implements hook_features_override_ignore().
cer_field_delete_instance ./cer.module Implements hook_field_delete_instance().
cer_form ./cer.admin.inc Form builder to create or edit presets.
cer_form_submit ./cer.admin.inc
cer_get_cer_struct ./cer.properties.inc Creates a parent struct for the lineage, depth, owner, and original properties. All that these other callbacks really need is the entity type and object, so that's what this returns. 1
cer_get_entity_depth ./cer.properties.inc Gets the entity depth as an integer. cer_entity_property_info_alter() overrides this callback for field collections, and for all other entity types it's 0 (top level). 1
cer_get_entity_lineage ./cer.properties.inc Gets the lineage of the entity as a string, in the format entity_type:bundle:% 1
cer_get_entity_original ./cer.properties.inc Gets the original entity, before update. If no update has taken place, the current entity is returned. 1
cer_get_entity_owner ./cer.properties.inc Gets the ultimate owner of the entity as an EntityDrupalWrapper. cer_entity_property_info_alter() overrides this callback for field collections, and for all other entity types the entity owns itself. 1
cer_get_field_collection_depth ./cer.properties.field_collection.inc Gets the zero-based depth of a field collection. 1
cer_get_field_collection_lineage ./cer.properties.field_collection.inc Gets a field collection's lineage as a string, e.g. node:page:field_my_collection::field_collection_item:field_my_collection:% 1
cer_get_field_collection_lineage_array ./cer.properties.field_collection.inc Gets a field collection's lineage as an array. 1 1
cer_get_field_collection_owner ./cer.properties.field_collection.inc Gets the ultimate owner of a field collection -- that is, the top-level entity under which it's embedded. This could be any kind of entity that's not a field collection item. 1
cer_hook_info ./cer.module Implements hook_hook_info().
cer_ief_field_widget_form_alter extensions/cer_ief/cer_ief.module Implements hook_field_widget_form_alter().
cer_ief_form_field_ui_field_edit_form_alter extensions/cer_ief/cer_ief.module Implements hook_form_FORM_ID_alter().
cer_install ./cer.install Implements hook_install(). 1
cer_invert_preset ./cer.admin.inc Permanently inverts a preset (i.e., deletes the original). This callback is defined by CerUIController::hook_menu(). 1
cer_menu ./cer.module Implements hook_menu().
cer_node_insert ./cer.module Implements hook_node_insert().
cer_permission ./cer.module Implements hook_permission().
cer_processing_entity ./cer.module Process a entity's corresponding entity references. 4 1
cer_profile2_cer_fields extensions/cer_profile2/cer_profile2.cer.inc Implements hook_cer_fields().

Pages

Other projects