Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / Field / MetatagEntityFieldItemList.php
1 <?php
2
3 namespace Drupal\metatag\Plugin\Field;
4
5 use Drupal\Core\Field\FieldItemList;
6
7 /**
8  * Defines a metatag list class for better normalization targetting.
9  */
10 class MetatagEntityFieldItemList extends FieldItemList {
11 }