You are here

ServiceContainerTestCtoolsPluginTest1.php in Service Container 7.2

File

tests/modules/service_container_test_ctools/src/plugins/ServiceContainerTestCtoolsPlugin/ServiceContainerTestCtoolsPluginTest1/ServiceContainerTestCtoolsPluginTest1.php
View source
<?php

namespace Drupal\service_container_test_ctools\ServiceContainerTestCtoolsPlugin;

$plugin = array(
  'class' => '\\Drupal\\service_container_test_ctools\\ServiceContainerTestCtoolsPlugin\\ServiceContainerTestCtoolsPluginTest1',
);
class ServiceContainerTestCtoolsPluginTest1 {
  function beep() {
    return 'beep!';
  }

}