OutputStyle::isDebug()

bool isDebug() Returns whether verbosity is debug (-vvv). Return Value bool true if verbosity is set to VERBOSITY_DEBUG, false otherwise

CsvFileDumper::setCsvControl()

setCsvControl(string $delimiter = ';', string $enclosure = '"') Sets the delimiter and escape character for CSV. Parameters string $delimiter delimiter character string $enclosure enclosure character

Session::getMetadataBag()

MetadataBag getMetadataBag() Gets session meta. Return Value MetadataBag

TableStyle::getHorizontalBorderChar()

string getHorizontalBorderChar() Gets horizontal border character. Return Value string

ClockMock::sleep()

static sleep($s) Parameters $s

TestSessionListener::getSubscribedEvents()

static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. The array keys are event names and the value can be: The method name to call (priority defaults to 0) An array composed of the method name to call and the priority An array of arrays composed of the method names to call and respective priorities, or 0 if unset For instance: array('eventName' => 'methodName') array('eventName' => array('methodName', $priority)) a

FormDataCollectorInterface::associateFormWithView()

associateFormWithView(FormInterface $form, FormView $view) Specifies that the given objects represent the same conceptual form. Parameters FormInterface $form A form object FormView $view A view object

FormDataCollector::collectConfiguration()

collectConfiguration(FormInterface $form) Stores configuration data of the given form and its children. Parameters FormInterface $form A root form

Kernel::isDebug()

bool isDebug() Checks if debug mode is enabled. Return Value bool true if debug mode is enabled, false otherwise

ExceptionInterface

interface ExceptionInterface Base ExceptionInterface for the Asset component.