| EntityAccessDeniedHttpException.php |
file |
core/modules/jsonapi/src/Exception/EntityAccessDeniedHttpException.php |
|
| EntityAccessDeniedHttpException::$error |
property |
core/modules/jsonapi/src/Exception/EntityAccessDeniedHttpException.php |
The error which caused the 403. |
| EntityAccessDeniedHttpException::getError |
function |
core/modules/jsonapi/src/Exception/EntityAccessDeniedHttpException.php |
Returns the error. |
| EntityAccessDeniedHttpException::__construct |
function |
core/modules/jsonapi/src/Exception/EntityAccessDeniedHttpException.php |
EntityAccessDeniedHttpException constructor. |
| EntityAccessDeniedHttpExceptionNormalizer |
class |
core/modules/jsonapi/src/Normalizer/EntityAccessDeniedHttpExceptionNormalizer.php |
Normalizes an EntityAccessDeniedException. |
| EntityAccessDeniedHttpExceptionNormalizer.php |
file |
core/modules/jsonapi/src/Normalizer/EntityAccessDeniedHttpExceptionNormalizer.php |
|
| EntityAccessDeniedHttpExceptionNormalizer::buildErrorObjects |
function |
core/modules/jsonapi/src/Normalizer/EntityAccessDeniedHttpExceptionNormalizer.php |
Builds the normalized JSON:API error objects for the response. |
| EntityAccessDeniedHttpExceptionNormalizer::getSupportedTypes |
function |
core/modules/jsonapi/src/Normalizer/EntityAccessDeniedHttpExceptionNormalizer.php |
|
| EntityActionBase |
class |
core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php |
Base class for entity-based actions. |
| EntityActionBase.php |
file |
core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php |
|
| EntityActionBase::$entityTypeManager |
property |
core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php |
The entity type manager. |
| EntityActionBase::calculateDependencies |
function |
core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php |
Calculates dependencies for the configured plugin. |
| EntityActionBase::create |
function |
core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php |
Instantiates a new instance of the implementing class using autowiring. |
| EntityActionBase::__construct |
function |
core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php |
Constructs an EntityActionBase object. |
| EntityActionDeriverBase |
class |
core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php |
Provides a base action for each entity type with specific interfaces. |
| EntityActionDeriverBase.php |
file |
core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php |
|
| EntityActionDeriverBase::$entityTypeManager |
property |
core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php |
The entity type manager. |
| EntityActionDeriverBase::create |
function |
core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php |
Creates a new class instance. |
| EntityActionDeriverBase::getApplicableEntityTypes |
function |
core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php |
Gets a list of applicable entity types. |
| EntityActionDeriverBase::getDerivativeDefinitions |
function |
core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php |
Gets the definition of all derivatives of a base plugin. |
| EntityActionDeriverBase::isApplicable |
function |
core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php |
Indicates whether the deriver can be used for the provided entity type. |
| EntityActionDeriverBase::__construct |
function |
core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php |
Constructs a new EntityActionDeriverBase object. |
| EntityAdapter |
class |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php |
Defines the "entity" data type. |
| EntityAdapter.php |
file |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php |
|
| EntityAdapter::$entity |
property |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php |
The wrapped entity object. |
| EntityAdapter::applyDefaultValue |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php |
Applies the default value. |
| EntityAdapter::createFromEntity |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php |
Creates an instance wrapping the given entity. |
| EntityAdapter::get |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php |
Gets a property object. |
| EntityAdapter::getEntity |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php |
Returns the wrapped entity object. |
| EntityAdapter::getIterator |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php |
|
| EntityAdapter::getProperties |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php |
Gets an array of property objects. |
| EntityAdapter::getString |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php |
Returns a string representation of the data. |
| EntityAdapter::getValue |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php |
Gets the data value. |
| EntityAdapter::isEmpty |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php |
Determines whether the data structure is empty. |
| EntityAdapter::onChange |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php |
React to changes to a child property or item. |
| EntityAdapter::set |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php |
Sets a property value. |
| EntityAdapter::setValue |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php |
Sets the data value. |
| EntityAdapter::toArray |
function |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php |
Returns an array of all property values. |
| EntityAdapterUnitTest |
class |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Tests Drupal\Core\Entity\Plugin\DataType\EntityAdapter. |
| EntityAdapterUnitTest.php |
file |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
|
| EntityAdapterUnitTest::$bundle |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The bundle used for testing. |
| EntityAdapterUnitTest::$entity |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The content entity used for testing. |
| EntityAdapterUnitTest::$entityAdapter |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The content entity adapter under test. |
| EntityAdapterUnitTest::$entityFieldManager |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
|
| EntityAdapterUnitTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The entity type used for testing. |
| EntityAdapterUnitTest::$entityTypeId |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The type ID of the entity under test. |
| EntityAdapterUnitTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The entity type manager used for testing. |
| EntityAdapterUnitTest::$fieldDefinitions |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
Field definitions. |
| EntityAdapterUnitTest::$fieldItemList |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The field item list returned by the typed data manager. |
| EntityAdapterUnitTest::$fieldTypePluginManager |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The field type manager used for testing. |