class ServiceContainerTestCtoolsPluginTest1 in Service Container 7
Same name and namespace in other branches
- 7.2 tests/modules/service_container_test_ctools/src/plugins/ServiceContainerTestCtoolsPlugin/ServiceContainerTestCtoolsPluginTest1/ServiceContainerTestCtoolsPluginTest1.php \Drupal\service_container_test_ctools\ServiceContainerTestCtoolsPlugin\ServiceContainerTestCtoolsPluginTest1
Hierarchy
- class \Drupal\service_container_test_ctools\ServiceContainerTestCtoolsPlugin\ServiceContainerTestCtoolsPluginTest1
Expanded class hierarchy of ServiceContainerTestCtoolsPluginTest1
1 string reference to 'ServiceContainerTestCtoolsPluginTest1'
- ServiceContainerCToolsIntegrationTest::testCToolsPlugin in lib/
Drupal/ service_container/ Tests/ ServiceContainerCToolsIntegrationTest.php - Tests if a particular CTools plugin is available.
File
- tests/
modules/ service_container_test_ctools/ src/ plugins/ ServiceContainerTestCtoolsPlugin/ ServiceContainerTestCtoolsPluginTest1/ ServiceContainerTestCtoolsPluginTest1.php, line 9
Namespace
Drupal\service_container_test_ctools\ServiceContainerTestCtoolsPluginView source
class ServiceContainerTestCtoolsPluginTest1 {
function beep() {
return 'beep!';
}
}