function ConfigurablePluginInterfaceTestClass::calculateDependencies

Overrides DependentPluginInterface::calculateDependencies

File

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

Class

ConfigurablePluginInterfaceTestClass
Test Class to trigger deprecation error.

Namespace

Drupal\Tests\Component\Plugin

Code

public function calculateDependencies() {
    return [];
}

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