diff --git a/core/lib/Drupal/Core/Field/ConfigEntityReferenceItemBase.php b/core/lib/Drupal/Core/Field/ConfigEntityReferenceItemBase.php index b141d1c..94cfc25 100644 --- a/core/lib/Drupal/Core/Field/ConfigEntityReferenceItemBase.php +++ b/core/lib/Drupal/Core/Field/ConfigEntityReferenceItemBase.php @@ -34,11 +34,7 @@ public function isEmpty() { } /** - * Returns options provided via the legacy callback hook_options_list(). - * - * @todo: Convert all legacy callback implementations to methods. - * - * @see \Drupal\Core\TypedData\AllowedValuesInterface + * {@inheritdoc} */ public function preSave() { $entity = $this->get('entity')->getValue();