Entityreference primary module file.

File

core/modules/entityreference/entityreference.module

Functions

Namesort ascending Description
_entityreference_selection_plugins Get all selection plugins implemented by any module.
_entityreference_preprocess_set_title_display Pass title display setting to templates.
_entityreference_get_behavior_handler Get the behavior handler for a given entityreference field and instance.
_entityreference_get_behavior_elements Get the field or instance elements for the field configuration.
_entityreference_form_process_merge_parent Custom callback for element processing.
_entityreference_field_settings_validate Implements hook_validate().
_entityreference_field_settings_process Callback for custom element processing.
_entityreference_field_settings_ajax_process_element Helper function for custom ajax processing.
_entityreference_field_settings_ajax_process Custom callback for ajax processing.
_entityreference_field_instance_settings_validate Implements hook_validate().
_entityreference_field_instance_settings_form Implements hook_field_settings_form().
_entityreference_element_validate_filter Helper function to remove blank elements.
_entityreference_behavior_plugins Get all behavior plugins implemented by any module.
_entityreference_autocomplete_validate Implements hook_validate().
_entityreference_autocomplete_tags_validate Implements hook_validate().
theme_entityreference_label Theme label.
theme_entityreference_entity_id Theme entity_id
entityreference_views_api Implements hook_views_api().
entityreference_theme Implements hook_theme().
entityreference_settings_ajax_submit Submit handler for the non-JS case.
entityreference_settings_ajax Ajax callback for the handler settings form.
entityreference_query_entityreference_alter Implements hook_query_TAG_alter().
entityreference_preprocess_taxonomy_term Implements hook_preprocess_taxonomy_term().
entityreference_preprocess_node Implements hook_preprocess_node().
entityreference_preprocess_file_entity Implements hook_preprocess_file_entity().
entityreference_options_list Implements hook_options_list().
entityreference_menu Implements hook_menu().
entityreference_load_selection_class Load a selection class for a given property.
entityreference_load_behavior_class Load a behavior class for a given property.
entityreference_get_selection_handler Get the selection handler for a given entityreference field.
entityreference_get_behavior_handlers Get the behavior handlers for a given entityreference field.
entityreference_get_accessible_behavior_plugins Get all accessible behavior plugins.
entityreference_flush_caches Implements hook_flush_caches().
entityreference_field_widget_settings_form Implements hook_field_widget_settings_form().
entityreference_field_widget_info_alter Implements hook_field_widget_info_alter().
entityreference_field_widget_info Implements hook_field_widget_info().
entityreference_field_widget_form Implements hook_field_widget_form().
entityreference_field_widget_error Implements hook_field_widget_error().
entityreference_field_validate Implements hook_field_validate().
entityreference_field_update Implements hook_field_update().
entityreference_field_type_settings Introspects field and instance settings, and determines the correct settings for the functioning of the formatter.
entityreference_field_settings_form Implements hook_field_settings_form().
entityreference_field_property_callback Property callback for the Entity Metadata framework.
entityreference_field_presave Implements hook_field_presave().
entityreference_field_load Implements hook_field_load().
entityreference_field_is_empty Implements hook_field_is_empty().
entityreference_field_instance_settings_form Implements hook_field_instance_settings_form().
entityreference_field_insert Implements hook_field_insert().
entityreference_field_info Implements hook_field_info().
entityreference_field_formatter_view Implements hook_field_formatter_view().
entityreference_field_formatter_settings_summary Implements hook_field_formatter_settings_summary().
entityreference_field_formatter_settings_form Implements hook_field_formatter_settings_form().
entityreference_field_formatter_prepare_view Implements hook_field_formatter_prepare_view().
entityreference_field_formatter_info Implements hook_field_formatter_info().
entityreference_field_delete Implements hook_field_delete().
entityreference_field_attach_update Implements hook_field_attach_update().
entityreference_field_attach_insert Implements hook_field_attach_insert().
entityreference_field_attach_delete Implements hook_field_attach_delete().
entityreference_entity_update Implements hook_entity_update().
entityreference_entity_insert Implements hook_entity_insert().
entityreference_entity_delete Implements hook_entity_delete().
entityreference_entity_crud Invoke a behavior based on entity CRUD.
entityreference_entityreference_selection_plugins Implements hook_entityreference_selection_plugins().
entityreference_entityreference_behavior_plugins Implements hook_entityreference_behavior_plugins().
entityreference_autoload_info Implements hook_autoload_info().
entityreference_autocomplete_callback_get_matches Return JSON based on given field, instance and string.
entityreference_autocomplete_callback Menu callback: autocomplete the label of an entity.
entityreference_autocomplete_access_callback Menu Access callback for the autocomplete widget.

Constants