public function Plugin4A::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_test/src/Plugin/Plugin4/Plugin4A/Plugin4A.php \Drupal\service_container_annotation_discovery_test\Plugin\Plugin4\Plugin4A\Plugin4A::getMessenger()
File
- modules/
providers/ service_container_annotation_discovery/ tests/ modules/ service_container_annotation_discovery_test/ src/ Plugin/ Plugin4/ Plugin4A/ Plugin4A.php, line 35
Class
- Plugin4A
- Class Plugin4A
Namespace
Drupal\service_container_annotation_discovery_test\Plugin\Plugin4\Plugin4ACode
public function getMessenger() {
return $this->messenger;
}