Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
EntityAccessControlHandler::processAccessHookResults function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php We grant access to the entity if both of these conditions are met:
EntityAccessControlHandler::resetCache function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Clears all cached access checks.
EntityAccessControlHandler::setCache function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Statically caches whether the given user has access.
EntityAccessControlHandler::__construct function core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php Constructs an access control handler instance.
EntityAccessControlHandlerInterface interface core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php Defines an interface for entity access control handlers.
EntityAccessControlHandlerInterface.php file core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php
EntityAccessControlHandlerInterface::access function core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php Checks access to an operation on a given entity or entity translation.
EntityAccessControlHandlerInterface::createAccess function core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php Checks access to create an entity.
EntityAccessControlHandlerInterface::fieldAccess function core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php Checks access to an operation on a given entity field.
EntityAccessControlHandlerInterface::resetCache function core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php Clears all cached access checks.
EntityAccessControlHandlerInterface::setModuleHandler function core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php Sets the module handler for this access control handler.
EntityAccessControlHandlerTest class core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Tests the entity access control handler.
EntityAccessControlHandlerTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php
EntityAccessControlHandlerTest::assertEntityAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Asserts entity access correctly grants or denies access.
EntityAccessControlHandlerTest::providerTestFieldAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php
EntityAccessControlHandlerTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php
EntityAccessControlHandlerTest::testDefaultEntityAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Ensures default entity access is checked when necessary.
EntityAccessControlHandlerTest::testEntityAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Ensures entity access is properly working.
EntityAccessControlHandlerTest::testEntityAccessDefaultController function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Ensures that the default handler is used as a fallback.
EntityAccessControlHandlerTest::testEntityTranslationAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Ensures entity access for entity translations is properly working.
EntityAccessControlHandlerTest::testEntityWithoutUuidAccessCache function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Ensures the static access cache works correctly in the absence of an UUID.
EntityAccessControlHandlerTest::testEntityWithUuidAccessCache function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Ensures the static access cache works correctly with a UUID and revisions.
EntityAccessControlHandlerTest::testFieldAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Tests the default access handling for the ID and UUID fields.
EntityAccessControlHandlerTest::testHooks function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Tests hook invocations.
EntityAccessControlHandlerTest::testUserLabelAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php Ensures user labels are accessible for everyone.
EntityAccessDeniedHttpException class core/modules/jsonapi/src/Exception/EntityAccessDeniedHttpException.php Enhances the access denied exception with information about the entity.
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::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/EntityAccessDeniedHttpExceptionNormalizer.php The interface or class that this Normalizer supports.
EntityAccessDeniedHttpExceptionNormalizer::buildErrorObjects function core/modules/jsonapi/src/Normalizer/EntityAccessDeniedHttpExceptionNormalizer.php Builds the normalized JSON:API error objects for the response.
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 Creates an instance of the plugin.
EntityActionBase::__construct function core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php Constructs a 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::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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.