ResolveParameterPlaceHoldersPass

class ResolveParameterPlaceHoldersPass implements CompilerPassInterface Resolves all parameter placeholders "%somevalue%" to their real values. Methods process(ContainerBuilder $container) Processes the ContainerBuilder to resolve parameter placeholders. Details process(ContainerBuilder $container) Processes the ContainerBuilder to resolve parameter placeholders. Parameters ContainerBuilder $container Exceptions ParameterNotFoundException

NotNullValidator

class NotNullValidator extends ConstraintValidator Constants PRETTY_DATE Whether to format {@link \DateTime} objects as RFC-3339 dates ("Y-m-d H:i:s"). OBJECT_TO_STRING Whether to cast objects with a "__toString()" method to strings. Methods initialize(ExecutionContextInterface $context) Initializes the constraint validator. from ConstraintValidator validate(mixed $value, Constraint $constraint) Checks if the passed value is valid. Details initi

DefinitionDecorator::setClass()

Definition setClass(string $class) Sets the service class. Parameters string $class The service class Return Value Definition The current instance

Locale deprecated::getIntlIcuVersion()

static string|null getIntlIcuVersion() Returns the ICU version as defined by the intl extension. Return Value string|null The ICU version

OutputFormatter::setDecorated()

setDecorated(bool $decorated) Sets the decorated flag. Parameters bool $decorated Whether to decorate the messages or not

Process::disableOutput()

Process disableOutput() Disables fetching output and error output from the underlying process. Return Value Process Exceptions RuntimeException In case the process is already running LogicException if an idle timeout is set

NodeInterface::finalize()

mixed finalize(mixed $value) Finalizes a value. Parameters mixed $value The value to finalize Return Value mixed The finalized value

SessionHelper::getFlash()

getFlash($name, array $default = array()) Parameters $name array $default

ConflictingHeadersException

class ConflictingHeadersException extends RuntimeException The HTTP request contains headers with conflicting information. This exception should trigger an HTTP 400 response in your application code.

Router::getContext()

RequestContext getContext() Gets the request context. Return Value RequestContext The context