FormConfigBuilder::getData()

mixed getData() Returns the initial data of the form. Return Value mixed The initial form data

Serializer::deserialize()

final object deserialize(mixed $data, string $type, string $format, array $context = array()) Deserializes data into the given type. Parameters mixed $data string $type string $format array $context Return Value object

ExecutionContext deprecated::validate()

validate(mixed $value, string $subPath = '', null|string|string[] $groups = null, bool $traverse = false, bool $deep = false) Validates the given value within the scope of the current validation. The value may be any value recognized by the used metadata factory (see {@link MetadataFactoryInterface::getMetadata}), or an array or a traversable object of such values. Usually you validate a value that is not the current node of the execution context. For this case, you can pass the {@li

ConstraintViolationBuilderInterface::setCode()

ConstraintViolationBuilderInterface setCode(string|null $code) Sets the violation code. Parameters string|null $code The violation code Return Value ConstraintViolationBuilderInterface This builder

BaseNode::getParent()

NodeInterface|null getParent() Returns parent node for this node. Return Value NodeInterface|null

ClassNode::getSpecificity()

Specificity getSpecificity() Returns node's specificity. Return Value Specificity

ValidatorInterface::validate()

ConstraintViolationListInterface validate(mixed $value, Constraint|Constraint[] $constraints = null, array|null $groups = null) Validates a value against a constraint or a list of constraints. If no constraint is passed, the constraint {@link \Symfony\Component\Validator\Constraints\Valid} is assumed. Parameters mixed $value The value to validate Constraint|Constraint[] $constraints The constraint(s) to validate against array|null $groups The validation groups to validate. If

BundleInterface::getNamespace()

string getNamespace() Gets the Bundle namespace. Return Value string The Bundle namespace

CookieJar::clear()

clear() Removes all the cookies from the jar.

CookieJar::allValues()

array allValues(string $uri, bool $returnsRawValue = false) Returns not yet expired cookie values for the given URI. Parameters string $uri A URI bool $returnsRawValue Returns raw value or urldecoded value Return Value array An array of cookie values