You are here

public function ConfigurableInterface::defaultConfiguration in Drupal 8

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

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

13 methods override ConfigurableInterface::defaultConfiguration()
AggregatorPluginSettingsBase::defaultConfiguration in core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php
Gets default configuration for this plugin.
ConditionPluginBase::defaultConfiguration in core/lib/Drupal/Core/Condition/ConditionPluginBase.php
Gets default configuration for this plugin.
ConfigurableActionBase::defaultConfiguration in core/lib/Drupal/Core/Action/ConfigurableActionBase.php
Gets default configuration for this plugin.
ConfigurablePlugin::defaultConfiguration in core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php
Gets default configuration for this plugin.
ConfigurableSearchPluginBase::defaultConfiguration in core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php
Gets default configuration for this plugin.

... See full list

File

core/lib/Drupal/Component/Plugin/ConfigurableInterface.php, line 34

Class

ConfigurableInterface
Provides an interface for a configurable plugin.

Namespace

Drupal\Component\Plugin

Code

public function defaultConfiguration();