You are here

protected property EntityCreateAnyAccessCheck::$requirementsKey in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php \Drupal\Core\Entity\EntityCreateAnyAccessCheck::requirementsKey

The key used by the routing requirement.

Type: string

File

core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php, line 35

Class

EntityCreateAnyAccessCheck
Defines an access checker for creating an entity of any bundle.

Namespace

Drupal\Core\Entity

Code

protected $requirementsKey = '_entity_create_any_access';