Form::getValues()

array getValues() Gets the field values. The returned array does not include file fields (see getFiles). Return Value array An array of field values

Finder::sortByName()

Finder|SplFileInfo[] sortByName() Sorts files and directories by name. This can be slow as all the matching files and directories must be retrieved for comparison. Return Value Finder|SplFileInfo[] The current Finder instance See also SortableIterator

Acl::setParentAcl()

setParentAcl(AclInterface $acl = null) Sets the parent ACL Parameters AclInterface $acl

DebugLoggerInterface

interface DebugLoggerInterface DebugLoggerInterface. Methods array getLogs() Returns an array of logs. int countErrors() Returns the number of errors. Details array getLogs() Returns an array of logs. A log is an array with the following mandatory keys: timestamp, message, priority, and priorityName. It can also have an optional context key containing an array. Return Value array An array of logs int countEr

TrimListener::preSubmit()

preSubmit(FormEvent $event) Parameters FormEvent $event

DialogHelper deprecated::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

ExecutionContext::isGroupValidated()

bool isGroupValidated(string $cacheKey, string $groupHash) Returns whether an object was validated in a specific validation group. Parameters string $cacheKey The hash of the object string $groupHash The group's name or hash, if it is group sequence Return Value bool Whether the object was already validated for that group

Crawler::getBaseHref()

string getBaseHref() Returns base href. Return Value string

MemoryDataCollector::getName()

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

ClassMetadata::setGroupSequence()

ClassMetadata setGroupSequence(array $groupSequence) Sets the default group sequence for this class. Parameters array $groupSequence An array of group names Return Value ClassMetadata Exceptions GroupDefinitionException