You are here

public function ConfigurablePluginInterface::defaultConfiguration in Service Container 7.2

Same name and namespace in other branches
  1. 7 lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php \Drupal\Component\Plugin\ConfigurablePluginInterface::defaultConfiguration()

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

File

lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php, line 39
Contains \Drupal\Component\Plugin\ConfigurablePluginInterface.

Class

ConfigurablePluginInterface
Provides an interface for a configurable plugin.

Namespace

Drupal\Component\Plugin

Code

public function defaultConfiguration();