Loading core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ public function isDefaultFormLangcode(FormStateInterface $form_state); * For more information about entity validation, see * https://www.drupal.org/node/2015613. * * @return \Drupal\Core\Entity\ContentEntityTypeInterface * @return \Drupal\Core\Entity\ContentEntityInterface * The built entity. */ public function validateForm(array &$form, FormStateInterface $form_state); Loading Loading
core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ public function isDefaultFormLangcode(FormStateInterface $form_state); * For more information about entity validation, see * https://www.drupal.org/node/2015613. * * @return \Drupal\Core\Entity\ContentEntityTypeInterface * @return \Drupal\Core\Entity\ContentEntityInterface * The built entity. */ public function validateForm(array &$form, FormStateInterface $form_state); Loading