Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
EntityCacheTest class Drupal\entity_cache_test_dependency\Plugin\Core\Entity drupal/core/modules/system/tests/modules/entity_cache_test_dependency/lib/Drupal/entity_cache_test_dependency/Plugin/Core/Entity/EntityCacheTest.php Defines the EntityCacheTest class.
EntityControllerInterface interface Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityControllerInterface.php Defines a common interface for entity controllers. 9 7
EntityConverter class Drupal\Core\ParamConverter drupal/core/lib/Drupal/Core/ParamConverter/EntityConverter.php This class allows the upcasting of entity ids to the respective entity object. 2
EntityCrudHookTest class Drupal\system\Tests\Entity drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php Tests invocation of hooks when performing an action.
EntityDerivative class Drupal\rest\Plugin\Derivative drupal/core/modules/rest/lib/Drupal/rest/Plugin/Derivative/EntityDerivative.php Provides a resource plugin definition for every entity type.
EntityDisplay class Drupal\entity\Plugin\Core\Entity drupal/core/modules/entity/lib/Drupal/entity/Plugin/Core/Entity/EntityDisplay.php Configuration entity that contains display options for all components of a rendered entity in a given view mode. 16
EntityDisplayBase abstract class Drupal\entity drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php Base class for config entity types that store configuration for entity forms and displays. 2 2
EntityDisplayBaseInterface interface Drupal\entity drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBaseInterface.php Provides an interface defining an entity display entity. 3 2
EntityDisplayInterface interface Drupal\entity drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayInterface.php Provides an interface defining an entity display entity. 1 1
EntityDisplayTest class Drupal\entity\Tests drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php Tests the EntityDisplay configuration entities.
EntityEnclosingRequest class Guzzle\Http\Message drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php HTTP request that sends an entity-body in the request message (POST, PUT, PATCH, DELETE)
EntityEnclosingRequestInterface interface Guzzle\Http\Message drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php HTTP request that sends an entity-body in the request message (POST, PUT) 1 3
EntityFieldTest class Drupal\system\Tests\Entity drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php Tests Entity API base functionality.
EntityFilteringThemeTest class Drupal\system\Tests\Theme drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php Tests filtering for XSS in rendered entity templates in all themes.
EntityFormController class Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityFormController.php Base class for entity form controllers. 17 16
EntityFormControllerInterface interface Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php Defines a common interface for entity form controller classes. 1 1
EntityFormControllerNG class Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityFormControllerNG.php Entity form controller variant for entity types using the new property API. 5 5
EntityFormDisplay class Drupal\entity\Plugin\Core\Entity drupal/core/modules/entity/lib/Drupal/entity/Plugin/Core/Entity/EntityFormDisplay.php Configuration entity that contains widget options for all components of a entity form in a given form mode. 2
EntityFormDisplayInterface interface Drupal\entity drupal/core/modules/entity/lib/Drupal/entity/EntityFormDisplayInterface.php Provides an interface defining an entity display entity. 1 3
EntityFormDisplayTest class Drupal\entity\Tests drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityFormDisplayTest.php Tests the EntityDisplay configuration entities.
EntityFormEnhancer class Drupal\Core\Entity\Enhancer drupal/core/lib/Drupal/Core/Entity/Enhancer/EntityFormEnhancer.php Enhances an entity form route with the appropriate controller. 2
EntityFormTest class Drupal\system\Tests\Entity drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFormTest.php Tests the Entity Form Controller.
EntityInterface interface Symfony\Component\Validator\Tests\Fixtures drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/EntityInterface.php 1
EntityInterface interface Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityInterface.php Defines a common interface for all entity objects. 6 206
EntityLabelTest class Drupal\system\Tests\Entity drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityLabelTest.php Tests entity properties.
EntityListController class Drupal\Core\Entity\Controller drupal/core/lib/Drupal/Core/Entity/Controller/EntityListController.php Defines a generic controller to list entities.
EntityListController class Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityListController.php Provides a generic implementation of an entity list controller. 1 1
EntityListControllerInterface interface Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php Defines an interface for entity list controllers. 1
EntityMalformedException class Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityMalformedException.php Defines an exception thrown when a malformed entity is passed. 4
EntityManager class Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityManager.php Manages entity type plugin definitions. 33 2
EntityManagerTest class Drupal\system\Tests\Entity drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityManagerTest.php Tests methods on the entity manager.
EntityNG class Drupal\Core\Entity drupal/core/lib/Drupal/Core/Entity/EntityNG.php Implements Entity Field API specific enhancements to the Entity class. 8 14
EntityNormalizer class Drupal\hal\Normalizer drupal/core/modules/hal/lib/Drupal/hal/Normalizer/EntityNormalizer.php Converts the Drupal entity object structure to a HAL array structure. 1 2
EntityOperationsTest class Drupal\system\Tests\Entity drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityOperationsTest.php Tests for entity operations, that they can be altered.
EntityParent class Symfony\Component\Validator\Tests\Fixtures drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/EntityParent.php 1
EntityQueryAggregateTest class Drupal\system\Tests\Entity drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryAggregateTest.php Defines a test for testing aggregation support for entity query.
EntityQueryRelationshipTest class Drupal\system\Tests\Entity drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php Tests Entity Query API relationship functionality.
EntityQueryTest class Drupal\system\Tests\Entity drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php Tests the basic Entity API.
EntityReference class Drupal\entity_reference\Plugin\views\row drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/views/row/EntityReference.php EntityReference row plugin.
EntityReference class Drupal\entity_reference\Plugin\views\display drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/views/display/EntityReference.php The plugin that handles an EntityReference display.
EntityReference class Drupal\entity_reference\Plugin\views\style drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/views/style/EntityReference.php EntityReference style plugin.
EntityReferenceAdminTest class Drupal\entity_reference\Tests drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAdminTest.php Tests the Entity Reference Admin UI.
EntityReferenceAutocomplete class Drupal\entity_reference drupal/core/modules/entity_reference/lib/Drupal/entity_reference/EntityReferenceAutocomplete.php Helper class to get autocompletion results for entity reference. 2
EntityReferenceAutocompleteTest class Drupal\entity_reference\Tests drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutocompleteTest.php Tests the autocomplete functionality of Entity Reference.
EntityReferenceAutoCreateTest class Drupal\entity_reference\Tests drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutoCreateTest.php Tests the Entity Reference auto-creation feature.
EntityReferenceController class Drupal\entity_reference drupal/core/modules/entity_reference/lib/Drupal/entity_reference/EntityReferenceController.php Defines route controller for entity reference. 1
EntityReferenceEntityFormatter class Drupal\entity_reference\Plugin\field\formatter drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceEntityFormatter.php Plugin implementation of the 'entity reference rendered entity' formatter.
EntityReferenceFormatterBase abstract class Drupal\entity_reference\Plugin\field\formatter drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceFormatterBase.php Parent plugin for entity reference formatters. 4 4
EntityReferenceIdFormatter class Drupal\entity_reference\Plugin\field\formatter drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceIdFormatter.php Plugin implementation of the 'entity reference ID' formatter.
EntityReferenceItem class Drupal\Core\Entity\Field\Type drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityReferenceItem.php Defines the 'entity_reference' entity field item. 1 1

Pages

Other projects