Button::getTransformationFailure()

TransformationFailedException|null getTransformationFailure() Unsupported method. Return Value TransformationFailedException|null The transformation failure

YamlReferenceDumper

class YamlReferenceDumper Dumps a Yaml reference configuration for the given configuration/node instance. Methods dump(ConfigurationInterface $configuration) dumpNode(NodeInterface $node) Details dump(ConfigurationInterface $configuration) Parameters ConfigurationInterface $configuration dumpNode(NodeInterface $node) Parameters NodeInterface $node

Reader::getOffset()

int getOffset(string $string) Parameters string $string Return Value int

NodeDefinition::defaultFalse()

NodeDefinition|$this defaultFalse() Sets false as the default value. Return Value NodeDefinition|$this

ResponseHeaderBag::replace()

replace(array $headers = array()) Replaces the current HTTP headers by a new set. Parameters array $headers An array of HTTP headers

HeaderBag::all()

array all() Returns the headers. Return Value array An array of headers

RouteCollectionBuilder::setDefault()

$this setDefault(string $key, mixed $value) Sets a default value that will be added to all embedded routes (unless that default value is already set). Parameters string $key mixed $value Return Value $this

Intl::isExtensionLoaded()

static bool isExtensionLoaded() Returns whether the intl extension is installed. Return Value bool Returns true if the intl extension is installed, false otherwise

AdapterInterface::escape()

string escape(string $subject, string $ignore = '', int $flags) Escape a string for use in an LDAP filter or DN. Parameters string $subject string $ignore int $flags Return Value string

TokenStorageInterface::removeToken()

string|null removeToken(string $tokenId) Removes a CSRF token. Parameters string $tokenId The token ID Return Value string|null Returns the removed token if one existed, NULL otherwise