ButtonBuilder::getModelTransformers()

DataTransformerInterface[] getModelTransformers() Unsupported method. Return Value DataTransformerInterface[] An array of {@link DataTransformerInterface} instances

Application::extractNamespace()

string extractNamespace(string $name, string $limit = null) Returns the namespace part of the command name. This method is not part of public API and should not be used directly. Parameters string $name The full name of the command string $limit The maximum number of parts of the namespace Return Value string The namespace of the command

AbstractAdapter deprecated::setFilters()

AdapterInterface setFilters(array $filters) Parameters array $filters Return Value AdapterInterface Current instance

MutableAclInterface::setParentAcl()

setParentAcl(AclInterface $acl = null) Sets the parent ACL Parameters AclInterface $acl

ArgumentMetadata::hasDefaultValue()

bool hasDefaultValue() Returns whether the argument has a default value. Implies whether an argument is optional. Return Value bool

SecurityContext deprecated::getToken()

TokenInterface|null getToken() deprecated deprecated since version 2.6, to be removed in 3.0. Use TokenStorageInterface::getToken() instead. {@inheritdoc} Return Value TokenInterface|null A TokenInterface instance or null if no authentication information is available

VirtualFormAwareIterator deprecated::getChildren()

getChildren() {@inheritdoc}

Acl::updateClassAuditing()

updateClassAuditing(int $index, bool $auditSuccess, bool $auditFailure) Updates auditing for class-based ACE Parameters int $index bool $auditSuccess bool $auditFailure

FormHelper

class FormHelper extends Helper FormHelper provides helpers to help display forms. Methods setCharset(string $charset) Sets the default charset. from Helper string getCharset() Gets the default charset. from Helper __construct(FormRendererInterface $renderer) string getName() Returns the canonical name of this helper. setTheme(FormView $view, string|array $themes) Sets a theme for a given view. string form(FormView $view, array $variables = array()) Renders the HT

BaseNode::setFinalValidationClosures()

setFinalValidationClosures(array $closures) Sets the closures used for final validation. Parameters array $closures An array of Closures used for final validation