function ConfigurablePluginInterfaceTestClass::defaultConfiguration

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.