AuthenticationTrustResolverInterface::isFullFledged()

bool isFullFledged(TokenInterface $token = null) Resolves whether the passed token implementation is fully authenticated. Parameters TokenInterface $token Return Value bool

ObjectIdentityInterface::equals()

bool equals(ObjectIdentityInterface $identity) We specifically require this method so we can check for object equality explicitly, and do not have to rely on referencial equality instead. Though in most cases, both checks should result in the same outcome. Referential Equality: $object1 === $object2 Example for Object Equality: $object1->getId() === $object2->getId() Parameters ObjectIdentityInterface $identity Return Value bool

DataMapperInterface::mapDataToForms()

mapDataToForms(mixed $data, FormInterface[] $forms) Maps properties of some data to a list of forms. Parameters mixed $data Structured data FormInterface[] $forms A list of {@link FormInterface} instances Exceptions UnexpectedTypeException if the type of the data parameter is not supported.

ConstantNode::compile()

compile(Compiler $compiler) Parameters Compiler $compiler

DnsMock::checkdnsrr()

static checkdnsrr($hostname, $type = 'MX') Parameters $hostname $type

Process::setPty()

Process setPty(bool $bool) Sets PTY mode. Parameters bool $bool Return Value Process

Process::checkTimeout()

checkTimeout() Performs a check between the timeout definition and the time the process started. In case you run a background process (with the start method), you should trigger this method regularly to ensure the process timeout Exceptions ProcessTimedOutException In case the timeout was reached

DefinitionDecorator::setFactory()

Definition setFactory($callable) Sets a factory. Parameters $callable Return Value Definition The current instance

MappingRule::getTarget()

FormInterface getTarget() Return Value FormInterface Exceptions ErrorMappingException

ChoiceListInterface deprecated::getValues()

array getValues() Returns the values for the choices. Return Value array The values with the corresponding choice indices as keys