Required

class Required extends Existence 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 Properties mixed $payload Domain-specific data attached to a constraint from Constraint array $groups The groups that the constraint belongs to from Constraint $constraints from Existence Methods static string g

ExecutionContextInterface::markGroupAsValidated()

markGroupAsValidated(string $cacheKey, string $groupHash) Marks an object as validated in a specific validation group. Parameters string $cacheKey The hash of the object string $groupHash The group's name or hash, if it is group sequence

Pbkdf2PasswordEncoder::isPasswordValid()

bool isPasswordValid(string $encoded, string $raw, string $salt) Checks a raw password against an encoded password. Parameters string $encoded An encoded password string $raw A raw password string $salt The salt Return Value bool true if the password is valid, false otherwise

DoctrineType::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options

PropertyMetadataInterface

interface PropertyMetadataInterface implements MetadataInterface Stores all metadata needed for validating the value of a class property. Most importantly, the metadata stores the constraints against which the property's value should be validated. Additionally, the metadata stores whether objects stored in the property should be validated against their class' metadata and whether traversable objects should be traversed or not. Methods int getCascadingStrategy() Returns the strategy for c

AddConstraintValidatorsPass

class AddConstraintValidatorsPass implements CompilerPassInterface Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

ProgressHelper deprecated

class ProgressHelper extends Helper deprecated since version 2.5, to be removed in 3.0 Use {@link ProgressBar} instead. The Progress class provides helpers to display progress output. Constants FORMAT_QUIET FORMAT_NORMAL FORMAT_VERBOSE FORMAT_QUIET_NOMAX FORMAT_NORMAL_NOMAX FORMAT_VERBOSE_NOMAX Methods setHelperSet(HelperSet $helperSet = null) Sets the helper set associated with this helper. from Helper HelperSet getHelperSet() Gets the helper set associ

FormTypeGuesserChain::guessPattern()

ValueGuess|null guessPattern(string $class, string $property) Returns a guess about the field's pattern. When you have a min value, you guess a min length of this min (LOW_CONFIDENCE) , lines below If this value is a float type, this is wrong so you guess null with MEDIUM_CONFIDENCE to override the previous guess. Example: You want a float greater than 5, 4.512313 is not valid but length(4.512314) > length(5) Parameters string $class The fully qualified class name string $

FormTypeExtensionInterface::finishView()

finishView(FormView $view, FormInterface $form, array $options) Finishes the view. This method is called after the extended type has finished the view to further modify it. Parameters FormView $view The view FormInterface $form The form array $options The options See also FormTypeInterface::finishView()

RouteCollectionBuilder::setSchemes()

$this setSchemes(array|string $schemes) Sets the schemes on all embedded routes (unless already set). Parameters array|string $schemes Return Value $this