Issue #2819479 by shashikant_chauhan, joachim: Fully qualify the FieldItemListInterface class name in its docs so it links
parent
178cbb92d0
commit
e0463d0ee4
|
@ -22,6 +22,8 @@ use Drupal\Core\TypedData\ListInterface;
|
|||
*
|
||||
* When implementing this interface which extends Traversable, make sure to list
|
||||
* IteratorAggregate or Iterator before this interface in the implements clause.
|
||||
*
|
||||
* @see \Drupal\Core\Field\FieldItemInterface
|
||||
*/
|
||||
interface FieldItemListInterface extends ListInterface, AccessibleInterface {
|
||||
|
||||
|
|
Loading…
Reference in New Issue