Gets the default parameters.
Return value
array An array of the default parameters
File
- drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php, line 102
Class
- ProjectServiceContainer
- ProjectServiceContainer
Code
protected function getDefaultParameters() {
return array(
'empty_value' => '',
'some_string' => '-',
);
}