You are here

public function MockService::getSomeOtherParameter in Service Container 7.2

Same name and namespace in other branches
  1. 7 tests/src/DependencyInjection/MockService.php \Drupal\Tests\service_container\DependencyInjection\MockService::getSomeOtherParameter()

Gets the someOtherParameter property.

Return value

string The injected parameter.

File

tests/src/DependencyInjection/MockService.php, line 112
Contains \Drupal\Tests\service_container\DependencyInjection\MockService

Class

MockService
Helper class to test Container::get() method.

Namespace

Drupal\Tests\service_container\DependencyInjection

Code

public function getSomeOtherParameter() {
  return $this->someOtherParameter;
}