Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. FieldReuseAccessCheck.php

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\Access

Code

public function __construct(EntityTypeManagerInterface $entityTypeManager, FieldTypePluginManagerInterface $fieldTypePluginManager, EntityFieldManagerInterface $entityFieldManager) {
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal