ExceptionInterface

interface ExceptionInterface Base ExceptionInterface for the Security component.

ConfigDataCollector::getSymfonyVersion()

string getSymfonyVersion() Gets the Symfony version. Return Value string The Symfony version

AbstractExtension::hasTypeExtensions()

bool hasTypeExtensions(string $name) Returns whether this extension provides type extensions for the given type. Parameters string $name The name of the type Return Value bool Whether the given type has extensions

X509Factory::getKey()

getKey()

ValidatorBuilder::addYamlMapping()

ValidatorBuilderInterface addYamlMapping(string $path) Adds a YAML constraint mapping file to the validator. Parameters string $path The path to the mapping file Return Value ValidatorBuilderInterface The builder object

Bundle\FrameworkBundle\Fragment

Classes ContainerAwareHIncludeFragmentRenderer Implements the Hinclude rendering strategy.

LoggerDataCollector::lateCollect()

lateCollect() Collects data as late as possible.

TokenInterface::setAttribute()

setAttribute(string $name, mixed $value) Sets an attribute. Parameters string $name The attribute name mixed $value The attribute value

RememberMeServicesInterface

interface RememberMeServicesInterface Interface that needs to be implemented by classes which provide remember-me capabilities. We provide two implementations out-of-the-box: - TokenBasedRememberMeServices (does not require a TokenProvider) - PersistentTokenBasedRememberMeServices (requires a TokenProvider) Constants COOKIE_ATTR_NAME This attribute name can be used by the implementation if it needs to set a cookie on the Request when there is no actual Response, yet. Methods TokenInte

OutputFormatterStyle::unsetOption()

unsetOption(string $option) Unsets some specific style option. Parameters string $option The option name Exceptions InvalidArgumentException When the option name isn't defined