FormErrorIterator::getForm()

FormInterface getForm() Returns the iterated form. Return Value FormInterface The form whose errors are iterated by this object

Expression::isGlob()

bool isGlob() Return Value bool

StoreInterface::purge()

bool purge(string $url) Purges data for the given URL. Parameters string $url A URL Return Value bool true if the URL exists and has been purged, false otherwise

TokenStorage

class TokenStorage implements TokenStorageInterface TokenStorage contains a TokenInterface. It gives access to the token representing the current user authentication. Methods TokenInterface|null getToken() Returns the current security token. setToken(TokenInterface $token = null) Sets the authentication token. Details TokenInterface|null getToken() Returns the current security token. Return Value TokenInterface|null A TokenInterface ins

Crawler::getIterator()

ArrayIterator getIterator() Return Value ArrayIterator

ApplicationTester::getStatusCode()

int getStatusCode() Gets the status code returned by the last execution of the application. Return Value int The status code

PdoProfilerStorage deprecated::find()

array find(string $ip, string $url, string $limit, string $method, int|null $start = null, int|null $end = null) Finds profiler tokens for the given criteria. Parameters string $ip The IP string $url The URL string $limit The maximum number of tokens to return string $method The request method int|null $start The start date to search from int|null $end The end date to search to Return Value array An array of tokens

ContainerBuilder::removeDefinition()

removeDefinition(string $id) Removes a service definition. Parameters string $id The service identifier

FormConfigBuilderInterface::setAutoInitialize()

FormConfigBuilderInterface setAutoInitialize(bool $initialize) Sets whether the form should be initialized automatically. Should be set to true only for root forms. Parameters bool $initialize True to initialize the form automatically, false to suppress automatic initialization. In the second case, you need to call {@link FormInterface::initialize()} manually. Return Value FormConfigBuilderInterface The configuration object

FormConfigBuilderInterface

interface FormConfigBuilderInterface implements FormConfigInterface Methods EventDispatcherInterface getEventDispatcher() Returns the event dispatcher used to dispatch form events. from FormConfigInterface string getName() Returns the name of the form used as HTTP parameter. from FormConfigInterface null|PropertyPathInterface getPropertyPath() Returns the property path that the form should be mapped to. from FormConfigInterface bool getMapped() Returns whether the form should b