ResolvedTypeDataCollectorProxy::getInnerType()

FormTypeInterface getInnerType() Returns the wrapped form type. Return Value FormTypeInterface The wrapped form type

HttpUtils::checkRequestPath()

bool checkRequestPath(Request $request, string $path) Checks that a given path matches the Request. Parameters Request $request A Request instance string $path A path (an absolute path (/foo), an absolute URL (http://...), or a route name (foo)) Return Value bool true if the path is the same as the one from the Request, false otherwise

ModelChoiceList::getChoices()

array getChoices() Returns the list of choices Return Value array The choices with their indices as keys

ContainerAwareHttpKernel deprecated

class ContainerAwareHttpKernel extends HttpKernel deprecated since version 2.7, to be removed in 3.0. Adds a managed request scope. Methods __construct(EventDispatcherInterface $dispatcher, ContainerInterface $container, ControllerResolverInterface $controllerResolver, RequestStack $requestStack = null, bool $triggerDeprecation = true) Constructor. Response handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) Handles a Request to convert

Component\Form\Exception

Classes AlreadyBoundException deprecated Alias of {@link AlreadySubmittedException}. AlreadySubmittedException Thrown when an operation is called that is not acceptable after submitting a form. BadMethodCallException Base BadMethodCallException for the Form component. ErrorMappingException InvalidArgumentException Base InvalidArgumentException for the Form component. InvalidConfigurationException LogicException Base LogicException for Form component. OutOfBoundsExce

AbstractRememberMeServices::loginFail()

final loginFail(Request $request) Implementation for RememberMeServicesInterface. Deletes the cookie when an attempted authentication fails. Parameters Request $request

InputDefinition::hasArgument()

bool hasArgument(string|int $name) Returns true if an InputArgument object exists by name or position. Parameters string|int $name The InputArgument name or position Return Value bool true if the InputArgument object exists, false otherwise

CircularReferenceException

class CircularReferenceException extends RuntimeException CircularReferenceException.

Crawler

class Crawler implements Countable, IteratorAggregate Crawler eases navigation of a list of \DOMNode objects. Methods __construct(mixed $node = null, string $currentUri = null, string $baseHref = null) string getUri() Returns the current URI. string getBaseHref() Returns base href. clear() Removes all the nodes. add(DOMNodeList|DOMNode|array|string|null $node) Adds a node to the current list of nodes. addContent(string $content, null|string $type = null) Adds HT

ProcessPipes::getDescriptors()

array getDescriptors() Returns an array of descriptors for the use of proc_open. Return Value array