PrototypedArrayNode

class PrototypedArrayNode extends ArrayNode Represents a prototyped Array node in the config tree. Methods __construct(string $name, NodeInterface $parent = null) Constructor. from BaseNode setAttribute($key, $value) from BaseNode getAttribute($key, $default = null) from BaseNode hasAttribute($key) from BaseNode getAttributes() from BaseNode setAttributes(array $attributes) from BaseNode removeAttribute($key) from BaseNode setInfo(string $info) Sets an i

Bundle\SecurityBundle\Command

Classes InitAclCommand Installs the tables required by the ACL system

Section::getId()

string getId() Return Value string The identifier of the section

Request::setDefaultLocale()

setDefaultLocale(string $locale) Sets the default locale. Parameters string $locale

AjaxDataCollector::getName()

string getName() Returns the name of the collector. Return Value string The collector name

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

Acl::updateClassAuditing()

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

VirtualFormAwareIterator deprecated::getChildren()

getChildren() {@inheritdoc}

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

ArgumentMetadata::hasDefaultValue()

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