Namesort descending Location Description
EntityReferenceSelectionHandlerInterface::countReferencableEntities core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc Count entities that are referenceable by a given field.
EntityReferenceSelectionHandlerInterface::entityFieldQueryAlter core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc Give the handler a chance to alter the SelectQuery generated by EntityFieldQuery.
EntityReferenceSelectionHandlerInterface::getInstance core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc Factory function: create a new instance of this handler for a given field.
EntityReferenceSelectionHandlerInterface::getLabel core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc Return the label of a given entity.
EntityReferenceSelectionHandlerInterface::getReferencableEntities core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc Return a list of referenceable entities.
EntityReferenceSelectionHandlerInterface::settingsForm core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc Generate a settings form for this handler.
EntityReferenceSelectionHandlerInterface::validateAutocompleteInput core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc Validate Input from autocomplete widget that has no Id.
EntityReferenceSelectionHandlerInterface::validateReferencableEntities core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc Validate that entities can be referenced by this field.
EntityReferenceSelectionHandlerViews::countReferencableEntities core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc Implements EntityReferenceHandler::countReferencableEntities().
EntityReferenceSelectionHandlerViews::entityFieldQueryAlter core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc Implements EntityReferenceHandler::entityFieldQueryAlter().
EntityReferenceSelectionHandlerViews::getInstance core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc Implements EntityReferenceHandler::getInstance().
EntityReferenceSelectionHandlerViews::getLabel core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc Implements EntityReferenceHandler::getLabel().
EntityReferenceSelectionHandlerViews::getReferencableEntities core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc Implements EntityReferenceHandler::getReferencableEntities().
EntityReferenceSelectionHandlerViews::handleArgs core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc Handles arguments for views.
EntityReferenceSelectionHandlerViews::initializeView core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc
EntityReferenceSelectionHandlerViews::settingsForm core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc Implements EntityReferenceHandler::settingsForm().
EntityReferenceSelectionHandlerViews::validateAutocompleteInput core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc Implements EntityReferenceHandler::validateAutocompleteInput().
EntityReferenceSelectionHandlerViews::validateReferencableEntities core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc Validate that entities can be referenced by this field.
EntityReferenceSelectionHandlerViews::__construct core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc Constructor for EntityReferenceSelectionHandlerViews.
EntityReferenceTaxonomyTestCase::setUp core/modules/entityreference/tests/entityreference.taxonomy.test Sets up a Backdrop site for running functional and integration tests.
EntityReferenceTaxonomyTestCase::setupForIndex core/modules/entityreference/tests/entityreference.taxonomy.test Add an ER field from node/post to taxonomy and a term reference field.
EntityReferenceTaxonomyTestCase::setupForIndexDuplicates core/modules/entityreference/tests/entityreference.taxonomy.test Add a second ER field from node/post to taxonomy.
EntityReferenceTaxonomyTestCase::testIndexDuplicates core/modules/entityreference/tests/entityreference.taxonomy.test Make sure the index only contains one entry for a given node->term reference, even when multiple ER fields link from the node bundle to terms.
EntityReferenceTaxonomyTestCase::testNodeIndex core/modules/entityreference/tests/entityreference.taxonomy.test Test referencing a term using entity reference field.
entityreference_autocomplete_access_callback core/modules/entityreference/entityreference.module Menu Access callback for the autocomplete widget.
entityreference_autocomplete_callback core/modules/entityreference/entityreference.module Menu callback: autocomplete the label of an entity.
entityreference_autocomplete_callback_get_matches core/modules/entityreference/entityreference.module Return JSON based on given field, instance and string.
entityreference_autoload_info core/modules/entityreference/entityreference.module Implements hook_autoload_info().
entityreference_entityreference_behavior_plugins core/modules/entityreference/entityreference.module Implements hook_entityreference_behavior_plugins().
entityreference_entityreference_selection_plugins core/modules/entityreference/entityreference.module Implements hook_entityreference_selection_plugins().
entityreference_entity_crud core/modules/entityreference/entityreference.module Invoke a behavior based on entity CRUD.
entityreference_entity_delete core/modules/entityreference/entityreference.module Implements hook_entity_delete().
entityreference_entity_insert core/modules/entityreference/entityreference.module Implements hook_entity_insert().
entityreference_entity_update core/modules/entityreference/entityreference.module Implements hook_entity_update().
entityreference_field_attach_delete core/modules/entityreference/entityreference.module Implements hook_field_attach_delete().
entityreference_field_attach_insert core/modules/entityreference/entityreference.module Implements hook_field_attach_insert().
entityreference_field_attach_update core/modules/entityreference/entityreference.module Implements hook_field_attach_update().
entityreference_field_delete core/modules/entityreference/entityreference.module Implements hook_field_delete().
entityreference_field_formatter_info core/modules/entityreference/entityreference.module Implements hook_field_formatter_info().
entityreference_field_formatter_prepare_view core/modules/entityreference/entityreference.module Implements hook_field_formatter_prepare_view().
entityreference_field_formatter_settings_form core/modules/entityreference/entityreference.module Implements hook_field_formatter_settings_form().
entityreference_field_formatter_settings_summary core/modules/entityreference/entityreference.module Implements hook_field_formatter_settings_summary().
entityreference_field_formatter_view core/modules/entityreference/entityreference.module Implements hook_field_formatter_view().
entityreference_field_info core/modules/entityreference/entityreference.module Implements hook_field_info().
entityreference_field_insert core/modules/entityreference/entityreference.module Implements hook_field_insert().
entityreference_field_instance_settings_form core/modules/entityreference/entityreference.module Implements hook_field_instance_settings_form().
entityreference_field_is_empty core/modules/entityreference/entityreference.module Implements hook_field_is_empty().
entityreference_field_load core/modules/entityreference/entityreference.module Implements hook_field_load().
entityreference_field_presave core/modules/entityreference/entityreference.module Implements hook_field_presave().
entityreference_field_property_callback core/modules/entityreference/entityreference.module Property callback for the Entity Metadata framework.

Pages