entityreference_field_schema |
core/modules/entityreference/entityreference.install |
Implements hook_field_schema(). |
entityreference_field_settings_form |
core/modules/entityreference/entityreference.module |
Implements hook_field_settings_form(). |
entityreference_field_type_settings |
core/modules/entityreference/entityreference.module |
Introspects field and instance settings, and determines the correct settings
for the functioning of the formatter. |
entityreference_field_update |
core/modules/entityreference/entityreference.module |
Implements hook_field_update(). |
entityreference_field_validate |
core/modules/entityreference/entityreference.module |
Implements hook_field_validate(). |
entityreference_field_views_data |
core/modules/entityreference/views/entityreference.views.inc |
Implements hook_field_views_data(). |
entityreference_field_views_data_views_data_alter |
core/modules/entityreference/views/entityreference.views.inc |
Implements hook_field_views_data_views_data_alter(). |
entityreference_field_widget_error |
core/modules/entityreference/entityreference.module |
Implements hook_field_widget_error(). |
entityreference_field_widget_form |
core/modules/entityreference/entityreference.module |
Implements hook_field_widget_form(). |
entityreference_field_widget_info |
core/modules/entityreference/entityreference.module |
Implements hook_field_widget_info(). |
entityreference_field_widget_info_alter |
core/modules/entityreference/entityreference.module |
Implements hook_field_widget_info_alter(). |
entityreference_field_widget_settings_form |
core/modules/entityreference/entityreference.module |
Implements hook_field_widget_settings_form(). |
entityreference_flush_caches |
core/modules/entityreference/entityreference.module |
Implements hook_flush_caches(). |
entityreference_get_accessible_behavior_plugins |
core/modules/entityreference/entityreference.module |
Get all accessible behavior plugins. |
entityreference_get_behavior_handlers |
core/modules/entityreference/entityreference.module |
Get the behavior handlers for a given entityreference field. |
entityreference_get_selection_handler |
core/modules/entityreference/entityreference.module |
Get the selection handler for a given entityreference field. |
entityreference_load_behavior_class |
core/modules/entityreference/entityreference.module |
Load a behavior class for a given property. |
entityreference_load_selection_class |
core/modules/entityreference/entityreference.module |
Load a selection class for a given property. |
entityreference_menu |
core/modules/entityreference/entityreference.module |
Implements hook_menu(). |
entityreference_options_list |
core/modules/entityreference/entityreference.module |
Implements hook_options_list(). |
entityreference_plugin_display::execute |
core/modules/entityreference/views/entityreference_plugin_display.inc |
When used externally, this is how a view gets run and returns
data in the format required. |
entityreference_plugin_display::get_style_type |
core/modules/entityreference/views/entityreference_plugin_display.inc |
Displays can require a certain type of style plugin. By default, they will
be 'normal'. |
entityreference_plugin_display::option_definition |
core/modules/entityreference/views/entityreference_plugin_display.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
entityreference_plugin_display::query |
core/modules/entityreference/views/entityreference_plugin_display.inc |
Inject anything into the query that the display handler needs. |
entityreference_plugin_display::render |
core/modules/entityreference/views/entityreference_plugin_display.inc |
Render this display. |
entityreference_plugin_display::uses_exposed |
core/modules/entityreference/views/entityreference_plugin_display.inc |
Determine if this display uses exposed filters, so the view
will know whether or not to build them. |
entityreference_plugin_display::validate |
core/modules/entityreference/views/entityreference_plugin_display.inc |
Extend the default validation. |
entityreference_plugin_row_fields::options_form |
core/modules/entityreference/views/entityreference_plugin_row_fields.inc |
Provide a form for setting options. |
entityreference_plugin_row_fields::option_definition |
core/modules/entityreference/views/entityreference_plugin_row_fields.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
entityreference_plugin_row_fields::pre_render |
core/modules/entityreference/views/entityreference_plugin_row_fields.inc |
Allow the style to do stuff before each row is rendered. |
entityreference_plugin_style::options_form |
core/modules/entityreference/views/entityreference_plugin_style.inc |
Provide a form to edit options for this plugin. |
entityreference_plugin_style::option_definition |
core/modules/entityreference/views/entityreference_plugin_style.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
entityreference_plugin_style::render |
core/modules/entityreference/views/entityreference_plugin_style.inc |
Render the display in this style. |
entityreference_preprocess_file_entity |
core/modules/entityreference/entityreference.module |
Implements hook_preprocess_file_entity(). |
entityreference_preprocess_node |
core/modules/entityreference/entityreference.module |
Implements hook_preprocess_node(). |
entityreference_preprocess_taxonomy_term |
core/modules/entityreference/entityreference.module |
Implements hook_preprocess_taxonomy_term(). |
entityreference_query_entityreference_alter |
core/modules/entityreference/entityreference.module |
Implements hook_query_TAG_alter(). |
entityreference_settings_ajax |
core/modules/entityreference/entityreference.module |
Ajax callback for the handler settings form. |
entityreference_settings_ajax_submit |
core/modules/entityreference/entityreference.module |
Submit handler for the non-JS case. |
entityreference_theme |
core/modules/entityreference/entityreference.module |
Implements hook_theme(). |
entityreference_update_1000 |
core/modules/entityreference/entityreference.install |
Move entityreference settings from config to state. |
entityreference_update_1001 |
core/modules/entityreference/entityreference.install |
Update each field base that references old plugin name "views-select-list" to
"views". |
entityreference_update_1002 |
core/modules/entityreference/entityreference.install |
Updates each field instance that references old plugin name "taxonomy-index"
to "taxonomy". |
entityreference_views_api |
core/modules/entityreference/entityreference.module |
Implements hook_views_api(). |
entityreference_views_handler_options_list |
core/modules/entityreference/views/entityreference.views.inc |
Options callback for Views handler views_handler_filter_in_operator. |
entityreference_views_plugins |
core/modules/entityreference/views/entityreference.views.inc |
Implements hook_views_plugins(). |
entityreference_view_settings_validate |
core/modules/entityreference/views/entityreference.views.inc |
Element validation callback for EntityReferenceSelectionHandlerViews. |
EntityStorageControllerInterface::create |
core/modules/entity/entity.controller.inc |
Constructs a new entity object, without permanently saving it. |
EntityStorageControllerInterface::delete |
core/modules/entity/entity.controller.inc |
Deletes permanently saved entities. |
EntityStorageControllerInterface::save |
core/modules/entity/entity.controller.inc |
Saves the entity permanently. |