Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
EntityCreateAccessCheckTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php
EntityCreateAccessCheckTest::testAccess function core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php Tests the method for checking access to routes.
EntityCreateAccessCustomCidTest class core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php Tests entity access control handler custom internal cache ID.
EntityCreateAccessCustomCidTest.php file core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php
EntityCreateAccessCustomCidTest::$account property core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php A mock account.
EntityCreateAccessCustomCidTest::$entityType property core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php A mock entity type.
EntityCreateAccessCustomCidTest::$langcode property core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php A language code.
EntityCreateAccessCustomCidTest::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php A mock module handler.
EntityCreateAccessCustomCidTest::providerTestCustomCid function core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php Provides test cases for ::testCustomCid().
EntityCreateAccessCustomCidTest::providerTestDefaultCid function core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php Provides test cases for ::testDefaultCid().
EntityCreateAccessCustomCidTest::setUp function core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php
EntityCreateAccessCustomCidTest::setUpAccessCache function core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php Setup the access cache on the entity handler for testing.
EntityCreateAccessCustomCidTest::testCustomCid function core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php Tests the entity access control handler with a custom static cache ID.
EntityCreateAccessCustomCidTest::testDefaultCid function core/tests/Drupal/Tests/Core/Entity/Access/EntityCreateAccessCustomCidTest.php Tests the entity access control handler caching with context.
EntityCreateAnyAccessCheck class core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php Defines an access checker for creating an entity of any bundle.
EntityCreateAnyAccessCheck.php file core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php
EntityCreateAnyAccessCheck::$entityTypeBundleInfo property core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php The entity type bundle info.
EntityCreateAnyAccessCheck::$entityTypeManager property core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php The entity type manager.
EntityCreateAnyAccessCheck::$requirementsKey property core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php The key used by the routing requirement.
EntityCreateAnyAccessCheck::access function core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php Checks access to create an entity of any bundle for the given route.
EntityCreateAnyAccessCheck::__construct function core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php Constructs an EntityCreateAnyAccessCheck object.
EntityCreateDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityCreateDeriver.php Gets the definition of all derivatives of a base plugin.
EntityCrudHookTest class core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Tests entity CRUD via hooks.
EntityCrudHookTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php
EntityCrudHookTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Modules to install.
EntityCrudHookTest::assertHookMessageOrder function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Checks the order of CRUD hook execution messages.
EntityCrudHookTest::blockCreate function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_create() for block entities.
EntityCrudHookTest::blockDelete function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_delete() for block entities.
EntityCrudHookTest::blockInsert function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_insert() for block entities.
EntityCrudHookTest::blockLoad function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_load() for block entities.
EntityCrudHookTest::blockPredelete function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_predelete() for block entities.
EntityCrudHookTest::blockPresave function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_presave() for block entities.
EntityCrudHookTest::blockUpdate function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_update() for block entities.
EntityCrudHookTest::commentCreate function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_create() for comment entities.
EntityCrudHookTest::commentDelete function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_delete() for comment entities.
EntityCrudHookTest::commentInsert function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_insert() for comment entities.
EntityCrudHookTest::commentLoad function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_load() for comment entities.
EntityCrudHookTest::commentPredelete function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_predelete() for comment entities.
EntityCrudHookTest::commentPresave function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_presave() for comment entities.
EntityCrudHookTest::commentUpdate function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_update() for comment entities.
EntityCrudHookTest::entityCreate function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_entity_create().
EntityCrudHookTest::entityDelete function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_entity_delete().
EntityCrudHookTest::entityInsert function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_entity_insert().
EntityCrudHookTest::entityLoad function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_entity_load().
EntityCrudHookTest::entityPredelete function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_entity_predelete().
EntityCrudHookTest::entityPreload function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_entity_preload().
EntityCrudHookTest::entityPresave function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_entity_presave().
EntityCrudHookTest::entityUpdate function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_entity_update().
EntityCrudHookTest::fileCreate function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_create() for file entities.
EntityCrudHookTest::fileDelete function core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php Implements hook_ENTITY_TYPE_delete() for file entities.

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