EntityReferenceBehaviorHandlerInterface::access |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Determine if handler should appear. |
EntityReferenceBehaviorHandlerInterface::delete |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act before deleting an entity with an entity reference field. |
EntityReferenceBehaviorHandlerInterface::entityPostDelete |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act after deleting an entity. |
EntityReferenceBehaviorHandlerInterface::entityPostInsert |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act after inserting an entity. |
EntityReferenceBehaviorHandlerInterface::entityPostUpdate |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act after updating an entity. |
EntityReferenceBehaviorHandlerInterface::insert |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act before inserting an entity reference field. |
EntityReferenceBehaviorHandlerInterface::is_empty_alter |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Alter the empty status of a field item. |
EntityReferenceBehaviorHandlerInterface::load |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act on loading entity reference fields of entities. |
EntityReferenceBehaviorHandlerInterface::postDelete |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act after deleting an entity with an entity reference field. |
EntityReferenceBehaviorHandlerInterface::postInsert |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act after inserting an entity reference field. |
EntityReferenceBehaviorHandlerInterface::postUpdate |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act after updating an entity reference field. |
EntityReferenceBehaviorHandlerInterface::presave |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act on pre-saving an entity reference field. |
EntityReferenceBehaviorHandlerInterface::property_info_alter |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Alter the properties information of a field instance. |
EntityReferenceBehaviorHandlerInterface::schema_alter |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Alter the field schema. |
EntityReferenceBehaviorHandlerInterface::settingsForm |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Generate a settings form for this handler. |
EntityReferenceBehaviorHandlerInterface::update |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act before updating an entity reference field. |
EntityReferenceBehaviorHandlerInterface::validate |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act on validating an entity reference field. |
EntityReferenceBehaviorHandlerInterface::views_data_alter |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Alter the views data of a field. |
EntityReferenceBehaviorHandlerInterface::__construct |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Constructor for the behavior. |
EntityReferenceBehaviorHandlerTaxonomyIndex::access |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandlerTaxonomyIndex.inc |
Overrides EntityReferenceBehaviorHandler::access(). |
EntityReferenceBehaviorHandlerTaxonomyIndex::buildNodeIndex |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandlerTaxonomyIndex.inc |
Builds and inserts taxonomy index entries for a given node. |
EntityReferenceBehaviorHandlerTaxonomyIndex::entityPostInsert |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandlerTaxonomyIndex.inc |
Overrides EntityReferenceBehaviorHandler::entityPostInsert(). |
EntityReferenceBehaviorHandlerTaxonomyIndex::entityPostUpdate |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandlerTaxonomyIndex.inc |
Overrides EntityReferenceBehaviorHandler::entityPostUpdate(). |
EntityReferenceBehaviorHandlerTaxonomyIndex::settingsForm |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandlerTaxonomyIndex.inc |
Overrides EntityReferenceBehaviorHandler::settingsForm(). |
EntityReferenceBehaviorHandlerViewsFilterSelect::views_data_alter |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandlerViewsFilterSelect.inc |
Alter the views data of a field. |
EntityReferenceFieldTestCase::createEntityReferenceField |
core/modules/entityreference/tests/entityreference.field.test |
Creates an entity reference field. |
EntityReferenceFieldTestCase::setUp |
core/modules/entityreference/tests/entityreference.field.test |
Sets up a Backdrop site for running functional and integration tests. |
EntityReferenceFieldTestCase::testShowLinksSetting |
core/modules/entityreference/tests/entityreference.field.test |
Tests the "Show links" setting for the field formatter "Rendered entity". |
EntityReferenceFormTestCase::createEntityReferenceFieldForNode |
core/modules/entityreference/tests/entityreference.form.test |
Helper method to create a base field and field instance. |
EntityReferenceFormTestCase::postNodeFormWithEntityReference |
core/modules/entityreference/tests/entityreference.form.test |
Helper method to submit node creation form. |
EntityReferenceFormTestCase::setUp |
core/modules/entityreference/tests/entityreference.form.test |
Sets up a Backdrop site for running functional and integration tests. |
EntityReferenceFormTestCase::testAutocompleteValidationWithGenericSelectionHandler |
core/modules/entityreference/tests/entityreference.form.test |
Test that the Generic autocomplete widget validates the value properly. |
EntityReferenceFormTestCase::testAutocompleteValidationWithViewsSelectionHandler |
core/modules/entityreference/tests/entityreference.form.test |
Test that the Views autocomplete widget validates the value properly. |
EntityReferenceHandlersTestCase::assertReferenceable |
core/modules/entityreference/tests/entityreference.handlers.test |
|
EntityReferenceHandlersTestCase::setUp |
core/modules/entityreference/tests/entityreference.handlers.test |
Sets up a Backdrop site for running functional and integration tests. |
EntityReferenceHandlersTestCase::testCommentHandler |
core/modules/entityreference/tests/entityreference.handlers.test |
Test the comment-specific overrides of the entity handler. |
EntityReferenceHandlersTestCase::testNodeHandler |
core/modules/entityreference/tests/entityreference.handlers.test |
Test the node-specific overrides of the entity handler. |
EntityReferenceHandlersTestCase::testSortByField |
core/modules/entityreference/tests/entityreference.handlers.test |
Assert sorting by field works for non-admins. |
EntityReferenceHandlersTestCase::testUserHandler |
core/modules/entityreference/tests/entityreference.handlers.test |
Test the user-specific overrides of the entity handler. |
EntityReferenceSelectionHandlerBroken::countReferencableEntities |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc |
|
EntityReferenceSelectionHandlerBroken::entityFieldQueryAlter |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc |
|
EntityReferenceSelectionHandlerBroken::getInstance |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc |
|
EntityReferenceSelectionHandlerBroken::getLabel |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc |
|
EntityReferenceSelectionHandlerBroken::getReferencableEntities |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc |
|
EntityReferenceSelectionHandlerBroken::settingsForm |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc |
|
EntityReferenceSelectionHandlerBroken::validateAutocompleteInput |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc |
|
EntityReferenceSelectionHandlerBroken::validateReferencableEntities |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc |
|
EntityReferenceSelectionHandlerBroken::__construct |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc |
|
EntityReferenceSelectionHandlerGeneric::buildEntityFieldQuery |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Build an EntityFieldQuery to get referenceable entities. |
EntityReferenceSelectionHandlerGeneric::countReferencableEntities |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Implements EntityReferenceHandler::countReferencableEntities(). |