TimeDataCollector::getEvents()

array getEvents() Gets the request events. Return Value array The request events

Firewall::onKernelFinishRequest()

onKernelFinishRequest(FinishRequestEvent $event) Parameters FinishRequestEvent $event

MethodArgumentValueNotImplementedException deprecated

class MethodArgumentValueNotImplementedException extends MethodArgumentValueNotImplementedException deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\Exception\MethodArgumentValueNotImplementedException} instead. Alias of {@link \Symfony\Component\Intl\Exception\MethodArgumentValueNotImplementedException}. Constants INTL_INSTALL_MESSAGE Methods __construct(string $methodName, string $argName, string $argValue, string $additionalMessage = '')

BadCredentialsException

class BadCredentialsException extends AuthenticationException BadCredentialsException is thrown when the user credentials are invalid. Methods TokenInterface getToken() Get the token. from AuthenticationException setToken(TokenInterface $token) Set the token. from AuthenticationException serialize() from AuthenticationException unserialize($str) from AuthenticationException string getMessageKey() Message key to be used by the translation component. array getMessage

Crawler::each()

array each(Closure $closure) Calls an anonymous function on each node of the list. The anonymous function receives the position and the node wrapped in a Crawler instance as arguments. Example: $crawler->filter('h1')->each(function ($node, $i) { return $node->text(); }); Parameters Closure $closure An anonymous function Return Value array An array of values returned by the anonymous function

SessionInterface::setName()

setName(string $name) Sets the session name. Parameters string $name

TwigRendererEngineInterface

interface TwigRendererEngineInterface implements FormRendererEngineInterface Methods setTheme(FormView $view, mixed $themes) Sets the theme(s) to be used for rendering a view and its children. from FormRendererEngineInterface mixed getResourceForBlockName(FormView $view, string $blockName) Returns the resource for a block name. from FormRendererEngineInterface mixed getResourceForBlockNameHierarchy(FormView $view, array $blockNameHierarchy, integer $hierarchyLevel) Returns the reso

PropertyInfoExtractor::getShortDescription()

string|null getShortDescription(string $class, string $property, array $context = array()) Gets the short description of the property. Parameters string $class string $property array $context Return Value string|null

ProgressBar::setPlaceholderFormatterDefinition()

static setPlaceholderFormatterDefinition(string $name, callable $callable) Sets a placeholder formatter for a given name. This method also allow you to override an existing placeholder. Parameters string $name The placeholder name (including the delimiter char like %) callable $callable A PHP callable

AbstractExtension::getCombinationTranslators()

callable[] getCombinationTranslators() Returns combination translators. Return Value callable[]