Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityAccessControlHandlerTest::assertEntityAccess | function | core/ |
Asserts entity access correctly grants or denies access. |
| EntityAccessControlHandlerTest::providerTestFieldAccess | function | core/ |
|
| EntityAccessControlHandlerTest::setUp | function | core/ |
|
| EntityAccessControlHandlerTest::testDefaultEntityAccess | function | core/ |
Ensures default entity access is checked when necessary. |
| 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 a 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 an 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::getProperties | function | core/ |
Gets an array of property objects. |
| EntityAdapter::getString | function | core/ |
Returns a string representation of the data. |
| EntityAdapter::isEmpty | function | core/ |
Determines whether the data structure is empty. |
| EntityAdapter::set | function | core/ |
Sets a property value. |
| EntityAdapter::setValue | function | core/ |
Sets the data value. |
| 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. |
| EntityAdapterUnitTest::$entity | property | core/ |
The content entity used for testing. |
| EntityAdapterUnitTest::$entityAdapter | property | core/ |
The content entity adapter under test. |
| EntityAdapterUnitTest::$entityFieldManager | property | core/ |
|
| EntityAdapterUnitTest::$entityType | property | core/ |
The entity type used for testing. |
| EntityAdapterUnitTest::$entityTypeId | property | core/ |
The type ID of the entity under test. |
| EntityAdapterUnitTest::$entityTypeManager | property | core/ |
The entity type manager used for testing. |
| EntityAdapterUnitTest::$fieldDefinitions | property | core/ |
Field definitions. |
Pagination
- Previous page
- Page 373
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.