FullTransformer::isQuoteMatch()

bool isQuoteMatch(string $quoteMatch) Check if the first char of a string is a single quote. Parameters string $quoteMatch The string to check Return Value bool true if matches, false otherwise

FlashBagInterface::peekAll()

array peekAll() Gets all flash messages. Return Value array

Unescaper

class Unescaper Unescaper encapsulates unescaping rules for single and double-quoted YAML strings. Constants REGEX_ESCAPED_CHARACTER Regex fragment that matches an escaped character in a double quoted string. Methods string unescapeSingleQuotedString(string $value) Unescapes a single quoted string. string unescapeDoubleQuotedString(string $value) Unescapes a double quoted string. Details string unescapeSingleQuotedString(string $value)

Forms::createFormFactory()

static FormFactoryInterface createFormFactory() Creates a form factory with the default configuration. Return Value FormFactoryInterface The form factory

SurrogateInterface::needsParsing()

bool needsParsing(Response $response) Checks that the Response needs to be parsed for Surrogate tags. Parameters Response $response A Response instance Return Value bool true if the Response needs to be parsed, false otherwise

RouteNotFoundException

class RouteNotFoundException extends InvalidArgumentException implements ExceptionInterface Exception thrown when a route does not exist.

NativeSessionStorage::clear()

clear() Clear all session data in memory.

PropertyInfoExtractor::isReadable()

bool|null isReadable(string $class, string $property, array $context = array()) Is the property readable? Parameters string $class string $property array $context Return Value bool|null

ExprBuilder::buildExpressions()

static array buildExpressions(array $expressions) Builds the expressions. Parameters array $expressions An array of ExprBuilder instances to build Return Value array

UnixPipes::areOpen()

bool areOpen() Returns if the current state has open file handles or pipes. Return Value bool