function PhpArrayDumperTest::getParameterCall

Same name and namespace in other branches
  1. 8.9.x core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php \Drupal\Tests\Component\DependencyInjection\Dumper\PhpArrayDumperTest::getParameterCall()
  2. 10 core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php \Drupal\Tests\Component\DependencyInjection\Dumper\PhpArrayDumperTest::getParameterCall()
  3. 11.x core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php \Drupal\Tests\Component\DependencyInjection\Dumper\PhpArrayDumperTest::getParameterCall()

Overrides OptimizedPhpArrayDumperTest::getParameterCall

File

core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php, line 43

Class

PhpArrayDumperTest
@coversDefaultClass <a href="/api/drupal/core%21lib%21Drupal%21Component%21DependencyInjection%21Dumper%21PhpArrayDumper.php/class/PhpArrayDumper/9" title="PhpArrayDumper dumps a service container as a PHP array." class="local">\Drupal\Component\DependencyInjection\Dumper\PhpArrayDumper</a> @group DependencyInjection

Namespace

Drupal\Tests\Component\DependencyInjection\Dumper

Code

protected function getParameterCall($name) {
    return '%' . $name . '%';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.