RequestStack::pop()

Request|null pop() Pops the current request from the stack. This operation lets the current request go out of scope. This method should generally not be called directly as the stack management should be taken care of by the application itself. Return Value Request|null

StyleInterface::caution()

caution(string|array $message) Formats a caution admonition. Parameters string|array $message

AttributeMetadata::getName()

string getName() Gets the attribute name. Return Value string

ContextualValidatorInterface::getViolations()

ConstraintViolationListInterface getViolations() Returns the violations that have been generated so far in the context of the validator. Return Value ConstraintViolationListInterface The constraint violations

SymfonyStyle::caution()

caution(string|array $message) Formats a caution admonition. Parameters string|array $message

Component\Cache\Exception

Classes InvalidArgumentException Exceptions CacheException

AttributeMetadata::addGroup()

addGroup(string $group) Adds this attribute to the given group. Parameters string $group

AdapterInterface::getEntryManager()

EntryManagerInterface getEntryManager() Fetches the entry manager instance. Return Value EntryManagerInterface

NativeSessionTokenStorage::hasToken()

bool hasToken(string $tokenId) Checks whether a token with the given token ID exists. Parameters string $tokenId The token ID Return Value bool Whether a token exists with the given ID

AbstractAdapter deprecated::setDepths()

AdapterInterface setDepths(array $depths) Parameters array $depths Return Value AdapterInterface Current instance