public static function TweetbuttonHorizontalFormatter::defaultSettings in Tweet Button 8
Defines the default settings for this plugin.
Return value
array A list of default settings, keyed by the setting name.
Overrides PluginSettingsBase::defaultSettings
File
- lib/
Drupal/ tweetbutton/ Plugin/ Field/ FieldFormatter/ TweetbuttonHorizontalFormatter.php, line 29 - Contains \Drupal\tweetbutton\Plugin\field\formatter\TweetbuttonHorizontalFormatter.
Class
- TweetbuttonHorizontalFormatter
- Plugin implementation of the 'telephone_link' formatter.
Namespace
Drupal\tweetbutton\Plugin\Field\FieldFormatterCode
public static function defaultSettings() {
return array() + parent::defaultSettings();
}