Issue #2701769 by snufkin: Missing @return documentation from ContentTranslationHandler::entityFormTitle
(cherry picked from commit c28aa40f54
)
8.1.x
parent
292b549ca1
commit
aee92c50ff
|
@ -696,6 +696,9 @@ class ContentTranslationHandler implements ContentTranslationHandlerInterface, E
|
||||||
*
|
*
|
||||||
* @param \Drupal\Core\Entity\EntityInterface $entity
|
* @param \Drupal\Core\Entity\EntityInterface $entity
|
||||||
* The entity whose form is being altered.
|
* The entity whose form is being altered.
|
||||||
|
*
|
||||||
|
* @return string|null
|
||||||
|
* The label of the entity, or NULL if there is no label defined.
|
||||||
*/
|
*/
|
||||||
protected function entityFormTitle(EntityInterface $entity) {
|
protected function entityFormTitle(EntityInterface $entity) {
|
||||||
return $entity->label();
|
return $entity->label();
|
||||||
|
|
Loading…
Reference in New Issue