function StaticDiscoveryTestDecoratedClass::noArguments

Same name and namespace in other branches
  1. 10 core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php \Drupal\Tests\Component\Plugin\Discovery\StaticDiscoveryTestDecoratedClass::noArguments()

File

core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php, line 243

Class

StaticDiscoveryTestDecoratedClass
A class extending StaticDiscovery for testing purposes.

Namespace

Drupal\Tests\Component\Plugin\Discovery

Code

public function noArguments() : array {
    return [];
}

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