Component\Translation

Namespaces Symfony\Component\Translation\CatalogueSymfony\Component\Translation\DumperSymfony\Component\Translation\ExceptionSymfony\Component\Translation\ExtractorSymfony\Component\Translation\LoaderSymfony\Component\Translation\Writer Classes IdentityTranslator IdentityTranslator does not translate anything. Interval Tests if a given number belongs to a given math interval. MessageCatalogue MessageCatalogue. MessageSelector MessageSelector. PluralizationRules Returns the

Bundle\TwigBundle\CacheWarmer

Classes TemplateCacheCacheWarmer Generates the Twig cache for all templates.

Component\Security\Http\Authorization

Interfaces AccessDeniedHandlerInterface This is used by the ExceptionListener to translate an AccessDeniedException to a Response object.

OutputFormatter::escape()

static string escape(string $text) Escapes "<" special char in given text. Parameters string $text Text to escape Return Value string Escaped text

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

AttributeMetadata::getName()

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

StyleInterface::caution()

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

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

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