ButtonBuilder::setAutoInitialize()

FormConfigBuilderInterface setAutoInitialize(bool $initialize) Unsupported method. Parameters bool $initialize True to initialize the form automatically, false to suppress automatic initialization. In the second case, you need to call {@link FormInterface::initialize()} manually. Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

Component\Serializer\Mapping\Loader

Classes AnnotationLoader Annotation loader. FileLoader Base class for all file based loaders. LoaderChain Calls multiple {@link LoaderInterface} instances in a chain. XmlFileLoader Loads XML mapping files. YamlFileLoader YAML File Loader. Interfaces LoaderInterface Loads {@link ClassMetadataInterface}.

OptionsResolverInterface deprecated::isRequired()

bool isRequired(string $option) Returns whether an option is required. An option is required if it has been passed to {@link setRequired()}, but not to {@link setDefaults()}. That is, the option has been declared as required and no default value has been set. Parameters string $option The name of the option. Return Value bool Whether the option is required.

DescriptorInterface

interface DescriptorInterface Descriptor interface. Methods describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. Details describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. Parameters OutputInterface $output object $object array $options

FormDataCollectorInterface::collectDefaultData()

collectDefaultData(FormInterface $form) Stores the default data of the given form and its children. Parameters FormInterface $form A root form

LanguageBundleTransformationRule::beforeCompile()

string[] beforeCompile(CompilationContextInterface $context) Runs instructions to be executed before compiling the sources of the resource bundle. Parameters CompilationContextInterface $context The contextual information of the compilation. Return Value string[] The source directories/files of the bundle.

LoggingTranslator

class LoggingTranslator implements TranslatorInterface, TranslatorBagInterface Methods __construct(TranslatorInterface $translator, LoggerInterface $logger) string trans(string $id, array $parameters = array(), string|null $domain = null, string|null $locale = null) Translates the given message. string transChoice(string $id, int $number, array $parameters = array(), string|null $domain = null, string|null $locale = null) Translates the given choice message by choosing a transla

RedisProfilerStorage deprecated

class RedisProfilerStorage implements ProfilerStorageInterface deprecated Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use {@link FileProfilerStorage} instead. RedisProfilerStorage stores profiling information in Redis. Constants TOKEN_PREFIX REDIS_OPT_SERIALIZER REDIS_OPT_PREFIX REDIS_SERIALIZER_NONE REDIS_SERIALIZER_PHP Methods __construct(string $dsn, string $username = '', string $password = '', int $lifetime = 86400) Constructor. array f

Component\Debug\Exception

Classes ContextErrorException Error Exception with Variable Context. DummyException Used to stop execution of a PHP script after handling a fatal error. FatalErrorException Fatal Error Exception. FlattenException FlattenException wraps a PHP Exception to be able to serialize it.

AclAlreadyExistsException

class AclAlreadyExistsException extends Exception This exception is thrown when someone tries to create an ACL for an object identity that already has one.