OutputFormatterInterface::setDecorated()

setDecorated(bool $decorated) Sets the decorated flag. Parameters bool $decorated Whether to decorate the messages or not

DoctrineCache::setCache()

setCache(Cache $cache) Sets the cache to adapt. Parameters Cache $cache The cache to adapt

ButtonBuilder::getDataClass()

string getDataClass() Unsupported method. Return Value string The data class or null

RadioListMapper::mapDataToForms()

mapDataToForms($choice, $radios) Maps properties of some data to a list of forms. Parameters $choice $radios Exceptions UnexpectedTypeException if the type of the data parameter is not supported.

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

RingBuffer::offsetSet()

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

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

CacheItem::log()

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