diff --git a/core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php b/core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php index 9bc7b52..d502c7e 100644 --- a/core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php +++ b/core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php @@ -89,7 +89,8 @@ * @endcode * * Additionally, some processing data is placed in $form_state, and can be - * accessed by $widget::getWidgetState() and setWidgetState(). + * accessed by \Drupal\Core\Field\WidgetBaseInterface::getWidgetState() and + * \Drupal\Core\Field\WidgetBaseInterface::setWidgetState(). * * @param \Drupal\Core\Entity\ContentEntityInterface $entity * The entity. diff --git a/core/modules/field/field.form.inc b/core/modules/field/field.form.inc deleted file mode 100644 index 84c37ef..0000000 --- a/core/modules/field/field.form.inc +++ /dev/null @@ -1,11 +0,0 @@ -