Crawler::registerNamespace()

registerNamespace(string $prefix, string $namespace) Parameters string $prefix string $namespace

StopwatchPeriod

class StopwatchPeriod Represents an Period for an Event. Methods __construct(int $start, int $end) Constructor. int getStartTime() Gets the relative time of the start of the period. int getEndTime() Gets the relative time of the end of the period. int getDuration() Gets the time spent in this period. int getMemory() Gets the memory usage. Details __construct(int $start, int $end) Constructor. Parameters int $start The rel

TokenStorageInterface::removeToken()

string|null removeToken(string $tokenId) Removes a CSRF token. Parameters string $tokenId The token ID Return Value string|null Returns the removed token if one existed, NULL otherwise

FileExistenceResource::getResource()

string getResource() Return Value string The file path to the resource

PropertyPath::getLength()

int getLength() Returns the length of the property path, i.e. the number of elements. Return Value int The path length

HttpKernelExtension::controller()

controller($controller, $attributes = array(), $query = array()) Parameters $controller $attributes $query

Parser::parsePrimaryExpression()

parsePrimaryExpression()

Component\CssSelector\Parser

Namespaces Symfony\Component\CssSelector\Parser\HandlerSymfony\Component\CssSelector\Parser\ShortcutSymfony\Component\CssSelector\Parser\Tokenizer Classes Parser CSS selector parser. Reader CSS selector reader. Token CSS selector token. TokenStream CSS selector token stream. Interfaces ParserInterface CSS selector parser interface.

EntityChoiceList deprecated::getRemainingViews()

array getRemainingViews() Returns the choice views of the choices that are not preferred as nested array with the choice groups as top-level keys. Return Value array A nested array containing the views with the corresponding choice indices as keys on the lowest levels and the choice group names in the keys of the higher levels See also ChoiceListInterface

SimpleChoiceList deprecated::getValuesForChoices()

array getValuesForChoices(array $choices) Returns the values corresponding to the given choices. The values must be strings. The values must be returned with the same keys and in the same order as the corresponding choices in the given array. Parameters array $choices An array of choices. Not existing choices in this array are ignored Return Value array An array of choice values with ascending, 0-based numeric keys