PropertyAccessor::handleError()

static handleError($type, $message, $file, $line, $context) Parameters $type $message $file $line $context

Client::followRedirect()

Crawler followRedirect() Follow redirects? Return Value Crawler Exceptions LogicException If request was not a redirect

MessageCatalogue::setMetadata()

setMetadata(string $key, mixed $value, string $domain = 'messages') Adds metadata to a message domain. Parameters string $key The key mixed $value The value string $domain The domain name

InputOption::getDefault()

mixed getDefault() Returns the default value. Return Value mixed The default value

ViolationMapperInterface

interface ViolationMapperInterface Methods mapViolation(ConstraintViolation $violation, FormInterface $form, bool $allowNonSynchronized = false) Maps a constraint violation to a form in the form tree under the given form. Details mapViolation(ConstraintViolation $violation, FormInterface $form, bool $allowNonSynchronized = false) Maps a constraint violation to a form in the form tree under the given form. Parameters ConstraintViolation $violat

RingBuffer::offsetUnset()

offsetUnset($key) {@inheritdoc} Parameters $key

Request::getTrustedProxies()

static array getTrustedProxies() Gets the list of trusted proxies. Return Value array An array of trusted proxies

ButtonBuilder::getByReference()

bool getByReference() Unsupported method. Return Value bool Whether to modify the form's data by reference

PreloadedExtension::getTypeGuesser()

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

AbstractRendererEngine::setTheme()

setTheme(FormView $view, mixed $themes) Sets the theme(s) to be used for rendering a view and its children. Parameters FormView $view The view to assign the theme(s) to mixed $themes The theme(s). The type of these themes is open to the implementation.