ButtonBuilder::getMapped()

bool getMapped() Unsupported method. Return Value bool Whether the form is mapped

UsernamePasswordToken::getCredentials()

mixed getCredentials() Returns the user credentials. Return Value mixed The user credentials

ButtonBuilder::getDataMapper()

DataMapperInterface getDataMapper() Unsupported method. Return Value DataMapperInterface The data mapper

ConfigDataCollector::getSapiName()

string getSapiName() Gets the PHP SAPI name. Return Value string The environment

MutableAclInterface::updateObjectFieldAce()

updateObjectFieldAce(int $index, string $field, int $mask, string $strategy = null) Updates an object-field-based ACE Parameters int $index string $field int $mask string $strategy if null the strategy should not be changed

DoctrineProvider

class DoctrineProvider extends CacheProvider Methods __construct(CacheItemPoolInterface $pool) Details __construct(CacheItemPoolInterface $pool) Parameters CacheItemPoolInterface $pool

LanguageType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

ProgressIndicator::getPlaceholderFormatterDefinition()

static callable|null getPlaceholderFormatterDefinition(string $name) Gets the placeholder formatter for a given name. Parameters string $name The placeholder name (including the delimiter char like %) Return Value callable|null A PHP callable

BaseMemcacheProfilerStorage deprecated::purge()

purge() Purges all data from the database.

FrozenParameterBag

class FrozenParameterBag extends ParameterBag Holds read-only parameters. Methods __construct(array $parameters = array()) For performance reasons, the constructor assumes that all keys are already lowercased. clear() Clears all parameters. add(array $parameters) Adds parameters to the service container parameters. array all() Gets the service container parameters. from ParameterBag mixed get(string $name) Gets a service container parameter. from ParameterBag set(s