StopwatchTokenParser::getTag()

getTag()

PreAuthenticatedAuthenticationProvider::supports()

bool supports(TokenInterface $token) Checks whether this provider supports the given token. Parameters TokenInterface $token A TokenInterface instance Return Value bool true if the implementation supports the Token, false otherwise

BooleanNodeDefinition

class BooleanNodeDefinition extends ScalarNodeDefinition This class provides a fluent interface for defining a node. Methods __construct(string $name, NodeParentInterface $parent = null) Constructor. NodeDefinition|$this setParent(NodeParentInterface $parent) Sets the parent node. from NodeDefinition NodeDefinition|$this info(string $info) Sets info message. from NodeDefinition NodeDefinition|$this example(string|array $example) Sets example configuration. from NodeDefiniti

InputInterface::getParameterOption()

mixed getParameterOption(string|array $values, mixed $default = false, bool $onlyParams = false) Returns the value of a raw option (not parsed). This method is to be used to introspect the input parameters before they have been validated. It must be used carefully. Parameters string|array $values The value(s) to look for in the raw parameters (can be an array) mixed $default The default value to return if no result is found bool $onlyParams Only check real parameters, skip thos

TranslationDataCollector::getCountFallbacks()

int getCountFallbacks() Return Value int

ProfilerStorageInterface::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

FileDumper::setRelativePathTemplate()

setRelativePathTemplate(string $relativePathTemplate) Sets the template for the relative paths to files. Parameters string $relativePathTemplate A template for the relative paths to files

MicroKernelTrait::loadRoutes()

loadRoutes(LoaderInterface $loader) Parameters LoaderInterface $loader

BaseMemcacheProfilerStorage deprecated::read()

Profile read(string $token) Reads data associated with the given token. The method returns false if the token does not exist in the storage. Parameters string $token A token Return Value Profile The profile associated with token

CollectionToArrayTransformer::reverseTransform()

mixed reverseTransform(mixed $array) Transforms choice keys into entities. Parameters mixed $array An array of entities Return Value mixed The value in the original representation