You are here

public function MappedObjectInterface::eventDispatcher in Salesforce Suite 5.0.x

Same name and namespace in other branches
  1. 8.4 modules/salesforce_mapping/src/Entity/MappedObjectInterface.php \Drupal\salesforce_mapping\Entity\MappedObjectInterface::eventDispatcher()
  2. 8.3 modules/salesforce_mapping/src/Entity/MappedObjectInterface.php \Drupal\salesforce_mapping\Entity\MappedObjectInterface::eventDispatcher()

Wrapper for Drupal core event_dispatcher service.

Return value

\Symfony\Component\EventDispatcher\EventDispatcherInterface Event dispatcher.

1 method overrides MappedObjectInterface::eventDispatcher()
MappedObject::eventDispatcher in modules/salesforce_mapping/src/Entity/MappedObject.php
Wrapper for Drupal core event_dispatcher service.

File

modules/salesforce_mapping/src/Entity/MappedObjectInterface.php, line 55

Class

MappedObjectInterface
Mapped Object interface.

Namespace

Drupal\salesforce_mapping\Entity

Code

public function eventDispatcher();