function ServiceContainerTestCtoolsPluginTest1::beep in Service Container 7.2
Same name and namespace in other branches
- 7 tests/modules/service_container_test_ctools/src/plugins/ServiceContainerTestCtoolsPlugin/ServiceContainerTestCtoolsPluginTest1/ServiceContainerTestCtoolsPluginTest1.php \Drupal\service_container_test_ctools\ServiceContainerTestCtoolsPlugin\ServiceContainerTestCtoolsPluginTest1::beep()
File
- tests/
modules/ service_container_test_ctools/ src/ plugins/ ServiceContainerTestCtoolsPlugin/ ServiceContainerTestCtoolsPluginTest1/ ServiceContainerTestCtoolsPluginTest1.php, line 10
Class
Namespace
Drupal\service_container_test_ctools\ServiceContainerTestCtoolsPluginCode
function beep() {
return 'beep!';
}