You are here

public function Plugin3A::getData 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_test/src/Plugin/Plugin3/Plugin3A/Plugin3A.php \Drupal\service_container_annotation_discovery_test\Plugin\Plugin3\Plugin3A\Plugin3A::getData()

File

modules/providers/service_container_annotation_discovery/tests/modules/service_container_annotation_discovery_test/src/Plugin/Plugin3/Plugin3A/Plugin3A.php, line 36

Class

Plugin3A
Class Plugin3A

Namespace

Drupal\service_container_annotation_discovery_test\Plugin\Plugin3\Plugin3A

Code

public function getData() {
  return $this->data;
}