diff --git a/core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php b/core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php index d9fcb06..d2e9655 100644 --- a/core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php +++ b/core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php @@ -19,8 +19,8 @@ * * @return array * A nested array of entities, the first level is keyed by the - * entity bundle, which contains an array of entity labels (escaped), - * keyed by the entity ID. + * entity bundle, which contains an array of labels keyed by the entity ID. + * Labels may contain escaped HTML. */ public function getReferenceableEntities($match = NULL, $match_operator = 'CONTAINS', $limit = 0);