function PhpArrayContainerTest::getParameterCall
Helper function to return a service definition.
Overrides ContainerTest::getParameterCall
File
-
core/
tests/ Drupal/ Tests/ Component/ DependencyInjection/ PhpArrayContainerTest.php, line 41
Class
- PhpArrayContainerTest
- @coversDefaultClass \Drupal\Component\DependencyInjection\PhpArrayContainer[[api-linebreak]] @group DependencyInjection
Namespace
Drupal\Tests\Component\DependencyInjectionCode
protected function getParameterCall($name) {
return '%' . $name . '%';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.