This commit is contained in:
2020-07-13 17:09:59 +02:00
parent 03559a7b76
commit 3a082e23cc
492 changed files with 4129 additions and 982 deletions
@@ -15,6 +15,7 @@ interface MetadataGeneratorInterface {
*
* @param \Drupal\Core\Entity\EntityInterface $entity
* The entity, in the language in which one of its fields is being edited.
*
* @return array
* An array containing metadata with the following keys:
* - label: the user-visible label for the entity in the given language.
@@ -28,6 +29,7 @@ interface MetadataGeneratorInterface {
* The field values to be in-place edited.
* @param string $view_mode
* The view mode the field should be rerendered in.
*
* @return array
* An array containing metadata with the following keys:
* - label: the user-visible label for the field.