Compiler::subcompile()

subcompile(Node $node) Parameters Node $node

Compiler::addLogMessage()

addLogMessage(string $string) Adds a log message. Parameters string $string The log message

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

OutputFormatter::setDecorated()

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

Locale deprecated::getIntlIcuVersion()

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

DefinitionDecorator::setClass()

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

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

Connection::getOption()

getOption($name) Parameters $name

Form::offsetGet()

FormField offsetGet(string $name) Gets the value of a field. Parameters string $name The field name Return Value FormField The associated Field instance Exceptions InvalidArgumentException if the field does not exist

StopwatchEvent::getPeriods()

StopwatchPeriod[] getPeriods() Gets all event periods. Return Value StopwatchPeriod[] An array of StopwatchPeriod instances