Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
AbstractArgument.php
function AbstractArgument::__construct
File
vendor/
symfony/
dependency-injection/
Argument/
AbstractArgument.php
, line 22
Class
AbstractArgument
Represents an abstract service argument, which have to be set by a compiler pass or a DI extension.
Namespace
Symfony\Component\DependencyInjection\Argument
Code
public
function
__construct
(string
$text
=
''
) {
$this
->
text
=
trim
(
$text
,
'. '
); }
RSS feed