Extension::getNamespace()

string getNamespace() Returns the namespace to be used for this extension (XML namespace). Return Value string The XML namespace

OutputInterface::getVerbosity()

int getVerbosity() Gets the current verbosity of the output. Return Value int The current level of verbosity (one of the VERBOSITY constants)

FullTransformer::replaceQuoteMatch()

string replaceQuoteMatch(string $quoteMatch) Replaces single quotes at the start or end of a string with two single quotes. Parameters string $quoteMatch The string to replace the quotes Return Value string A string with the single quotes replaced

ScopeInterface deprecated::getName()

getName()

Finder::getIterator()

Iterator|SplFileInfo[] getIterator() Returns an Iterator for the current Finder configuration. This method implements the IteratorAggregate interface. Return Value Iterator|SplFileInfo[] An iterator Exceptions LogicException if the in() method has not been called

DayOfYearTransformer::getReverseMatchingRegExp()

string getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). Parameters int $length The length of the value to be reverse matched Return Value string The reverse matching regular expression

DefaultAuthenticationSuccessHandler::getOptions()

array getOptions() Gets the options. Return Value array An array of options

TwigExtractor::setPrefix()

setPrefix(string $prefix) Sets the prefix that should be used for new found messages. Parameters string $prefix The prefix

AttributeMetadata::setMaxDepth()

setMaxDepth(int|null $maxDepth) Sets the serialization max depth for this attribute. Parameters int|null $maxDepth

FormField::getValue()

string|array getValue() Gets the value of the field. Return Value string|array The value of the field