Route::getMethods()

array getMethods() Returns the uppercased HTTP methods this route is restricted to. So an empty array means that any method is allowed. Return Value array The methods

ServerRunCommand

class ServerRunCommand extends ServerCommand Runs Symfony application using PHP built-in web server. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set. from Command

ProfilerListener::onKernelResponse()

onKernelResponse(FilterResponseEvent $event) Handles the onKernelResponse event. Parameters FilterResponseEvent $event A FilterResponseEvent instance

ArgumentMetadata::isNullable()

bool isNullable() Returns whether the argument accepts null values. Return Value bool

Component\Form\Extension\HttpFoundation\EventListener

Classes BindRequestListener deprecated

FormConfigInterface::getType()

ResolvedFormTypeInterface getType() Returns the form types used to construct the form. Return Value ResolvedFormTypeInterface The form's type

EmptyStringParser

class EmptyStringParser implements ParserInterface CSS selector class parser shortcut. This shortcut ensure compatibility with previous version. - The parser fails to parse an empty string. - In the previous version, an empty string matches each tags. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods SelectorNode[] parse(string $source) Parses given selector source into an array of tokens. De

PseudoClassExtension::translateOnlyChild()

XPathExpr translateOnlyChild(XPathExpr $xpath) Parameters XPathExpr $xpath Return Value XPathExpr

Filesystem::chgrp()

chgrp(string|array|Traversable $files, string $group, bool $recursive = false) Change the group of an array of files or directories. Parameters string|array|Traversable $files A filename, an array of files, or a \Traversable instance to change group string $group The group name bool $recursive Whether change the group recursively or not Exceptions IOException When the change fail

ConstraintViolationList::add()

add(ConstraintViolationInterface $violation) Adds a constraint violation to this list. Parameters ConstraintViolationInterface $violation The violation to add