function FieldReuseAccessCheck::__construct
Creates a new FieldReuseAccessCheck.
Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager: The entity type manager.
\Drupal\Core\Field\FieldTypePluginManagerInterface $fieldTypePluginManager: The field type plugin manager.
\Drupal\Core\Entity\EntityFieldManagerInterface $entityFieldManager: The entity field manager.
File
-
core/
modules/ field_ui/ src/ Access/ FieldReuseAccessCheck.php, line 31
Class
- FieldReuseAccessCheck
- Defines an access check for the reuse existing fields form.
Namespace
Drupal\field_ui\AccessCode
public function __construct(EntityTypeManagerInterface $entityTypeManager, FieldTypePluginManagerInterface $fieldTypePluginManager, EntityFieldManagerInterface $entityFieldManager) {
}