|
entityreference_plugin_row_fields |
class |
|
core/modules/entityreference/views/entityreference_plugin_row_fields.inc |
@file
Handler for entityreference_plugin_row_fields. |
|
entityreference_plugin_display |
class |
|
core/modules/entityreference/views/entityreference_plugin_display.inc |
@file
Handler for entityreference_plugin_display. |
|
EntityReferenceTaxonomyTestCase |
class |
|
core/modules/entityreference/tests/entityreference.taxonomy.test |
Test for Entity Reference taxonomy integration. |
|
EntityReferenceHandlersTestCase |
class |
|
core/modules/entityreference/tests/entityreference.handlers.test |
Test for Entity Reference handlers. |
|
EntityReferenceFormTestCase |
class |
|
core/modules/entityreference/tests/entityreference.form.test |
Test for Entity Reference form. |
|
EntityReferenceFieldTestCase |
class |
|
core/modules/entityreference/tests/entityreference.field.test |
Tests for the Entity Reference field. |
|
EntityReferenceAdminTestCase |
class |
|
core/modules/entityreference/tests/entityreference.admin.test |
Test for Entity Reference admin UI. |
|
EntityReferenceSelectionHandlerViews |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc |
Entity handler for Views. |
|
EntityReferenceSelectionHandlerGeneric_node |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Override for the Node type. |
|
EntityReferenceSelectionHandlerGeneric_user |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Override for the User entity type. |
|
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_taxonomy_term |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Override for the Taxonomy term entity type. |
|
EntityReferenceSelectionHandlerGeneric |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
@file
Generic Entity handler. |
|
EntityReferenceSelectionHandlerInterface |
interface |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc |
@file
Abstraction of the selection logic of an entity reference field. |
|
EntityReferenceSelectionHandlerBroken |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc |
A null implementation of EntityReferenceSelectionHandler. |
|
EntityReferenceBehaviorHandlerViewsFilterSelect |
class |
|
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandlerViewsFilterSelect.inc |
|
|
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. |
|
EntityReferenceBehaviorHandlerInterface |
interface |
|
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
Additional behaviors for a Entity Reference field. |
|
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. |
|
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. |
|
TestEntity |
class |
|
core/modules/entity/tests/entity_test/entity_test.entity.inc |
Test class for the entity_test entity type. |
|
EntityFieldQueryTestCase |
class |
|
core/modules/entity/tests/entity_query.test |
Tests EntityFieldQuery. |
|
EntityCrudHookTestCase |
class |
|
core/modules/entity/tests/entity_crud_hook_test.test |
Tests invocation of hooks when performing an action. |
|
EntityLoadTestCase |
class |
|
core/modules/entity/tests/entity_crud.test |
Tests the entity_load() function. |
|
TestMultiBundle |
class |
|
core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc |
Test class for the test_multibundle entity type. |
|
TestDisableCache |
class |
|
core/modules/entity/tests/entity_caching_test/test_disable_cache.entity.inc |
Test class for the test_cacheable entity type. |
|
TestCacheable |
class |
|
core/modules/entity/tests/entity_caching_test/test_cacheable.entity.inc |
Test class for the test_cacheable entity type. |
|
EntityAPITestCase |
class |
|
core/modules/entity/tests/entity.test |
Tests the basic Entity API. |
|
EntityAPIInfoTestCase |
class |
|
core/modules/entity/tests/entity.test |
Tests Entity API base functionality. |
|
EntityFieldQueryException |
class |
|
core/modules/entity/entity.query.inc |
Exception thrown by EntityFieldQuery() on unsupported query syntax. |
|
EntityFieldQuery |
class |
|
core/modules/entity/entity.query.inc |
Retrieves entities matching a given set of conditions. |
|
EntityControllerInterface |
interface |
|
core/modules/entity/entity.controller.inc |
Defines a common interface for entity controller classes. |
|
DefaultEntityController |
class |
|
core/modules/entity/entity.controller.inc |
Defines a base entity controller class. |
|
EntityStorageControllerInterface |
interface |
|
core/modules/entity/entity.controller.inc |
Defines a common interface for entity storage controllers. |
|
EntityStorageException |
class |
|
core/modules/entity/entity.controller.inc |
Defines an exception thrown when storage operations fail. |
|
EntityDatabaseStorageController |
class |
|
core/modules/entity/entity.controller.inc |
Implements the entity storage controller interface for the database. |
|
EntityInterface |
interface |
|
core/modules/entity/entity.class.inc |
Defines a common interface for all entity objects. |
|
Entity |
abstract class |
|
core/modules/entity/entity.class.inc |
Defines a base entity class. |
|
EntityMalformedException |
class |
|
core/modules/entity/entity.class.inc |
Defines an exception thrown when a malformed entity is passed. |
|
EmailFieldTestCase |
class |
|
core/modules/email/tests/email.test |
Tests email field functionality. |
|
DBLogTestCase |
class |
|
core/modules/dblog/tests/dblog.test |
Tests logging messages to the database. |
|
date_views_plugin_pager |
class |
|
core/modules/date/views/date_views_plugin_pager.inc |
Date views pager plugin. |
|
date_views_filter_handler_simple |
class |
|
core/modules/date/views/date_views_filter_handler_simple.inc |
@file
A standard Views filter for a single date field,
using Date API form selectors and sql handling. |
|
date_views_filter_handler |
class |
|
core/modules/date/views/date_views_filter_handler.inc |
@file
A flexible, configurable date filter.
This filter combines multiple date filters into a single filter
where all fields are controlled by the same date and can be combined
with either AND or OR. |
|
date_views_argument_handler_simple |
class |
|
core/modules/date/views/date_views_argument_handler_simple.inc |
|
|
date_views_argument_handler |
class |
|
core/modules/date/views/date_views_argument_handler.inc |
|
|
date_sql_handler |
class |
|
core/modules/date/views/date_sql_handler.inc |
A class to manipulate date SQL. |
|
DateViewsTestCase |
class |
|
core/modules/date/tests/date_views.test |
|