service edit.metadata.generator

Class

Drupal\edit\MetadataGenerator
1 string reference to edit.metadata.generator
EditController::metadata in drupal/core/modules/edit/lib/Drupal/edit/EditController.php
Returns the metadata for a set of fields.

File

drupal/core/modules/edit/edit.services.yml
drupal/core/modules/edit/edit.services.yml

View source
  1. class: Drupal\edit\MetadataGenerator
  2. arguments:
  3. - '@access_check.edit.entity_field'
  4. - '@edit.editor.selector'
  5. - '@plugin.manager.edit.editor'