You are here

public function Plugin8A::getMessenger in Service Container 7.2

Same name and namespace in other branches
  1. 7 modules/providers/service_container_annotation_discovery/tests/modules/service_container_annotation_discovery_subtest/src/Plugin/Plugin8/Plugin8A/Plugin8A.php \Drupal\service_container_annotation_discovery_subtest\Plugin\Plugin8\Plugin8A\Plugin8A::getMessenger()

File

modules/providers/service_container_annotation_discovery/tests/modules/service_container_annotation_discovery_subtest/src/Plugin/Plugin8/Plugin8A/Plugin8A.php, line 35

Class

Plugin8A
Class Plugin8A

Namespace

Drupal\service_container_annotation_discovery_subtest\Plugin\Plugin8\Plugin8A

Code

public function getMessenger() {
  return $this->messenger;
}