Component\Security\Http\Authorization

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

Bundle\TwigBundle\CacheWarmer

Classes TemplateCacheCacheWarmer Generates the Twig cache for all templates.

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

PropertyInfoCacheExtractor::getLongDescription()

string|null getLongDescription(string $class, string $property, array $context = array()) Gets the long description of the property. Parameters string $class string $property array $context Return Value string|null

WindowsPipes::close()

close() Closes file handles and pipes.

FormFieldRegistry::has()

bool has(string $name) Tests whether the form has the given field. Parameters string $name The fully qualified name of the field Return Value bool Whether the form has the given field

FrameworkExtension::getXsdValidationBasePath()

string getXsdValidationBasePath() Returns the base path for the XSD files. Return Value string The XSD base path

PseudoClassExtension::getPseudoClassTranslators()

callable[] getPseudoClassTranslators() Returns pseudo-class translators. Return Value callable[]

FrameworkExtension::load()

load(array $configs, ContainerBuilder $container) Responds to the app.config configuration parameter. Parameters array $configs An array of configuration values ContainerBuilder $container A ContainerBuilder instance Exceptions LogicException

AbstractTypeExtension::buildView()

buildView(FormView $view, FormInterface $form, array $options) Builds the view. This method is called after the extended type has built the view to further modify it. Parameters FormView $view The view FormInterface $form The form array $options The options