CacheWarmerAggregate::isOptional()

bool isOptional() Checks whether this warmer is optional or not. Return Value bool true if the warmer is optional, false otherwise

CurrencyBundleTransformationRule::afterCreateStub()

afterCreateStub(StubbingContextInterface $context) Runs instructions to be executed after creating the stub version of the resource bundle. Parameters StubbingContextInterface $context The contextual information of the compilation.

GenericEvent::getIterator()

ArrayIterator getIterator() IteratorAggregate for iterating over the object like an array. Return Value ArrayIterator

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()

CacheException

class CacheException extends Exception implements CacheException

UrlGenerator::setContext()

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