|
Definition::replaceArgument |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Sets a specific argument |
|
DefinitionDecorator::replaceArgument |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/DefinitionDecorator.php |
You should always use this method when overwriting existing arguments
of the parent definition. |
|
DefinitionDecoratorTest::testReplaceArgument |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionDecoratorTest.php |
|
|
DefinitionTest::testReplaceArgumentShouldCheckBounds |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php |
@expectedException OutOfBoundsException |
|
DefinitionDecoratorTest::testReplaceArgumentShouldRequireIntegerIndex |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionDecoratorTest.php |
@expectedException InvalidArgumentException |