You are here

public static function GoogleAdWordsInlineJS::defaultSettings in Google AdWords Conversion Tracking 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

src/Plugin/Field/FieldFormatter/GoogleAdWordsInlineJS.php, line 31
Contains \Drupal\google_adwords\Plugin\Field\FieldFormatter\GoogleAdWordsInlineJS.

Class

GoogleAdWordsInlineJS
Plugin implementation of the 'google_adwords_inlinejs' formatter.

Namespace

Drupal\google_adwords\Plugin\Field\FieldFormatter

Code

public static function defaultSettings() {
  return array() + parent::defaultSettings();
}