RelativePath

class RelativePath extends PropertyPath Constants SINGULAR_SEPARATOR Character used for separating between plural and singular of an element. Methods __construct(FormInterface $root, PropertyPath|string $propertyPath) string __toString() Returns the string representation of the property path from PropertyPath integer getLength() Returns the length of the property path, i.e. the number of elements. from PropertyPath PropertyPath getParent() Returns the parent property pat

HeaderBag

class HeaderBag implements IteratorAggregate, Countable HeaderBag is a container for HTTP headers. Methods __construct(array $headers = array()) Constructor. string __toString() Returns the headers as a string. array all() Returns the headers. array keys() Returns the parameter keys. replace(array $headers = array()) Replaces the current HTTP headers by a new set. add(array $headers) Adds new headers the current HTTP headers set. string|array get(string $key

ConsoleTerminateEvent

class ConsoleTerminateEvent extends ConsoleEvent Allows to manipulate the exit code of a command after its execution. Methods bool isPropagationStopped() Returns whether further event listeners should be triggered. from Event stopPropagation() Stops the propagation of the event to further event listeners. from Event setDispatcher(EventDispatcherInterface $dispatcher) deprecated Stores the EventDispatcher that dispatches this Event. from Event EventDispatcherInterface getDispa

RouterDebugCommand

class RouterDebugCommand extends ContainerAwareCommand A console command for retrieving information about routes. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set.

InvalidConfigurationException

class InvalidConfigurationException extends Exception A very general exception which can be thrown whenever non of the more specific exceptions is suitable. Methods setPath($path) getPath() addHint(string $hint) Adds extra information that is suffixed to the original exception message. Details setPath($path) Parameters $path getPath() addHint(string $hint)

UserSecurityIdentity::fromToken()

static UserSecurityIdentity fromToken(TokenInterface $token) Creates a user security identity from a TokenInterface Parameters TokenInterface $token Return Value UserSecurityIdentity

YamlExtension::getFilters()

getFilters() {@inheritdoc}

MemcachedSessionHandler::destroy()

destroy($sessionId) {@inheritdoc} Parameters $sessionId

ProgressHelper deprecated::clear()

clear() Removes the progress bar from the current line. This is useful if you wish to write some output while a progress bar is running. Call display() to show the progress bar again.

RememberMeAuthenticationProvider::authenticate()

TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. Parameters TokenInterface $token The TokenInterface instance to authenticate Return Value TokenInterface An authenticated TokenInterface instance, never null Exceptions AuthenticationException if the authentication fails