protected property FieldItemListNormalizer::$supportedInterfaceOrClass in Facebook Instant Articles 8.2
Same name and namespace in other branches
- 3.x src/Normalizer/FieldItemListNormalizer.php \Drupal\fb_instant_articles\Normalizer\FieldItemListNormalizer::supportedInterfaceOrClass
The interface or class that this Normalizer supports.
Type: string|array
Overrides NormalizerBase::$supportedInterfaceOrClass
File
- src/
Normalizer/ FieldItemListNormalizer.php, line 26
Class
- FieldItemListNormalizer
- Normalize FieldItemList object into an Instant Article object.
Namespace
Drupal\fb_instant_articles\NormalizerCode
protected $supportedInterfaceOrClass = 'Drupal\\Core\\Field\\FieldItemListInterface';