Verified Commit c5aac176 authored by Dave Long's avatar Dave Long
Browse files

Issue #3511434 by juandhr, dimpalmangrulkar20@gmail.com,...

Issue #3511434 by juandhr, dimpalmangrulkar20@gmail.com, sivaji_ganesh_jojodae, alberto56, quietone, ghost of drupal past, quadrexdev: There are leftover references in comments to long ago renamed ListDefinitionInterface

(cherry picked from commit 1935c084)
parent 3ff0b26d
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * properties can be retrieved from the definition.
 *
 * @see \Drupal\Core\TypedData\DataDefinition
 * @see \Drupal\Core\TypedData\ListDefinitionInterface
 * @see \Drupal\Core\TypedData\ListDataDefinitionInterface
 * @see \Drupal\Core\TypedData\ComplexDataDefinitionInterface
 * @see \Drupal\Core\TypedData\DataReferenceDefinitionInterface
 * @see \Drupal\Core\TypedData\TypedDataInterface
@@ -81,7 +81,7 @@ public function getDescription();
   * Returns whether the data is multi-valued, i.e. a list of data items.
   *
   * This is equivalent to checking whether the data definition implements the
   * \Drupal\Core\TypedData\ListDefinitionInterface interface.
   * \Drupal\Core\TypedData\ListDataDefinitionInterface interface.
   *
   * @return bool
   *   Whether the data is multi-valued.
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 * When implementing this interface which extends Traversable, make sure to list
 * IteratorAggregate or Iterator before this interface in the implements clause.
 *
 * @see \Drupal\Core\TypedData\ListDefinitionInterface
 * @see \Drupal\Core\TypedData\ListDataDefinitionInterface
 *
 * @ingroup typed_data
 */