ChoiceListInterface deprecated::getValues()

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

MappingRule::getTarget()

FormInterface getTarget() Return Value FormInterface Exceptions ErrorMappingException

DefinitionDecorator::setFactory()

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

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

Process::setPty()

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

DnsMock::checkdnsrr()

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

ConstantNode::compile()

compile(Compiler $compiler) Parameters Compiler $compiler

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.

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

Definition::removeMethodCall()

Definition removeMethodCall(string $method) Removes a method to call after service initialization. Parameters string $method The method name to remove Return Value Definition The current instance