public function Plugin8A::getMessenger in Service Container 7
Same name and namespace in other branches
- 7.2 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\Plugin8ACode
public function getMessenger() {
return $this->messenger;
}