FormField::setValue()

setValue(string $value) Sets the value of the field. Parameters string $value The value of the field

PhpEngine::setHelpers()

setHelpers(array $helpers) Sets the helpers. Parameters array $helpers An array of helper

RingBuffer::offsetGet()

offsetGet($key) {@inheritdoc} Parameters $key

ExecutionContextInterface::markConstraintAsValidated()

markConstraintAsValidated(string $cacheKey, string $constraintHash) Marks a constraint as validated for an object. Parameters string $cacheKey The hash of the object string $constraintHash The hash of the constraint

Packages::addPackage()

addPackage(string $name, PackageInterface $package) Adds a package. Parameters string $name The package name PackageInterface $package The package

RuntimeException

class RuntimeException extends RuntimeException implements ExceptionInterface RuntimeException for the Process Component.

ConnectionInterface::isBound()

bool isBound() Checks whether the connection was already bound or not. Return Value bool

Collator::getLocale()

string getLocale(int $type = Locale::ACTUAL_LOCALE) Returns the collator's locale. Parameters int $type Not supported. The locale name type to return (Locale::VALIDLOCALE or Locale::ACTUALLOCALE) Return Value string The locale used to create the collator. Currently always returns "en".

InvalidArgumentException

class InvalidArgumentException extends InvalidArgumentException implements InvalidArgumentException

ExecutionContext deprecated::getClassName()

string|null getClassName() Returns the class name of the current node. If the metadata of the current node does not implement {@link ClassBasedInterface} or if no metadata is available for the current node, this method returns null. Return Value string|null The class name or null, if no class name could be found.