You are here

Functions in Corresponding Entity References 7.3

Primary tabs

Namesort descending Location Description Direct uses Strings
cer_profile2_cer_fields_alter extensions/cer_profile2/cer_profile2.cer.inc Implements hook_cer_fields_alter().
cer_profile2_disable extensions/cer_profile2/cer_profile2.install Implements hook_disable().
cer_profile2_entity_property_info_alter extensions/cer_profile2/cer_profile2.module Implements hook_entity_property_info_alter().
cer_profile2_get_profile2_depth extensions/cer_profile2/cer_profile2.module Entity API getter callback. Returns the depth of a Profile2. This is always 1, since the profile is embedded directly under the user account as far as CER is concerned. 1
cer_profile2_get_profile2_lineage extensions/cer_profile2/cer_profile2.module Entity API getter callback. Returns the lineage of a Profile2 entity. 1
cer_profile2_get_profile2_owner extensions/cer_profile2/cer_profile2.module Entity API getter callback. Returns the user account which owns a Profile2. 1
cer_profile2_uninstall extensions/cer_profile2/cer_profile2.install Implements hook_uninstall().
cer_schema ./cer.install Implements hook_schema(). 1
cer_toggle_preset ./cer.admin.inc Enables or disables a preset, depending on its current status. This callback is defined by CerUIController::hook_menu(). 1
cer_uninstall ./cer.install Implements hook_uninstall().
cer_unpack_field_chain ./cer.properties.inc Unpacks the cer_left and cer_right values into a CerFieldChain object. 1
cer_update_7001 ./cer.install Rename table to shorten module name.
cer_update_7005 ./cer.install Creates the {cer_preset} table to store CerPreset entities, and rebuilds legacy presets.
cer_update_right ./cer.admin.inc 1
cer_weight_options ./cer.module Returns options for the cer_weight field. 1
field_object_field_formatter_info field_object/field_object.module Implements hook_field_formatter_info().
field_object_field_formatter_view field_object/field_object.module Implements hook_field_formatter_view().
field_object_field_info field_object/field_object.module Implements hook_field_info().
field_object_field_is_empty field_object/field_object.module Implements hook_field_is_empty().
field_object_field_schema field_object/field_object.install Implements hook_field_schema().
field_object_field_widget_info_alter field_object/field_object.module Implements hook_field_widget_info_alter().
field_object_options_list field_object/field_object.module Implements hook_options_list().
field_object_theme field_object/field_object.module Implements hook_theme().
field_object_update_7001 field_object/field_object.install Fixes issue #2331553, and probably others.
hook_cer_fields ./cer.api.php In order to create relationships between reference fields, CER needs to know about what reference fields are available, and how to handle them, which is what this hook is for. It should always return an array, even if there are no fields to expose.…
hook_cer_fields_alter ./cer.api.php Alter the information gathered by hook_cer_fields().
theme_field_object_label field_object/field_object.module Renders a human-readable label for a field instance, including the entity type and (if applicable) bundle that hosts it.
_cer_collect_fields_of_type ./cer.cer.inc 2
_cer_entity_settings_create_instance extensions/cer_entity_settings/cer_entity_settings.module Instantiates the cer_settings and cer_store_settings fields at the head of the given chain, if they aren't already there. 1
_cer_field_definitions ./cer.install Contains the default field definitions for presets. 1
_cer_field_instance_definitions ./cer.install Contains the default field instance definitions for presets. 1
_cer_hijack_cnr ./cer.install Converts all CNR presets to CER presets, then disables CNR. 2
_cer_profile2_is_profile2_preset extensions/cer_profile2/cer_profile2.module Returns if either side of a preset refers to a profile2. 2
_cer_rebuild_preset ./cer.install Rebuilds a legacy CER or CNR preset as a CerPreset entity. 2
_field_object_build_hierarchy field_object/field_object.module Helper function. Builds a FieldHierarchy object for the widget builder.
_field_object_expand_path field_object/field_object.module Helper function. Expands a field reference's path value into an array of field and instance definitions. 1

Pages

Other projects