FlashBag::all()

array all() Gets and clears flashes from the stack. Return Value array

CodeHelper::formatFile()

string formatFile(string $file, int $line, string $text = null) Formats a file path. Parameters string $file An absolute file path int $line The line number string $text Use this text for the link rather than the file path Return Value string

DbalSessionHandler::write()

write($sessionId, $data) {@inheritdoc} Parameters $sessionId $data

Component\Validator\Mapping

Namespaces Symfony\Component\Validator\Mapping\CacheSymfony\Component\Validator\Mapping\Loader Classes BlackholeMetadataFactory Simple implementation of MetadataFactoryInterface that can be used when using ValidatorInterface::validateValue(). ClassMetadata Represents all the configured constraints on a given class. ClassMetadataFactory A factory for creating metadata for PHP classes. ElementMetadata GetterMetadata MemberMetadata PropertyMetadata

ServerParams::getPostMaxSize()

null|int getPostMaxSize() Returns maximum post size in bytes. Return Value null|int The maximum post size in bytes

RegionDataProvider::getName()

getName($region, $displayLocale = null) Parameters $region $displayLocale

Component\Filesystem

Namespaces Symfony\Component\Filesystem\Exception Classes Filesystem Provides basic utility to manipulate the file system.

Request

class Request Request represents an HTTP request. The methods dealing with URL accept / return a raw path (% encoded): * getBasePath * getBaseUrl * getPathInfo * getRequestUri * getUri * getUriForPath Constants HEADER_FORWARDED HEADER_CLIENT_IP HEADER_CLIENT_HOST HEADER_CLIENT_PROTO HEADER_CLIENT_PORT METHOD_HEAD METHOD_GET METHOD_POST METHOD_PUT METHOD_PATCH METHOD_DELETE METHOD_PURGE METHOD_OPTIONS METHOD_TRACE METHOD_CONNECT P

ConfigDataCollector::getSymfonyState()

string getSymfonyState() Returns the state of the current Symfony release. Return Value string One of: unknown, dev, stable, eom, eol

AppVariable::setEnvironment()

setEnvironment($environment) Parameters $environment