TranslatorListener::getSubscribedEvents()

static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. The array keys are event names and the value can be: The method name to call (priority defaults to 0) An array composed of the method name to call and the priority An array of arrays composed of the method names to call and respective priorities, or 0 if unset For instance: array('eventName' => 'methodName') array('eventName' => array('methodName', $priority)) a

Serializer::denormalize()

object denormalize(mixed $data, $type, string $format = null, array $context = array()) Denormalizes data back into an object of the given class. Parameters mixed $data data to restore $type string $format format the given data was extracted from array $context options available to the denormalizer Return Value object

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

SymfonyStyle::caution()

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

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

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