function TestPluginDependency::getDependencies
Return value
array[] The dependencies.
File
-
core/
tests/ Drupal/ Tests/ Core/ Plugin/ PluginDependencyTraitTest.php, line 223
Class
- TestPluginDependency
- Stub class for testing PluginDependencyTrait.
Namespace
Drupal\Tests\Core\PluginCode
public function getDependencies() {
return $this->dependencies;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.