HtmlExtension::translateHover()

XPathExpr translateHover(XPathExpr $xpath) Parameters XPathExpr $xpath Return Value XPathExpr

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

Bundle\FrameworkBundle

Namespaces Symfony\Bundle\FrameworkBundle\CacheWarmerSymfony\Bundle\FrameworkBundle\CommandSymfony\Bundle\FrameworkBundle\ConsoleSymfony\Bundle\FrameworkBundle\ControllerSymfony\Bundle\FrameworkBundle\DataCollectorSymfony\Bundle\FrameworkBundle\DependencyInjectionSymfony\Bundle\FrameworkBundle\EventListenerSymfony\Bundle\FrameworkBundle\FragmentSymfony\Bundle\FrameworkBundle\HttpCacheSymfony\Bundle\FrameworkBundle\RoutingSymfony\Bundle\FrameworkBundle\TemplatingSymfony\Bundle\FrameworkBundle\T

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

Inline::dump()

static string dump(mixed $value, int $flags) Dumps a given PHP variable to a YAML string. Parameters mixed $value The PHP variable to convert int $flags A bit field of Yaml::DUMP_* constants to customize the dumped YAML string Return Value string The YAML string representing the PHP array Exceptions DumpException When trying to dump PHP resource

DigestData::getUsername()

getUsername()