PropertyPathInterface::getElement()

string getElement(int $index) Returns the element at the given index in the property path. Parameters int $index The index key Return Value string A property or index name Exceptions OutOfBoundsException If the offset is invalid

FormErrorIterator::getChildren()

getChildren() Alias of {@link current()}.

Question::getNormalizer()

callable getNormalizer() Gets the normalizer for the response. The normalizer can ba a callable (a string), a closure or a class implementing __invoke. Return Value callable

HttpCache::getLog()

string getLog() Returns a log message for the events of the last request processing. Return Value string A log message

UserPassword

class UserPassword extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group CLASS_CONSTRAINT Marks a constraint that can be put onto classes PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties Properties mixed $payload Domain-specific data attached to a constraint from Constraint array $groups The groups that the constraint belongs to from Constraint $message $service Methods static string g

FormInterface::getRoot()

FormInterface getRoot() Returns the root of the form tree. Return Value FormInterface The root of the tree

TableStyle::getPadType()

int getPadType() Gets cell padding type. Return Value int

PhpExtractor::setPrefix()

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

OutputInterface::isVerbose()

bool isVerbose() Returns whether verbosity is verbose (-v). Return Value bool true if verbosity is set to VERBOSITY_VERBOSE, false otherwise

OutputFormatterStyle::setOptions()

setOptions(array $options) Sets multiple style options at once. Parameters array $options