OperationInterface::getMessages()

array getMessages(string $domain) Returns all valid messages ('all') after operation. Parameters string $domain Return Value array

MemoryDataCollector::updateMemoryUsage()

updateMemoryUsage() Updates the memory usage data.

FormLoginLdapFactory::getKey()

getKey()

HttpKernel::terminateWithException()

terminateWithException(Exception $exception) Parameters Exception $exception Exceptions LogicException If the request stack is empty

MessageCatalogue

class MessageCatalogue implements MessageCatalogueInterface, MetadataAwareInterface MessageCatalogue. Methods __construct(string $locale, array $messages = array()) Constructor. string getLocale() Gets the catalogue locale. array getDomains() Gets the domains. array all(string $domain = null) Gets the messages within a given domain. set(string $id, string $translation, string $domain = 'messages') Sets a message translation. bool has(string $id, string $domain =

MutableAclInterface::updateClassFieldAce()

updateClassFieldAce(int $index, string $field, int $mask, string $strategy = null) Updates a class-field-based ACE Parameters int $index string $field int $mask string $strategy if null the strategy should not be changed

MappingRule::getOrigin()

FormInterface getOrigin() Return Value FormInterface

ConfigDataCollector::hasWinCache()

bool hasWinCache() Returns true if WinCache is enabled. Return Value bool true if WinCache is enabled, false otherwise

Escaper::requiresDoubleQuoting()

static bool requiresDoubleQuoting(string $value) Determines if a PHP value would require double quoting in YAML. Parameters string $value A PHP value Return Value bool True if the value would require double quotes

FormRenderer::humanize()

string humanize(string $text) Makes a technical name human readable. Sequences of underscores are replaced by single spaces. The first letter of the resulting string is capitalized, while all other letters are turned to lowercase. Parameters string $text The text to humanize Return Value string The humanized text