SecurityFactoryInterface

interface SecurityFactoryInterface SecurityFactoryInterface is the interface for all security authentication listener. Methods array create(ContainerBuilder $container, string $id, array $config, string $userProvider, string $defaultEntryPoint) Configures the container services required to use the authentication listener. string getPosition() Defines the position at which the provider is called. string getKey() Defines the configuration key used to reference the provider in the

Entry::serialize()

string serialize() Implementation of \Serializable Return Value string

ValidatorBuilderInterface::enableAnnotationMapping()

ValidatorBuilderInterface enableAnnotationMapping(Reader $annotationReader = null) Enables annotation based constraint mapping. Parameters Reader $annotationReader The annotation reader to be used Return Value ValidatorBuilderInterface The builder object

EntityChoiceList deprecated::getPreferredViews()

array getPreferredViews() Returns the choice views of the preferred choices as nested array with the choice groups as top-level keys. Return Value array A nested array containing the views with the corresponding choice indices as keys on the lowest levels and the choice group names in the keys of the higher levels See also ChoiceListInterface

ButtonBuilder::setAction()

FormConfigBuilderInterface setAction(string $action) Unsupported method. Parameters string $action The target URL of the form Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

FormConfigBuilder::setAction()

FormConfigBuilderInterface setAction(string $action) Sets the target URL of the form. Parameters string $action The target URL of the form Return Value FormConfigBuilderInterface The configuration object

RepeatedTypeValidatorExtension

class RepeatedTypeValidatorExtension extends AbstractTypeExtension Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. from AbstractTypeExtension buildView(FormView $view, FormInterface $form, array $options) Builds the view. from AbstractTypeExtension finishView(FormView $view, FormInterface $form, array $options) Finishes the view. from AbstractTypeExtension setDefaultOptions(OptionsResolverInterface $resolver) Overrides the default options from

BundleReaderInterface

interface BundleReaderInterface Reads resource bundle files. Methods mixed read(string $path, string $locale) Reads a resource bundle. Details mixed read(string $path, string $locale) Reads a resource bundle. Parameters string $path The path to the resource bundle string $locale The locale to read Return Value mixed Returns an array or {@link \ArrayAccess} instance for complex data, a scalar value otherwise.

ResetType

class ResetType extends AbstractType implements ButtonTypeInterface A reset button. 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. from

LoggerInterface deprecated

interface LoggerInterface implements LoggerInterface deprecated since version 2.2, to be removed in 3.0. Type-hint \Psr\Log\LoggerInterface instead. LoggerInterface. Methods emerg($message, array $context = array()) deprecated crit($message, array $context = array()) deprecated err($message, array $context = array()) deprecated warn($message, array $context = array()) deprecated Details emerg($message, array $context = array())