Type::getCollectionKeyType()

Type|null getCollectionKeyType() Gets collection key type. Only applicable for a collection type. Return Value Type|null

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

Component\Filesystem

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

RegionDataProvider::getName()

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

ServerParams::getPostMaxSize()

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

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

DbalSessionHandler::write()

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

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

FlashBag::all()

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

ElementParser

class ElementParser implements ParserInterface CSS selector element parser shortcut. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods SelectorNode[] parse(string $source) Parses given selector source into an array of tokens. Details SelectorNode[] parse(string $source) Parses given selector source into an array of tokens. Parameters string $source R