class Service

Hierarchy

  • class \Symfony\Component\EventDispatcher\Tests\Service

Expanded class hierarchy of Service

2 string references to 'Service'
Container::get in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php
Gets a service.
Container::has in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php
Returns true if the given service is defined.

File

drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php, line 236

Namespace

Symfony\Component\EventDispatcher\Tests
View source
class Service {
  public function onEvent(Event $e) {
  }

}

Members