function HookDiscoveryTest::hookDiscoveryTestTestPlugin
Same name in other branches
- 8.9.x core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php \Drupal\Tests\Core\Plugin\Discovery\HookDiscoveryTest::hookDiscoveryTestTestPlugin()
- 10 core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php \Drupal\Tests\Core\Plugin\Discovery\HookDiscoveryTest::hookDiscoveryTestTestPlugin()
- 11.x core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php \Drupal\Tests\Core\Plugin\Discovery\HookDiscoveryTest::hookDiscoveryTestTestPlugin()
File
-
core/
tests/ Drupal/ Tests/ Core/ Plugin/ Discovery/ HookDiscoveryTest.php, line 114
Class
- HookDiscoveryTest
- @coversDefaultClass \Drupal\Core\Plugin\Discovery\HookDiscovery @group Plugin
Namespace
Drupal\Tests\Core\Plugin\DiscoveryCode
protected function hookDiscoveryTestTestPlugin() {
return [
'test_id_1' => [
'class' => 'Drupal\\plugin_test\\Plugin\\plugin_test\\fruit\\Apple',
],
'test_id_2' => [
'class' => 'Drupal\\plugin_test\\Plugin\\plugin_test\\fruit\\Orange',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.