Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
ContainerAwareEventDispatcherTest.php
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
class Service
Hierarchy
class \Symfony\Component\EventDispatcher\Tests\
Service
Expanded class hierarchy of Service
4 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.
Container::set
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Container.php
Sets a service.
PhpDumper::addMethodMap
in drupal/
core/
vendor/
symfony/
dependency-injection/
Symfony/
Component/
DependencyInjection/
Dumper/
PhpDumper.php
Adds the methodMap property definition
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
Name contains
Name does not contain
Type
Name
Modifiers
Type
Description
Overrides
Service::
onEvent
public
function