GetResponseForControllerResultEvent::getControllerResult()

mixed getControllerResult() Returns the return value of the controller. Return Value mixed The controller return value

NodeExtension::translateFunction()

XPathExpr translateFunction(FunctionNode $node, Translator $translator) Parameters FunctionNode $node Translator $translator Return Value XPathExpr

NodeExtension::translateNegation()

XPathExpr translateNegation(NegationNode $node, Translator $translator) Parameters NegationNode $node Translator $translator Return Value XPathExpr

AssetsHelper deprecated

class AssetsHelper extends CoreAssetsHelper deprecated since 2.7, will be removed in 3.0. Use the Asset component instead. AssetsHelper helps manage asset URLs. Usage: Methods setCharset(string $charset) Sets the default charset. from Helper string getCharset() Gets the default charset. from Helper __construct(string $basePath = null, string|array $baseUrls = array(), string $version = null, string $format = null, array $namedPackages = array()) Constructor. setDefau

FunctionExtension::getFunctionTranslators()

callable[] getFunctionTranslators() Returns function translators. Return Value callable[]

FormTypeGuesserChain

class FormTypeGuesserChain implements FormTypeGuesserInterface Methods __construct(array $guessers) Constructor. TypeGuess|null guessType(string $class, string $property) Returns a field guess for a property name of a class. ValueGuess guessRequired(string $class, string $property) Returns a guess whether a property of a class is required. ValueGuess|null guessMaxLength(string $class, string $property) Returns a guess about the field's maximum length. ValueGuess|null gu

FormConfigInterface::getEmptyData()

mixed getEmptyData() Returns the data that should be returned when the form is empty. Return Value mixed The data returned if the form is empty

LoaderInterface

interface LoaderInterface LoaderInterface is the interface implemented by all translation loaders. Methods MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. Details MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. Parameters mixed $resource A resource string $locale A locale string $domain The domain Return Value MessageCatalogue A MessageCata

ConstraintViolationList

class ConstraintViolationList implements IteratorAggregate, ConstraintViolationListInterface Default implementation of {@ConstraintViolationListInterface}. Methods __construct(array $violations = array()) Creates a new constraint violation list. string __toString() Converts the violation into a string for debugging purposes. add(ConstraintViolationInterface $violation) Adds a constraint violation to this list. addAll(ConstraintViolationListInterface $otherList) Merges an e

Bundle\SecurityBundle\Templating\Helper

Classes LogoutUrlHelper LogoutUrlHelper provides generator functions for the logout URL. SecurityHelper SecurityHelper provides read-only access to the security context.