RequestContextAwareInterface::setContext()

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

Request::getCookies()

array getCookies() Gets the request cookies. Return Value array The request cookies

UrlGenerator::isStrictRequirements()

bool|null isStrictRequirements() Returns whether to throw an exception on incorrect parameters. Null means the requirements check is deactivated completely. Return Value bool|null

FirewallMap::add()

add(RequestMatcherInterface $requestMatcher = null, array $listeners = array(), ExceptionListener $exceptionListener = null) Parameters RequestMatcherInterface $requestMatcher array $listeners ExceptionListener $exceptionListener

Helper::strlenWithoutDecoration()

static strlenWithoutDecoration(OutputFormatterInterface $formatter, $string) Parameters OutputFormatterInterface $formatter $string

AbstractExtension::getCombinationTranslators()

callable[] getCombinationTranslators() Returns combination translators. Return Value callable[]

ProgressBar::setPlaceholderFormatterDefinition()

static setPlaceholderFormatterDefinition(string $name, callable $callable) Sets a placeholder formatter for a given name. This method also allow you to override an existing placeholder. Parameters string $name The placeholder name (including the delimiter char like %) callable $callable A PHP callable

PropertyInfoExtractor::getShortDescription()

string|null getShortDescription(string $class, string $property, array $context = array()) Gets the short description of the property. Parameters string $class string $property array $context Return Value string|null

TwigRendererEngineInterface

interface TwigRendererEngineInterface implements FormRendererEngineInterface Methods setTheme(FormView $view, mixed $themes) Sets the theme(s) to be used for rendering a view and its children. from FormRendererEngineInterface mixed getResourceForBlockName(FormView $view, string $blockName) Returns the resource for a block name. from FormRendererEngineInterface mixed getResourceForBlockNameHierarchy(FormView $view, array $blockNameHierarchy, integer $hierarchyLevel) Returns the reso

SessionInterface::setName()

setName(string $name) Sets the session name. Parameters string $name