Issue #2819479 by shashikant_chauhan, joachim: Fully qualify the FieldItemListInterface class name in its docs so it links

8.3.x
Alex Pott 2016-10-25 11:48:16 -07:00
parent 178cbb92d0
commit e0463d0ee4
1 changed files with 2 additions and 0 deletions

View File

@ -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 {