TimezoneType::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options

CollectionToArrayTransformer::transform()

mixed transform(Collection $collection) Transforms a collection into an array. Parameters Collection $collection A collection of entities Return Value mixed The value in the transformed representation Exceptions TransformationFailedException

SymfonyStyle::error()

error(string|array $message) Formats an error result bar. Parameters string|array $message

AbstractTypeExtension::finishView()

finishView(FormView $view, FormInterface $form, array $options) Finishes the view. This method is called after the extended type has finished the view to further modify it. Parameters FormView $view The view FormInterface $form The form array $options The options

ProcessHelper::mustRun()

Process mustRun(OutputInterface $output, string|Process $cmd, string|null $error = null, callable $callback = null) Runs the process. This is identical to run() except that an exception is thrown if the process exits with a non-zero exit code. Parameters OutputInterface $output An OutputInterface instance string|Process $cmd An instance of Process or a command to run string|null $error An error message that must be displayed if something went wrong callable $callback A PHP ca

InMemoryFactory::getKey()

getKey()

FileFormField::setValue()

setValue(string $value) Sets the value of the field. Parameters string $value The value of the field

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())

Bundle\TwigBundle

Namespaces Symfony\Bundle\TwigBundle\CacheWarmerSymfony\Bundle\TwigBundle\CommandSymfony\Bundle\TwigBundle\ControllerSymfony\Bundle\TwigBundle\DebugSymfony\Bundle\TwigBundle\DependencyInjectionSymfony\Bundle\TwigBundle\ExtensionSymfony\Bundle\TwigBundle\LoaderSymfony\Bundle\TwigBundle\NodeSymfony\Bundle\TwigBundle\TokenParser Classes TwigBundle Bundle. TwigEngine This engine renders Twig templates.

ButtonBuilder::getRequestHandler()

RequestHandlerInterface getRequestHandler() Unsupported method. Return Value RequestHandlerInterface The request handler