function ConfigurablePluginInterfaceTestClass::defaultConfiguration

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ConfigurablePluginInterface::defaultConfiguration

File

core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php, line 48

Class

ConfigurablePluginInterfaceTestClass
Test Class to trigger deprecation error.

Namespace

Drupal\Tests\Component\Plugin

Code

public function defaultConfiguration() {
  return [];
}

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