FormConfigInterface::getByReference()

bool getByReference() Returns whether the form's data should be modified by reference. Return Value bool Whether to modify the form's data by reference

ChoiceToBooleanArrayTransformer deprecated::reverseTransform()

mixed reverseTransform(array $values) Transforms a checkbox/radio button array to a single choice. The input value is an array with the choices as keys and true/false as values, depending on whether a given choice is selected. The output is the selected choice. Parameters array $values An array of values Return Value mixed The value in the original representation Exceptions TransformationFailedException If the given value is not an array, if the recuperation of the choices fail

Email

class Email extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. INVALID_FORMAT_ERROR MX_CHECK_FAILED_ERROR HOST_CHECK_FAILED_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belon

FormExtension::getTests()

getTests() {@inheritdoc}

Response::getStatusCode()

int getStatusCode() Retrieves the status code for the current web response. Return Value int Status code

DirectoryResource::serialize()

serialize()

ExtractorInterface::setPrefix()

setPrefix(string $prefix) Sets the prefix that should be used for new found messages. Parameters string $prefix The prefix

AutoExpireFlashBag::initialize()

initialize(array $flashes) Initializes the Bag. Parameters array $flashes

UndefinedOptionsException

class UndefinedOptionsException extends InvalidArgumentException Exception thrown when an undefined option is passed. You should remove the options in question from your code or define them beforehand.

ButtonBuilder::hasAttribute()

bool hasAttribute(string $name) Returns whether the attribute with the given name exists. Parameters string $name The attribute name Return Value bool Whether the attribute exists