ChoiceList deprecated::getChoices()

array getChoices() Returns the list of choices. Return Value array The choices with their indices as keys

ConstraintValidator

class ConstraintValidator implements ConstraintValidatorInterface Base class for constraint validators. Constants PRETTY_DATE Whether to format {@link \DateTime} objects as RFC-3339 dates ("Y-m-d H:i:s"). OBJECT_TO_STRING Whether to cast objects with a "__toString()" method to strings. Methods initialize(ExecutionContextInterface $context) Initializes the constraint validator. Details initialize(ExecutionContextInterface $context) Init

InheritDataAwareIterator::hasChildren()

hasChildren() {@inheritdoc}

ProgressBar::getProgressCharacter()

string getProgressCharacter() Gets the progress bar character. Return Value string A character

RememberMeToken::getProviderKey()

string getProviderKey() Returns the provider secret. Return Value string The provider secret

Entry::isAuditFailure()

bool isAuditFailure() Whether auditing for successful grants is turned on Return Value bool

StopwatchEvent::getDuration()

int getDuration() Gets the duration of the events (including all periods). Return Value int The duration (in milliseconds)

Profile

class Profile Profile. Methods __construct(string $token) Constructor. setToken(string $token) Sets the token. string getToken() Gets the token. setParent(Profile $parent) Sets the parent token. Profile getParent() Returns the parent profile. null|string getParentToken() Returns the parent token. string getIp() Returns the IP. setIp(string $ip) Sets the IP. string getMethod() Returns the request method. setMethod($method) string getUrl()

FormFactoryBuilder::addTypeExtension()

FormFactoryBuilderInterface addTypeExtension(FormTypeExtensionInterface $typeExtension) Adds a form type extension to the factory. Parameters FormTypeExtensionInterface $typeExtension The form type extension. Return Value FormFactoryBuilderInterface The builder.

GetResponseEvent::hasResponse()

bool hasResponse() Returns whether a response was set. Return Value bool Whether a response was set