Copied!
Abstract
Constants
public Symfony\Component\DependencyInjection\Loader\Configurator\AbstractConfigurator::FACTORY = 'unknown'
Properties
public static ?Closure $valuePreProcessor = NULL
 
  • var callable|null
Methods
public __call(string $method, array $args) : ?mixed
public __sleep() : array
public __wakeup() : void
public static processValue(?mixed $value, bool $allowServices = false) : ?mixed
 

Checks that a value is valid, optionally replacing Definition and Reference configurators by their configure value.

  • param bool $allowServices whether Definition and Reference are allowed; by default, only scalars, arrays and enum are
  • return mixed the value, optionally cast to a Definition/Reference
Properties
public static ?Closure $valuePreProcessor = NULL
 
  • var callable|null
Methods
public static processValue(?mixed $value, bool $allowServices = false) : ?mixed
 

Checks that a value is valid, optionally replacing Definition and Reference configurators by their configure value.

  • param bool $allowServices whether Definition and Reference are allowed; by default, only scalars, arrays and enum are
  • return mixed the value, optionally cast to a Definition/Reference
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration