interface StaticDiscoveryDecoratorTestMockInterface
Same name in other branches
- 11.x core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php \Drupal\Tests\Component\Plugin\Discovery\StaticDiscoveryDecoratorTestMockInterface
Interface used in the mocking process of this test.
Hierarchy
- interface \Drupal\Tests\Component\Plugin\Discovery\StaticDiscoveryDecoratorTestMockInterface
Expanded class hierarchy of StaticDiscoveryDecoratorTestMockInterface
All classes that implement StaticDiscoveryDecoratorTestMockInterface
File
-
core/
tests/ Drupal/ Tests/ Component/ Plugin/ Discovery/ StaticDiscoveryDecoratorTest.php, line 221
Namespace
Drupal\Tests\Component\Plugin\DiscoveryView source
interface StaticDiscoveryDecoratorTestMockInterface {
/**
* Function used in the mocking process of this test.
*/
public function registerDefinitionsCallback();
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
StaticDiscoveryDecoratorTestMockInterface::registerDefinitionsCallback | public | function | Function used in the mocking process of this test. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.