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

FormConfigBuilderInterface::setAction()

FormConfigBuilderInterface setAction(string $action) Sets the target URL of the form. Parameters string $action The target URL of the form Return Value FormConfigBuilderInterface The configuration object

FormError::getCause()

mixed getCause() Returns the cause of this error. Return Value mixed The cause of this error

CookieJar::flushExpiredCookies()

flushExpiredCookies() Removes all expired cookies.

ButtonBuilder::resetViewTransformers()

FormConfigBuilderInterface resetViewTransformers() Unsupported method. This method should not be invoked. Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

TranslationExtension::getFilters()

getFilters() {@inheritdoc}

InputInterface::getArgument()

mixed getArgument(string $name) Returns the argument value for a given argument name. Parameters string $name The argument name Return Value mixed The argument value Exceptions InvalidArgumentException When argument given doesn't exist

PropertyInfoCacheExtractor::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

OutputFormatterStyleInterface::setForeground()

setForeground(string $color = null) Sets style foreground color. Parameters string $color The color name