Acl::deleteObjectFieldAce()

deleteObjectFieldAce(int $index, string $field) Deletes an object-field-based ACE Parameters int $index string $field

ProgressHelper deprecated::setProgressCharacter()

setProgressCharacter(string $char) Sets the progress bar character. Parameters string $char A character

RememberMeFactory::addConfiguration()

addConfiguration(NodeDefinition $node) Parameters NodeDefinition $node

Acl::isFieldGranted()

bool isFieldGranted(string $field, array $masks, array $securityIdentities, bool $administrativeMode = false) Determines whether field access is granted Parameters string $field array $masks array $securityIdentities bool $administrativeMode Return Value bool

RingBuffer::offsetSet()

offsetSet($key, $value) {@inheritdoc} Parameters $key $value

PreviewErrorController

class PreviewErrorController PreviewErrorController can be used to test error pages. It will create a test exception and forward it to another controller. Methods __construct(HttpKernelInterface $kernel, $controller) previewErrorPageAction(Request $request, $code) Details __construct(HttpKernelInterface $kernel, $controller) Parameters HttpKernelInterface $kernel $controller previewErrorPageAction(Reque

CacheItem::log()

static log(LoggerInterface $logger = null, $message, $context = array()) Internal logging helper. Parameters LoggerInterface $logger $message $context

Locale

class Locale extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. NO_SUCH_LOCALE_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message Methods static

BooleanNode

class BooleanNode extends ScalarNode This node represents a Boolean value 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 info m

FormInterface::getPropertyPath()

PropertyPathInterface getPropertyPath() Returns the property path that the form is mapped to. Return Value PropertyPathInterface The property path