ReflectionExtractor::isWritable()

bool|null isWritable(string $class, string $property, array $context = array()) Is the property writable? Parameters string $class string $property array $context Return Value bool|null

ParameterBagInterface::escapeValue()

mixed escapeValue(mixed $value) Escape parameter placeholders %. Parameters mixed $value Return Value mixed

Component\Security\Http\RememberMe

Classes AbstractRememberMeServices Base class implementing the RememberMeServicesInterface PersistentTokenBasedRememberMeServices Concrete implementation of the RememberMeServicesInterface which needs an implementation of TokenProviderInterface for providing remember-me capabilities. ResponseListener Adds remember-me cookies to the Response. TokenBasedRememberMeServices Concrete implementation of the RememberMeServicesInterface providing remember-me capabilities without requiring

ScriptDataProvider::getNames()

getNames($displayLocale = null) Parameters $displayLocale

GlobalExecutionContextInterface deprecated

interface GlobalExecutionContextInterface deprecated since version 2.5, to be removed in 3.0. Use {@link Context\ExecutionContextInterface} instead. Stores the node-independent state of a validation run. When the validator validates a graph of objects, it uses two classes to store the state during the validation: For each node in the validation graph (objects, properties, getters) the validator creates an instance of {@link ExecutionContextInterface} that stores the information about tha

PackageFactory deprecated

class PackageFactory deprecated since 2.7, will be removed in 3.0. Use the Asset component instead. Creates packages based on whether the current request is secure. Methods __construct(ContainerInterface $container) PackageInterface getPackage(Request $request, string $httpId, string $sslId) Returns either the HTTP or SSL version of an asset package. Details __construct(ContainerInterface $container) Parameters ContainerInterface $co

Token::getValue()

string getValue() Return Value string

FileinfoMimeTypeGuesser::guess()

string guess(string $path) Guesses the mime type of the file with the given path. Parameters string $path The path to the file Return Value string The mime type or NULL, if none could be guessed Exceptions FileNotFoundException If the file does not exist AccessDeniedException If the file could not be read

AbstractFormLoginAuthenticator::start()

Response start(Request $request, AuthenticationException $authException = null) Override to control what happens when the user hits a secure page but isn't logged in yet. Parameters Request $request The request that resulted in an AuthenticationException AuthenticationException $authException The exception that started the authentication process Return Value Response

AbstractRememberMeServices::autoLogin()

final TokenInterface autoLogin(Request $request) Implementation of RememberMeServicesInterface. Detects whether a remember-me cookie was set, decodes it, and hands it to subclasses for further processing. Parameters Request $request Return Value TokenInterface Exceptions CookieTheftException RuntimeException