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

TraceableUrlMatcher::getTraces()

getTraces($pathinfo) Parameters $pathinfo

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

WebProfilerExtension::getFunctions()

getFunctions() {@inheritdoc}

PropertyAccessorBuilder::disableMagicCall()

PropertyAccessorBuilder disableMagicCall() Disables the use of "__call" by the PropertyAccessor. Return Value PropertyAccessorBuilder The builder object

Data::getRawData()

array getRawData() Return Value array The raw data structure