FormConfigBuilderInterface::setCompound()

FormConfigBuilderInterface setCompound(bool $compound) Sets whether the form should be compound. Parameters bool $compound Whether the form should be compound Return Value FormConfigBuilderInterface The configuration object See also FormConfigInterface::getCompound()

ConfigDataCollector::hasEAccelerator()

bool hasEAccelerator() Returns true if EAccelerator is enabled. Return Value bool true if EAccelerator is enabled, false otherwise

ButtonBuilder::getAttributes()

array getAttributes() Returns additional attributes of the button. Return Value array An array of key-value combinations

EventDataCollector::collect()

collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. Parameters Request $request A Request instance Response $response A Response instance Exception $exception An Exception instance

RecursiveDirectoryIterator::isRewindable()

bool isRewindable() Checks if the stream is rewindable. Return Value bool true when the stream is rewindable, false otherwise

TimeDataCollector::getInitTime()

float getInitTime() Gets the initialization time. This is the time spent until the beginning of the request handling. Return Value float The elapsed time

RequestDataCollector::getRequestAttributes()

getRequestAttributes()

ConstraintViolationInterface::getRoot()

mixed getRoot() Returns the root element of the validation. Return Value mixed The value that was passed originally to the validator when the validation was started. Because the validator traverses the object graph, the value at which the violation occurs is not necessarily the value that was originally validated.

RequestDataCollector::getStatusCode()

getStatusCode()

Collection::count()

count()