TokenProviderInterface::updateToken()

updateToken(string $series, string $tokenValue, DateTime $lastUsed) Updates the token according to this data. Parameters string $series string $tokenValue DateTime $lastUsed Exceptions TokenNotFoundException if the token is not found

ProcessHelper::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

MessageCatalogue::addResource()

addResource(ResourceInterface $resource) Adds a resource for this collection. Parameters ResourceInterface $resource A resource instance

AttributeMatchingExtension::translatePrefixMatch()

XPathExpr translatePrefixMatch(XPathExpr $xpath, string $attribute, string $value) Parameters XPathExpr $xpath string $attribute string $value Return Value XPathExpr

InlineFragmentRenderer

class InlineFragmentRenderer extends RoutableFragmentRenderer Implements the inline rendering strategy where the Request is rendered by the current HTTP kernel. Methods setFragmentPath(string $path) Sets the fragment path that triggers the fragment listener. from RoutableFragmentRenderer __construct(HttpKernelInterface $kernel, EventDispatcherInterface $dispatcher = null) Constructor. Response render(string|ControllerReference $uri, Request $request, array $options = array()) Re

NativeSessionStorage::getName()

mixed getName() Returns the session name. Return Value mixed The session name

TraceableEventDispatcherInterface

interface TraceableEventDispatcherInterface implements EventDispatcherInterface Methods Event dispatch(string $eventName, Event $event = null) Dispatches an event to all registered listeners. from EventDispatcherInterface addListener(string $eventName, callable $listener, int $priority) Adds an event listener that listens on the specified events. from EventDispatcherInterface addSubscriber(EventSubscriberInterface $subscriber) Adds an event subscriber. from EventDispatcherInterfac

InlineFragmentRenderer::render()

Response render(string|ControllerReference $uri, Request $request, array $options = array()) Renders a URI and returns the Response content. Parameters string|ControllerReference $uri A URI as a string or a ControllerReference instance Request $request A Request instance array $options An array of options Return Value Response A Response instance

SessionStorageInterface::getBag()

SessionBagInterface getBag(string $name) Gets a SessionBagInterface by name. Parameters string $name Return Value SessionBagInterface Exceptions InvalidArgumentException If the bag does not exist

InMemoryTokenProvider::loadTokenBySeries()

PersistentTokenInterface loadTokenBySeries(string $series) Loads the active token for the given series. Parameters string $series Return Value PersistentTokenInterface Exceptions TokenNotFoundException if the token is not found