FormView::offsetSet()

offsetSet($name, $value) Implements \ArrayAccess. Parameters $name $value Exceptions BadMethodCallException always as setting a child by name is not allowed

InputArgument::setDefault()

setDefault(mixed $default = null) Sets the default value. Parameters mixed $default The default value Exceptions LogicException When incorrect default value is given

AclInterface::isGranted()

bool isGranted(array $masks, array $securityIdentities, bool $administrativeMode = false) Determines whether access is granted Parameters array $masks array $securityIdentities bool $administrativeMode Return Value bool Exceptions NoAceFoundException when no ACE was applicable for this request

RouteCompiler

class RouteCompiler implements RouteCompilerInterface RouteCompiler compiles Route instances to CompiledRoute instances. Constants REGEX_DELIMITER SEPARATORS This string defines the characters that are automatically considered separators in front of optional placeholders (with default and no static text following). Such a single separator can be left out together with the optional placeholder from matching and generating URLs. Methods static CompiledRoute compile(Route $route) C

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

CommandTester::getOutput()

OutputInterface getOutput() Gets the output instance used by the last execution of the command. Return Value OutputInterface The current output instance