Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityAccessControlHandlerTest::testEntityAccess | function | core/ |
Ensures entity access is properly working. |
| EntityAccessControlHandlerTest::testEntityAccessDefaultController | function | core/ |
Ensures that the default handler is used as a fallback. |
| EntityAccessControlHandlerTest::testEntityTranslationAccess | function | core/ |
Ensures entity access for entity translations is properly working. |
| EntityAccessControlHandlerTest::testEntityWithoutUuidAccessCache | function | core/ |
Ensures the static access cache works correctly in the absence of an UUID. |
| EntityAccessControlHandlerTest::testEntityWithUuidAccessCache | function | core/ |
Ensures the static access cache works correctly with a UUID and revisions. |
| EntityAccessControlHandlerTest::testFieldAccess | function | core/ |
Tests the default access handling for the ID and UUID fields. |
| EntityAccessControlHandlerTest::testHooks | function | core/ |
Tests hook invocations. |
| EntityAccessControlHandlerTest::testUserLabelAccess | function | core/ |
Ensures user labels are accessible for everyone. |
| EntityAccessDeniedHttpException | class | core/ |
Enhances the access denied exception with information about the entity. |
| EntityAccessDeniedHttpException.php | file | core/ |
|
| EntityAccessDeniedHttpException::$error | property | core/ |
The error which caused the 403. |
| EntityAccessDeniedHttpException::getError | function | core/ |
Returns the error. |
| EntityAccessDeniedHttpException::__construct | function | core/ |
EntityAccessDeniedHttpException constructor. |
| EntityAccessDeniedHttpExceptionNormalizer | class | core/ |
Normalizes an EntityAccessDeniedException. |
| EntityAccessDeniedHttpExceptionNormalizer.php | file | core/ |
|
| EntityAccessDeniedHttpExceptionNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| EntityAccessDeniedHttpExceptionNormalizer::buildErrorObjects | function | core/ |
Builds the normalized JSON:API error objects for the response. |
| EntityActionBase | class | core/ |
Base class for entity-based actions. |
| EntityActionBase.php | file | core/ |
|
| EntityActionBase::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityActionBase::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| EntityActionBase::create | function | core/ |
Creates an instance of the plugin. |
| EntityActionBase::__construct | function | core/ |
Constructs a EntityActionBase object. |
| EntityActionDeriverBase | class | core/ |
Provides a base action for each entity type with specific interfaces. |
| EntityActionDeriverBase.php | file | core/ |
|
| EntityActionDeriverBase::$entityTypeManager | property | core/ |
The entity type manager. |
| EntityActionDeriverBase::create | function | core/ |
Creates a new class instance. |
| EntityActionDeriverBase::getApplicableEntityTypes | function | core/ |
Gets a list of applicable entity types. |
| EntityActionDeriverBase::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| EntityActionDeriverBase::isApplicable | function | core/ |
Indicates whether the deriver can be used for the provided entity type. |
| EntityActionDeriverBase::__construct | function | core/ |
Constructs a new EntityActionDeriverBase object. |
| EntityAdapter | class | core/ |
Defines the "entity" data type. |
| EntityAdapter.php | file | core/ |
|
| EntityAdapter::$entity | property | core/ |
The wrapped entity object. |
| EntityAdapter::applyDefaultValue | function | core/ |
Applies the default value. |
| EntityAdapter::createFromEntity | function | core/ |
Creates an instance wrapping the given entity. |
| EntityAdapter::get | function | core/ |
Gets a property object. |
| EntityAdapter::getEntity | function | core/ |
Returns the wrapped entity object. |
| EntityAdapter::getIterator | function | core/ |
|
| EntityAdapter::getProperties | function | core/ |
Gets an array of property objects. |
| EntityAdapter::getString | function | core/ |
Returns a string representation of the data. |
| EntityAdapter::getValue | function | core/ |
Gets the data value. |
| EntityAdapter::isEmpty | function | core/ |
Determines whether the data structure is empty. |
| EntityAdapter::onChange | function | core/ |
React to changes to a child property or item. |
| EntityAdapter::set | function | core/ |
Sets a property value. |
| EntityAdapter::setValue | function | core/ |
Sets the data value. |
| EntityAdapter::toArray | function | core/ |
Returns an array of all property values. |
| EntityAdapterUnitTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\Plugin\DataType\EntityAdapter[[api-linebreak]] @group Entity @group TypedData |
| EntityAdapterUnitTest.php | file | core/ |
|
| EntityAdapterUnitTest::$bundle | property | core/ |
The bundle used for testing. |
Pagination
- Previous page
- Page 442
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.