DefaultAuthenticationSuccessHandler::setOptions()

setOptions(array $options) Sets the options. Parameters array $options An array of options

AttributeMatchingExtension::getAttributeMatchingTranslators()

callable[] getAttributeMatchingTranslators() Returns attribute operation translators. Return Value callable[]

IniFileDumper

class IniFileDumper extends FileDumper IniFileDumper generates an ini formatted string representation of a message catalogue. Methods setRelativePathTemplate(string $relativePathTemplate) Sets the template for the relative paths to files. from FileDumper setBackup(bool $backup) Sets backup flag. from FileDumper dump(MessageCatalogue $messages, array $options = array()) Dumps the message catalogue. from FileDumper string formatCatalogue(MessageCatalogue $messages, string $doma

ErrorHandler::traceAt()

int traceAt(int $levels, bool $replace = false) Sets the PHP error levels for which the stack trace is preserved. Parameters int $levels A bit field of E_* constants for traced errors bool $replace Replace or amend the previous value Return Value int The previous value

RequestDataCollector::getFlashes()

getFlashes()

UrlGenerator::setContext()

setContext(RequestContext $context) Sets the request context. Parameters RequestContext $context The context

CacheException

class CacheException extends Exception implements CacheException

Bundle::getContainerExtension()

ExtensionInterface|null getContainerExtension() Returns the bundle's container extension. Return Value ExtensionInterface|null The default extension or null if there is none Exceptions LogicException

Cookie::isRaw()

bool isRaw() Checks if the cookie value should be sent with no url encoding. Return Value bool

DelegatingEngine::addEngine()

addEngine(EngineInterface $engine) Adds an engine. Parameters EngineInterface $engine An EngineInterface instance