You are here

public function Plugin7A::getData in Service Container 7

Same name and namespace in other branches
  1. 7.2 modules/providers/service_container_annotation_discovery/tests/modules/service_container_annotation_discovery_subtest/src/Plugin/Plugin7/Plugin7A/Plugin7A.php \Drupal\service_container_annotation_discovery_subtest\Plugin\Plugin7\Plugin7A\Plugin7A::getData()

File

modules/providers/service_container_annotation_discovery/tests/modules/service_container_annotation_discovery_subtest/src/Plugin/Plugin7/Plugin7A/Plugin7A.php, line 36

Class

Plugin7A
Class Plugin7A

Namespace

Drupal\service_container_annotation_discovery_subtest\Plugin\Plugin7\Plugin7A

Code

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