public static function TwitterEmbedItem::defaultStorageSettings in Twitter Embed 8
Defines the storage-level settings for this plugin.
Return value
array A list of default settings, keyed by the setting name.
Overrides FieldItemBase::defaultStorageSettings
File
- src/
Plugin/ Field/ FieldType/ TwitterEmbedItem.php, line 30
Class
- TwitterEmbedItem
- Plugin implementation of the 'twitter_embed_field' field type.
Namespace
Drupal\twitter_embed\Plugin\Field\FieldTypeCode
public static function defaultStorageSettings() {
return [] + parent::defaultStorageSettings();
}