AbstractExtension::getTypeGuesser()

FormTypeGuesserInterface|null getTypeGuesser() Returns the type guesser provided by this extension. Return Value FormTypeGuesserInterface|null The type guesser

Logger::getLogs()

array getLogs() Returns an array of logs. A log is an array with the following mandatory keys: timestamp, message, priority, and priorityName. It can also have an optional context key containing an array. Return Value array An array of logs

DumperPrefixCollection

class DumperPrefixCollection extends DumperCollection Prefix tree of routes preserving routes order. Methods (DumperCollection|DumperRoute)[] all() Returns the children routes and collections. from DumperCollection add(DumperRoute|DumperCollection $child) Adds a route or collection. from DumperCollection setAll(array $children) Sets children. from DumperCollection Iterator getIterator() Returns an iterator over the children. from DumperCollection DumperCollection getRoot(

ValidationVisitor deprecated::getViolations()

ConstraintViolationListInterface getViolations() Returns the violations generated by the validator so far. Return Value ConstraintViolationListInterface A list of constraint violations.

Form::disableValidation()

Form disableValidation() Disables validation. Return Value Form

InheritDataAwareIterator::getChildren()

getChildren() {@inheritdoc}

ArrayAccessibleResourceBundle::offsetExists()

offsetExists($offset) Parameters $offset

ExceptionInterface

interface ExceptionInterface Base ExceptionInterface for the Security component.

ConfigDataCollector::getSymfonyVersion()

string getSymfonyVersion() Gets the Symfony version. Return Value string The Symfony version

AbstractExtension::hasTypeExtensions()

bool hasTypeExtensions(string $name) Returns whether this extension provides type extensions for the given type. Parameters string $name The name of the type Return Value bool Whether the given type has extensions