FormRegistry::getType()

ResolvedFormTypeInterface getType(string $name) Returns a form type by name. This methods registers the type extensions from the form extensions. Parameters string $name The name of the type Return Value ResolvedFormTypeInterface The type Exceptions InvalidArgumentException if the type can not be retrieved from any extension

RoleInterface

interface RoleInterface RoleInterface represents a role granted to a user. A role must either have a string representation or it needs to be explicitly supported by at least one AccessDecisionManager. Methods string|null getRole() Returns the role. Details string|null getRole() Returns the role. This method returns a string representation whenever possible. When the role cannot be represented with sufficient precision by a string, it should ret

CachePoolPass

class CachePoolPass implements CompilerPassInterface Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. static getServiceProvider(ContainerBuilder $container, $name) Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container static getServiceProvider(Contai

DecoderInterface

interface DecoderInterface Defines the interface of decoders. Methods mixed decode(string $data, string $format, array $context = array()) Decodes a string into PHP data. bool supportsDecoding(string $format) Checks whether the deserializer can decode from given format. Details mixed decode(string $data, string $format, array $context = array()) Decodes a string into PHP data. Parameters string $data Data to decode string $format Format

FormDataCollectorInterface::buildPreliminaryFormTree()

buildPreliminaryFormTree(FormInterface $form) Assembles the data collected about the given form and its children as a tree-like data structure. The result can be queried using {@link getData()}. Parameters FormInterface $form A root form

IntlDateFormatter::isLenient()

bool isLenient() Returns whether the formatter is lenient. Return Value bool Currently always returns false Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/intldateformatter.islenient.php

TableStyle

class TableStyle Defines the styles for a Table. Methods TableStyle setPaddingChar(string $paddingChar) Sets padding character, used for cell padding. string getPaddingChar() Gets padding character, used for cell padding. TableStyle setHorizontalBorderChar(string $horizontalBorderChar) Sets horizontal border character. string getHorizontalBorderChar() Gets horizontal border character. TableStyle setVerticalBorderChar(string $verticalBorderChar) Sets vertical border ch

LanguageType

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

AbstractDumper::dump()

dump(Data $data, callable|resource|string|null $output = null) Dumps a Data object. Parameters Data $data A Data object callable|resource|string|null $output A line dumper callable, an opened stream or an output path

MoneyType

class MoneyType 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. from AbstractType configureOptions(OptionsResolver $resolver) Configures the options for this type. string getBlockPrefix() Returns the prefix of the template block name for this type