EntityInterface::buildContent |
core/modules/entity/entity.class.inc |
Builds a structured array representing the entity's content. |
EntityInterface::bundle |
core/modules/entity/entity.class.inc |
Returns the bundle of the entity. |
EntityInterface::createAccess |
core/modules/entity/entity.class.inc |
Determines whether the given user has access to create this type of entity. |
EntityInterface::createDuplicate |
core/modules/entity/entity.class.inc |
Creates a duplicate of the entity. |
EntityInterface::delete |
core/modules/entity/entity.class.inc |
Deletes an entity permanently. |
EntityInterface::entityType |
core/modules/entity/entity.class.inc |
Returns the type of the entity. |
EntityInterface::getFieldValue |
core/modules/entity/entity.class.inc |
Returns a single value from a field on the entity. |
EntityInterface::getFieldValues |
core/modules/entity/entity.class.inc |
Returns all values from a field on the entity. |
EntityInterface::getRevisionId |
core/modules/entity/entity.class.inc |
Returns the revision identifier of the entity. |
EntityInterface::id |
core/modules/entity/entity.class.inc |
Returns the entity identifier (the entity's machine name or numeric ID). |
EntityInterface::isActiveRevision |
core/modules/entity/entity.class.inc |
Checks if this entity is the active revision. |
EntityInterface::isNew |
core/modules/entity/entity.class.inc |
Returns whether the entity is new. |
EntityInterface::label |
core/modules/entity/entity.class.inc |
Returns the label of the entity. |
EntityInterface::save |
core/modules/entity/entity.class.inc |
Saves an entity permanently. |
EntityInterface::setIsActiveRevision |
core/modules/entity/entity.class.inc |
Sets this revision as the active revision. |
EntityInterface::uri |
core/modules/entity/entity.class.inc |
Returns the URI elements of the entity. |
EntityInterface::view |
core/modules/entity/entity.class.inc |
View an entity. |
EntityInterface::__construct |
core/modules/entity/entity.class.inc |
Constructs a new entity object. |
EntityLayoutContext::form |
core/modules/layout/plugins/context/entity_layout_context_handler.inc |
Settings form for configuring this context item. |
EntityLayoutContext::formSubmit |
core/modules/layout/plugins/context/entity_layout_context_handler.inc |
Submit handler for the settings form for this context item. |
EntityLayoutContext::formValidate |
core/modules/layout/plugins/context/entity_layout_context_handler.inc |
Validate handler for the settings form for this context item. |
EntityLayoutContext::getAdminSummary |
core/modules/layout/plugins/context/entity_layout_context_handler.inc |
Return a summary for this context. |
EntityLayoutContext::label |
core/modules/layout/plugins/context/entity_layout_context_handler.inc |
Assemble a human-readable label of this object. |
EntityLayoutContext::type |
core/modules/layout/plugins/context/entity_layout_context_handler.inc |
Return the indicator for this context, i.e. "entity", "string". |
EntityLayoutContext::__construct |
core/modules/layout/plugins/context/entity_layout_context_handler.inc |
Constructor for LayoutContext objects. |
EntityLoadTestCase::testEntityLoadConditions |
core/modules/entity/tests/entity_crud.test |
Tests the functionality for loading entities matching certain conditions. |
EntityReferenceAdminTestCase::assertFieldSelectOptions |
core/modules/entityreference/tests/entityreference.admin.test |
|
EntityReferenceAdminTestCase::getAllOptionsList |
core/modules/entityreference/tests/entityreference.admin.test |
Extract all the options of a select element. |
EntityReferenceAdminTestCase::setUp |
core/modules/entityreference/tests/entityreference.admin.test |
Sets up a Backdrop site for running functional and integration tests. |
EntityReferenceAdminTestCase::testFieldAdminHandler |
core/modules/entityreference/tests/entityreference.admin.test |
|
EntityReferenceBehaviorHandler::access |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Determine if handler should appear. |
EntityReferenceBehaviorHandler::delete |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act before deleting an entity with an entity reference field. |
EntityReferenceBehaviorHandler::entityPostDelete |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act after deleting an entity. |
EntityReferenceBehaviorHandler::entityPostInsert |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act after inserting an entity. |
EntityReferenceBehaviorHandler::entityPostUpdate |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act after updating an entity. |
EntityReferenceBehaviorHandler::insert |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act before inserting an entity reference field. |
EntityReferenceBehaviorHandler::is_empty_alter |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Alter the empty status of a field item. |
EntityReferenceBehaviorHandler::load |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act on loading entity reference fields of entities. |
EntityReferenceBehaviorHandler::postDelete |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act after deleting an entity with an entity reference field. |
EntityReferenceBehaviorHandler::postInsert |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act after inserting an entity reference field. |
EntityReferenceBehaviorHandler::postUpdate |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act after updating an entity reference field. |
EntityReferenceBehaviorHandler::presave |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act on pre-saving an entity reference field. |
EntityReferenceBehaviorHandler::property_info_alter |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Alter the properties information of a field instance. |
EntityReferenceBehaviorHandler::schema_alter |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Alter the field schema. |
EntityReferenceBehaviorHandler::settingsForm |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Generate a settings form for this handler. |
EntityReferenceBehaviorHandler::update |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act before updating an entity reference field. |
EntityReferenceBehaviorHandler::validate |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Act on validating an entity reference field. |
EntityReferenceBehaviorHandler::views_data_alter |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Alter the views data of a field. |
EntityReferenceBehaviorHandler::__construct |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Constructor for the behavior. |
EntityReferenceBehaviorHandlerBroken::settingsForm |
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Generate a settings form for this handler. |