Form::getIterator()

Traversable|FormInterface[] getIterator() Returns the iterator for this group. Return Value Traversable|FormInterface[]

Question::setHidden()

Question setHidden(bool $hidden) Sets whether the user response must be hidden or not. Parameters bool $hidden Return Value Question The current instance Exceptions LogicException In case the autocompleter is also used

OutputInterface::writeln()

writeln(string|array $messages, int $options) Writes a message to the output and adds a newline at the end. Parameters string|array $messages The message as an array of lines of a single string int $options A bitmask of options (one of the OUTPUT or VERBOSITY constants), 0 is considered the same as self::OUTPUTNORMAL | self::VERBOSITYNORMAL

Token

class Token CSS selector token. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Constants TYPE_FILE_END TYPE_DELIMITER TYPE_WHITESPACE TYPE_IDENTIFIER TYPE_HASH TYPE_NUMBER TYPE_STRING Methods __construct(int $type, string $value, int $position) int getType() string getValue() int getPosition() bool isFileEnd() bool isDelimiter(array $values =

InMemoryTokenProvider

class InMemoryTokenProvider implements TokenProviderInterface This class is used for testing purposes, and is not really suited for production. Methods PersistentTokenInterface loadTokenBySeries(string $series) Loads the active token for the given series. updateToken(string $series, string $tokenValue, DateTime $lastUsed) Updates the token according to this data. deleteTokenBySeries(string $series) Deletes all tokens belonging to series. createNewToken(PersistentTokenInter

CodeExtension::getName()

getName() {@inheritdoc}

FileBinaryMimeTypeGuesser::isSupported()

static bool isSupported() Returns whether this guesser is supported on the current OS. Return Value bool

FormConfigInterface::getName()

string getName() Returns the name of the form used as HTTP parameter. Return Value string The form name

ButtonBuilder::getType()

ResolvedFormTypeInterface getType() Returns the form type used to construct the button. Return Value ResolvedFormTypeInterface The form's type

InvalidDefinitionException

class InvalidDefinitionException extends Exception Thrown when an error is detected in a node Definition.