FormTypeInterface::buildForm()

buildForm(FormBuilderInterface $builder, array $options) Builds the form. This method is called for each type in the hierarchy starting from the top most type. Type extensions can further modify the form. Parameters FormBuilderInterface $builder The form builder array $options The options See also FormTypeExtensionInterface::buildForm()

Cookie::isSecure()

bool isSecure() Returns the secure flag of the cookie. Return Value bool The cookie secure flag

ChoiceFormField::isMultiple()

bool isMultiple() Returns true if the field accepts multiple values. Return Value bool true if the field accepts multiple values, false otherwise

Component\Templating

Namespaces Symfony\Component\Templating\AssetSymfony\Component\Templating\HelperSymfony\Component\Templating\LoaderSymfony\Component\Templating\Storage Classes DelegatingEngine DelegatingEngine selects an engine for a given template. PhpEngine PhpEngine is an engine able to render PHP templates. TemplateNameParser TemplateNameParser is the default implementation of TemplateNameParserInterface. TemplateReference Internal representation of a template. Interfaces DebuggerInter

ConfigDataCollector::hasXDebug()

bool hasXDebug() Returns true if the XDebug is enabled. Return Value bool true if XDebug is enabled, false otherwise

ExecutionContextInterface::getViolations()

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

ProcessUtils::validateInput()

static mixed validateInput(string $caller, mixed $input) Validates and normalizes a Process input. Parameters string $caller The name of method call that validates the input mixed $input The input to validate Return Value mixed The validated input Exceptions InvalidArgumentException In case the input is not valid

MetadataInterface::getTraversalStrategy()

int getTraversalStrategy() Returns the strategy for traversing traversable objects. Return Value int The traversal strategy See also TraversalStrategy

MetadataInterface::findConstraints()

Constraint[] findConstraints(string $group) Returns all constraints for a given validation group. Parameters string $group The validation group Return Value Constraint[] A list of constraint instances

FormConfigBuilderInterface::resetViewTransformers()

FormConfigBuilderInterface resetViewTransformers() Clears the view transformers. Return Value FormConfigBuilderInterface The configuration object