DrupalUpdateException |
class |
|
core/includes/drupal.classes.inc |
|
DrupalUpdaterInterface |
interface |
|
core/includes/drupal.classes.inc |
|
DrupalWebTestCase |
class |
|
core/includes/drupal.classes.inc |
|
EarlyBootstrapTestCase |
class |
|
core/modules/simpletest/tests/boot.test |
Perform early bootstrap tests. |
EmailExampleTestCase |
class |
|
modules/examples/email_example/tests/email_example.test |
Functionality tests for email example module. |
EmailFieldTestCase |
class |
|
core/modules/email/tests/email.test |
Tests email field functionality. |
EnableDisableTestCase |
class |
|
core/modules/system/tests/system.test |
Test module enabling/disabling functionality. |
Entity |
abstract class |
|
core/modules/entity/entity.class.inc |
Defines a base entity class. |
EntityAPIInfoTestCase |
class |
|
core/modules/entity/tests/entity.test |
Tests Entity API base functionality. |
EntityAPITestCase |
class |
|
core/modules/entity/tests/entity.test |
Tests the basic Entity API. |
EntityBundleLayoutAccess |
class |
|
core/modules/layout/plugins/access/entity_bundle_layout_access.inc |
@file
Plugin to provide access control based upon entity bundle. |
EntityControllerInterface |
interface |
|
core/modules/entity/entity.controller.inc |
Defines a common interface for entity controller classes. |
EntityCrudHookTestCase |
class |
|
core/modules/entity/tests/entity_crud_hook_test.test |
Tests invocation of hooks when performing an action. |
EntityDatabaseStorageController |
class |
|
core/modules/entity/entity.controller.inc |
Implements the entity storage controller interface for the database. |
EntityExampleBasic |
class |
|
modules/examples/entity_example/entity_example.inc |
EntityExampleBasic extends Entity. |
EntityExampleBasicController |
class |
|
modules/examples/entity_example/entity_example.inc |
EntityExampleBasicController extends BackdropDefaultEntityController. |
EntityExampleBasicControllerInterface |
interface |
|
modules/examples/entity_example/entity_example.inc |
EntityExampleBasicControllerInterface definition. |
EntityExampleTestCase |
class |
|
modules/examples/entity_example/tests/entity_example.test |
Functionality tests for entity example module. |
EntityFieldQuery |
class |
|
core/modules/entity/entity.query.inc |
Retrieves entities matching a given set of conditions. |
EntityFieldQueryException |
class |
|
core/modules/entity/entity.query.inc |
Exception thrown by EntityFieldQuery() on unsupported query syntax. |
EntityFieldQueryTestCase |
class |
|
core/modules/entity/tests/entity_query.test |
Tests EntityFieldQuery. |
EntityIDLayoutAccess |
class |
|
core/modules/layout/plugins/access/entity_id_layout_access.inc |
@file
Plugin to provide access control based upon entity ID. |
EntityInterface |
interface |
|
core/modules/entity/entity.class.inc |
Defines a common interface for all entity objects. |
EntityLayoutContext |
class |
|
core/modules/layout/plugins/context/entity_layout_context_handler.inc |
@file
Layout context handler for entities. |
EntityLoadTestCase |
class |
|
core/modules/entity/tests/entity_crud.test |
Tests the entity_load() function. |
EntityMalformedException |
class |
|
core/modules/entity/entity.class.inc |
Defines an exception thrown when a malformed entity is passed. |
EntityReferenceAdminTestCase |
class |
|
core/modules/entityreference/tests/entityreference.admin.test |
Test for Entity Reference admin UI. |
EntityReferenceBehaviorHandler |
abstract class |
|
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
An abstract implementation of EntityReferenceBehaviorHandlerInterface. |
EntityReferenceBehaviorHandlerBroken |
class |
|
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
A broken implementation of EntityReferenceBehaviorHandler. |
EntityReferenceBehaviorHandlerInterface |
interface |
|
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Additional behaviors for a Entity Reference field. |
EntityReferenceBehaviorHandlerTaxonomyIndex |
class |
|
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandlerTaxonomyIndex.inc |
Extends an entityreference field to maintain its references to taxonomy terms
in the {taxonomy_index} table. |
EntityReferenceBehaviorHandlerViewsFilterSelect |
class |
|
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandlerViewsFilterSelect.inc |
|
EntityReferenceFieldTestCase |
class |
|
core/modules/entityreference/tests/entityreference.field.test |
Tests for the Entity Reference field. |
EntityReferenceFormTestCase |
class |
|
core/modules/entityreference/tests/entityreference.form.test |
Test for Entity Reference form. |
EntityReferenceHandlersTestCase |
class |
|
core/modules/entityreference/tests/entityreference.handlers.test |
Test for Entity Reference handlers. |
EntityReferenceRecursiveRenderingException |
class |
|
core/modules/entityreference/includes/entityreference.exceptions.inc |
@class Exception class used to throw error if the entity view renderer goes
into a potentially infinite loop. |
EntityReferenceSelectionHandlerBroken |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc |
A null implementation of EntityReferenceSelectionHandler. |
EntityReferenceSelectionHandlerGeneric |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
@file
Generic Entity handler. |
EntityReferenceSelectionHandlerGeneric_comment |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Override for the Comment entity type. |
EntityReferenceSelectionHandlerGeneric_file |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Override for the File entity type. |
EntityReferenceSelectionHandlerGeneric_node |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Override for the Node type. |
EntityReferenceSelectionHandlerGeneric_taxonomy_term |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Override for the Taxonomy term entity type. |
EntityReferenceSelectionHandlerGeneric_user |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Override for the User entity type. |
EntityReferenceSelectionHandlerInterface |
interface |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc |
@file
Abstraction of the selection logic of an entity reference field. |
EntityReferenceSelectionHandlerViews |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc |
Entity handler for Views. |
EntityReferenceTaxonomyTestCase |
class |
|
core/modules/entityreference/tests/entityreference.taxonomy.test |
Test for Entity Reference taxonomy integration. |
entityreference_plugin_display |
class |
|
core/modules/entityreference/views/entityreference_plugin_display.inc |
@file
Handler for entityreference_plugin_display. |
entityreference_plugin_row_fields |
class |
|
core/modules/entityreference/views/entityreference_plugin_row_fields.inc |
@file
Handler for entityreference_plugin_row_fields. |
entityreference_plugin_style |
class |
|
core/modules/entityreference/views/entityreference_plugin_style.inc |
@file
Handler for entityreference_plugin_style. |
EntityStorageControllerInterface |
interface |
|
core/modules/entity/entity.controller.inc |
Defines a common interface for entity storage controllers. |