function ConfigurableInterface::defaultConfiguration

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Component/Plugin/ConfigurableInterface.php \Drupal\Component\Plugin\ConfigurableInterface::defaultConfiguration()
  2. 10 core/lib/Drupal/Component/Plugin/ConfigurableInterface.php \Drupal\Component\Plugin\ConfigurableInterface::defaultConfiguration()
  3. 9 core/lib/Drupal/Component/Plugin/ConfigurableInterface.php \Drupal\Component\Plugin\ConfigurableInterface::defaultConfiguration()
  4. 8.9.x 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.

14 methods override ConfigurableInterface::defaultConfiguration()
Alignment::defaultConfiguration in core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php
Gets default configuration for this plugin.
CodeBlock::defaultConfiguration in core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php
Gets default configuration for this plugin.
EntityLinkSuggestions::defaultConfiguration in core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/EntityLinkSuggestions.php
Gets default configuration for this plugin.
FilterBase::defaultConfiguration in core/modules/filter/src/Plugin/FilterBase.php
Gets default configuration for this plugin.
Heading::defaultConfiguration in core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.