You are here

function ServiceContainerTestCtoolsPluginTest1::beep in Service Container 7

Same name and namespace in other branches
  1. 7.2 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

ServiceContainerTestCtoolsPluginTest1

Namespace

Drupal\service_container_test_ctools\ServiceContainerTestCtoolsPlugin

Code

function beep() {
  return 'beep!';
}