HttpKernelExtension::getName()

getName() {@inheritdoc}

OutputStyle::isDebug()

bool isDebug() Returns whether verbosity is debug (-vvv). Return Value bool true if verbosity is set to VERBOSITY_DEBUG, false otherwise

CsvFileDumper::setCsvControl()

setCsvControl(string $delimiter = ';', string $enclosure = '"') Sets the delimiter and escape character for CSV. Parameters string $delimiter delimiter character string $enclosure enclosure character

NormalizationAwareInterface

interface NormalizationAwareInterface Defines the interface of encoders that will normalize data themselves. Implementing this interface essentially just tells the Serializer that the data should not be pre-normalized before being passed to this Encoder.

Bundle

Namespaces Symfony\Bundle\FrameworkBundleSymfony\Bundle\SecurityBundleSymfony\Bundle\TwigBundleSymfony\Bundle\WebProfilerBundle

FullTransformer

class FullTransformer Parser and formatter for date formats. Methods __construct(string $pattern, string $timezone) Constructor. Transformer[] getTransformers() Return the array of Transformer objects. string format(DateTime $dateTime) Format a DateTime using ICU dateformat pattern. string formatReplace(string $dateChars, DateTime $dateTime) Return the formatted ICU value for the matched date characters. int parse(DateTime $dateTime, string $value) Parse a pattern bas

LanguageDataProvider::getAlpha3Code()

getAlpha3Code($language) Parameters $language

Section::stopEvent()

StopwatchEvent stopEvent(string $name) Stops an event. Parameters string $name The event name Return Value StopwatchEvent The event Exceptions LogicException When the event has not been started

Regex::hasStartJoker()

bool hasStartJoker() Return Value bool

LogoutUrlHelper::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name