Skip to content
Snippets Groups Projects
Verified Commit 1935c084 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
parent aeae7bef
No related branches found
No related tags found
3 merge requests!5423Draft: Resolve #3329907 "Test2",!3478Issue #3337882: Deleted menus are not removed from content type config,!579Issue #2230909: Simple decimals fail to pass validation
Pipeline #490668 canceled
......@@ -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.
......
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment