Button::handleRequest()

FormInterface handleRequest(mixed $request = null) Unsupported method. Parameters mixed $request The request to handle Return Value FormInterface The form instance Exceptions BadMethodCallException

CsrfTokenManagerInterface::refreshToken()

CsrfToken refreshToken(string $tokenId) Generates a new token value for the given ID. This method will generate a new token for the given token ID, independent of whether a token value previously existed or not. It can be used to enforce once-only tokens in environments with high security needs. Parameters string $tokenId The token ID. You may choose an arbitrary value for the ID Return Value CsrfToken The CSRF token

ButtonBuilder::create()

FormBuilderInterface create(string $name, string|null $type = null, array $options = array()) Unsupported method. This method should not be invoked. Parameters string $name The name of the form or the name of the property string|null $type The type of the form or null if name is a property array $options The options Return Value FormBuilderInterface The created builder Exceptions BadMethodCallException

DumpNode

class DumpNode extends Twig_Node Methods __construct($varPrefix, Twig_Node $values = null, $lineno, $tag = null) compile(Twig_Compiler $compiler) {@inheritdoc} Details __construct($varPrefix, Twig_Node $values = null, $lineno, $tag = null) Parameters $varPrefix Twig_Node $values $lineno $tag compile(Twig_Compiler $compiler) {@inheritdoc} Parameters Twig_Compiler $compiler

PhpMatcherDumper::addExpressionLanguageProvider()

addExpressionLanguageProvider(ExpressionFunctionProviderInterface $provider) Parameters ExpressionFunctionProviderInterface $provider

ResolvedTypeFactoryDataCollectorProxy

class ResolvedTypeFactoryDataCollectorProxy implements ResolvedFormTypeFactoryInterface Proxy that wraps resolved types into {@link ResolvedTypeDataCollectorProxy} instances. Methods __construct(ResolvedFormTypeFactoryInterface $proxiedFactory, FormDataCollectorInterface $dataCollector) ResolvedFormTypeInterface createResolvedType(FormTypeInterface $type, array $typeExtensions, ResolvedFormTypeInterface $parent = null) Resolves a form type. Details

MergeBuilder::denyOverwrite()

MergeBuilder denyOverwrite(bool $deny = true) Sets whether the node can be overwritten. Parameters bool $deny Whether the overwriting is forbidden or not Return Value MergeBuilder

FormConfigBuilderInterface::setDataLocked()

FormConfigBuilderInterface setDataLocked(bool $locked) Locks the form's data to the data passed in the configuration. A form with locked data is restricted to the data passed in this configuration. The data can only be modified then by submitting the form. Parameters bool $locked Whether to lock the default data Return Value FormConfigBuilderInterface The configuration object

CollectionType

class CollectionType extends AbstractType Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. buildView(FormView $view, FormInterface $form, array $options) Builds the form view. finishView(FormView $view, FormInterface $form, array $options) Finishes the form view. configureOptions(OptionsResolver $resolver) Configures the options for this type. string getBlockPrefix() Returns the prefix of the template block name for this type. string|

CurrencyDataProvider::getRoundingIncrement()

getRoundingIncrement($currency) Data provider for {@link \Symfony\Component\Intl\Currency::getRoundingIncrement()}. Parameters $currency