EntityDenormalizerBase::$entityTypeManager |
property |
core/modules/jsonapi/src/Normalizer/EntityDenormalizerBase.php |
The entity type manager. |
EntityDenormalizerBase::$fieldManager |
property |
core/modules/jsonapi/src/Normalizer/EntityDenormalizerBase.php |
The entity field manager. |
EntityDenormalizerBase::$pluginManager |
property |
core/modules/jsonapi/src/Normalizer/EntityDenormalizerBase.php |
The field plugin manager. |
EntityDenormalizerBase::$resourceTypeRepository |
property |
core/modules/jsonapi/src/Normalizer/EntityDenormalizerBase.php |
The JSON:API resource type repository. |
EntityDenormalizerBase::denormalize |
function |
core/modules/jsonapi/src/Normalizer/EntityDenormalizerBase.php |
|
EntityDenormalizerBase::normalize |
function |
core/modules/jsonapi/src/Normalizer/EntityDenormalizerBase.php |
|
EntityDenormalizerBase::prepareInput |
function |
core/modules/jsonapi/src/Normalizer/EntityDenormalizerBase.php |
Prepares the input data to create the entity. |
EntityDenormalizerBase::supportsNormalization |
function |
core/modules/jsonapi/src/Normalizer/EntityDenormalizerBase.php |
|
EntityDenormalizerBase::__construct |
function |
core/modules/jsonapi/src/Normalizer/EntityDenormalizerBase.php |
Constructs an EntityDenormalizerBase object. |
EntityDeprecationTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityDeprecationTest.php |
Tests the deprecations for the \Drupal\KernelTests\Core\Entity namespace. |
EntityDeprecationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityDeprecationTest.php |
|
EntityDeprecationTest::testCreateUserDeprecation |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDeprecationTest.php |
Tests deprecation of \Drupal\KernelTests\Core\Entity\EntityKernelTestBase::createUser(). |
EntityDeriver |
class |
core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php |
Provides data type plugins for each existing entity type and bundle. |
EntityDeriver |
class |
core/modules/rest/src/Plugin/Deriver/EntityDeriver.php |
Provides a resource plugin definition for every entity type. |
EntityDeriver.php |
file |
core/modules/rest/src/Plugin/Deriver/EntityDeriver.php |
|
EntityDeriver.php |
file |
core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php |
|
EntityDeriver::$basePluginId |
property |
core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php |
The base plugin ID this derivative is for. |
EntityDeriver::$bundleInfoService |
property |
core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php |
The bundle info service. |
EntityDeriver::$derivatives |
property |
core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php |
List of derivative definitions. |
EntityDeriver::$derivatives |
property |
core/modules/rest/src/Plugin/Deriver/EntityDeriver.php |
List of derivative definitions. |
EntityDeriver::$entityTypeManager |
property |
core/modules/rest/src/Plugin/Deriver/EntityDeriver.php |
The entity type manager. |
EntityDeriver::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php |
The entity type manager. |
EntityDeriver::create |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php |
Creates a new class instance. |
EntityDeriver::create |
function |
core/modules/rest/src/Plugin/Deriver/EntityDeriver.php |
Creates a new class instance. |
EntityDeriver::getDerivativeDefinition |
function |
core/modules/rest/src/Plugin/Deriver/EntityDeriver.php |
Gets the definition of a derivative plugin. |
EntityDeriver::getDerivativeDefinition |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php |
Gets the definition of a derivative plugin. |
EntityDeriver::getDerivativeDefinitions |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php |
Gets the definition of all derivatives of a base plugin. |
EntityDeriver::getDerivativeDefinitions |
function |
core/modules/rest/src/Plugin/Deriver/EntityDeriver.php |
Gets the definition of all derivatives of a base plugin. |
EntityDeriver::__construct |
function |
core/modules/rest/src/Plugin/Deriver/EntityDeriver.php |
Constructs an EntityDeriver object. |
EntityDeriver::__construct |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php |
Constructs an EntityDeriver object. |
EntityDeriverTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php |
Tests EntityDeriver functionality. |
EntityDeriverTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php |
|
EntityDeriverTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php |
Modules to install. |
EntityDeriverTest::$typedDataManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php |
The typed data manager to use. |
EntityDeriverTest::derivativesProvider |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php |
Provides test data for ::testDerivatives(). |
EntityDeriverTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php |
|
EntityDeriverTest::testDerivatives |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDeriverTest.php |
Tests that types are derived for entity types with and without bundles. |
EntityDescriptionInterface |
interface |
core/lib/Drupal/Core/Entity/EntityDescriptionInterface.php |
Defines the interface for entities that have a description. |
EntityDescriptionInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityDescriptionInterface.php |
|
EntityDescriptionInterface::getDescription |
function |
core/lib/Drupal/Core/Entity/EntityDescriptionInterface.php |
Gets the entity description. |
EntityDescriptionInterface::setDescription |
function |
core/lib/Drupal/Core/Entity/EntityDescriptionInterface.php |
Sets the entity description. |
EntityDisplayBase |
class |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Provides a common base class for entity view and form displays. |
EntityDisplayBase.php |
file |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
|
EntityDisplayBase::$bundle |
property |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Bundle to be displayed. |
EntityDisplayBase::$content |
property |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
List of component display options, keyed by component name. |
EntityDisplayBase::$displayContext |
property |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Context in which this entity will be used (e.g. 'view', 'form'). |
EntityDisplayBase::$fieldDefinitions |
property |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
A list of field definitions eligible for configuration in this display. |
EntityDisplayBase::$hidden |
property |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
List of components that are set to be hidden. |
EntityDisplayBase::$id |
property |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Unique ID for the config entity. |
EntityDisplayBase::$initialized |
property |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
A boolean indicating whether or not this display has been initialized. |