OutputStyle

class OutputStyle implements OutputInterface, StyleInterface Decorates output to add console style guide helpers. Methods __construct(OutputInterface $output) newLine(int $count = 1) Add newline(s). ProgressBar createProgressBar(int $max) write(string|array $messages, bool $newline = false, $type = self::OUTPUT_NORMAL) Writes a message to the output. writeln(string|array $messages, $type = self::OUTPUT_NORMAL) Writes a message to the output and adds a newline at the

RouterHelper::getName()

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

FormExtension::humanize()

string humanize(string $text) Makes a technical name human readable. Parameters string $text The text to humanize Return Value string The humanized text

ParameterBag::escapeValue()

mixed escapeValue(mixed $value) Escape parameter placeholders %. Parameters mixed $value Return Value mixed

RememberMeAuthenticationProvider::supports()

bool supports(TokenInterface $token) Checks whether this provider supports the given token. Parameters TokenInterface $token A TokenInterface instance Return Value bool true if the implementation supports the Token, false otherwise

Shell deprecated::getType()

int getType() Returns guessed OS type. Return Value int

Ssi::getName()

string getName() Returns surrogate name. Return Value string

PhpDumper::dump()

string dump(array $options = array()) Dumps the service container as a PHP class. Available options: class: The class name base_class: The base class name namespace: The class namespace Parameters array $options An array of options Return Value string The representation of the service container

Intl::getRegionBundle()

static RegionBundleInterface getRegionBundle() Returns the bundle containing region information. Return Value RegionBundleInterface The region resource bundle

ConstraintViolationBuilder::setCode()

ConstraintViolationBuilderInterface setCode(string|null $code) Sets the violation code. Parameters string|null $code The violation code Return Value ConstraintViolationBuilderInterface This builder