function ConfigurablePluginBaseTestClass::defaultConfiguration

Overrides ConfigurableTrait::defaultConfiguration

File

core/tests/Drupal/Tests/Core/Plugin/ConfigurablePluginBaseTest.php, line 41

Class

ConfigurablePluginBaseTestClass
Test class for ConfigurablePluginBase.

Namespace

Drupal\Tests\Core\Plugin

Code

public function defaultConfiguration() : array {
    return [
        'default' => 'default',
    ];
}

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