DataTransformerInterface::transform()

mixed transform(mixed $value) Transforms a value from the original representation to a transformed representation. This method is called on two occasions inside a form field: When the form field is initialized with the data attached from the datasource (object or array). When data from a request is submitted using {@link Form::submit()} to transform the new input data back into the renderable format. For example if you have a date field and submit '2009-10-10' you might accept th

Bridge\Doctrine\DataCollector

Classes DoctrineDataCollector DoctrineDataCollector.

ExtensionInterface::getName()

string getName() Returns extension name. Return Value string

ReplaceAliasByActualDefinitionPass

class ReplaceAliasByActualDefinitionPass implements CompilerPassInterface Replaces aliases with actual service definitions, effectively removing these aliases. Methods process(ContainerBuilder $container) Process the Container to replace aliases with service definitions. Details process(ContainerBuilder $container) Process the Container to replace aliases with service definitions. Parameters ContainerBuilder $container Exceptions InvalidArg

DebugCommand

class DebugCommand extends Command Lists twig functions, filters, globals and tests present in the current project. Methods __construct(string|null $name = 'debug:twig') Constructor. ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set. fr

StreamedResponse::getContent()

string getContent() Gets the current response content. Return Value string Content

Component\Config\Util

Classes XmlUtils XMLUtils is a bunch of utility methods to XML operations.

InputStream::onEmpty()

onEmpty(callable $onEmpty = null) Sets a callback that is called when the write buffer becomes empty. Parameters callable $onEmpty

FileStorage

class FileStorage extends Storage FileStorage represents a template stored on the filesystem. Methods __construct(string $template) Constructor. from Storage string __toString() Returns the object string representation. from Storage string getContent() Returns the content of the template. Details __construct(string $template) Constructor. Parameters string $template The template name string __toString()

InputDefinition::getArguments()

InputArgument[] getArguments() Gets the array of InputArgument objects. Return Value InputArgument[] An array of InputArgument objects