Updated all the contrib modules to their latest versions.
[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 targeting.
9  */
10 class MetatagEntityFieldItemList extends FieldItemList {
11 }