You are here

class ServiceContainerTestCtoolsPluginTest1 in Service Container 7.2

Same name and namespace in other branches
  1. 7 tests/modules/service_container_test_ctools/src/plugins/ServiceContainerTestCtoolsPlugin/ServiceContainerTestCtoolsPluginTest1/ServiceContainerTestCtoolsPluginTest1.php \Drupal\service_container_test_ctools\ServiceContainerTestCtoolsPlugin\ServiceContainerTestCtoolsPluginTest1

Hierarchy

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\ServiceContainerTestCtoolsPlugin
View source
class ServiceContainerTestCtoolsPluginTest1 {
  function beep() {
    return 'beep!';
  }

}

Members