private function AmpVideoFormatter::getLayouts in Accelerated Mobile Pages (AMP) 8.3
AMP layouts.
Expected by AmpFormTrait.
Return value
array Array of layout options allowed by this component.
File
- src/
Plugin/ Field/ FieldFormatter/ AmpVideoFormatter.php, line 34
Class
- AmpVideoFormatter
- Plugin implementation of the 'amp_video' formatter.
Namespace
Drupal\amp\Plugin\Field\FieldFormatterCode
private function getLayouts() {
$options = $this
->allLayouts();
unset($options['container']);
return $options;
}