function FormModeAccessCheck::__construct
Creates a new FormModeAccessCheck.
Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.
File
-
core/
modules/ field_ui/ src/ Access/ FormModeAccessCheck.php, line 32
Class
- FormModeAccessCheck
- Defines an access check for entity form mode routes.
Namespace
Drupal\field_ui\AccessCode
public function __construct(EntityTypeManagerInterface $entity_type_manager) {
$this->entityTypeManager = $entity_type_manager;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.