ProfilerExtension::leave()

leave(Twig_Profiler_Profile $profile) Parameters Twig_Profiler_Profile $profile

PdoProfilerStorage deprecated::purge()

purge() Purges all data from the database.

DateTimeType::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

DebugLoggerInterface::getLogs()

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

CommandTester::getInput()

InputInterface getInput() Gets the input instance used by the last execution of the command. Return Value InputInterface The current input instance

ProgressBar::setProgress()

setProgress(int $step) Sets the current progress. Parameters int $step The current progress Exceptions LogicException

FormConfigBuilder::setErrorBubbling()

FormConfigBuilderInterface setErrorBubbling(bool $errorBubbling) Sets whether errors bubble up to the parent. Parameters bool $errorBubbling Return Value FormConfigBuilderInterface The configuration object

PhpBridgeSessionStorage::clear()

clear() Clear all session data in memory.

FormErrorIterator::getForm()

FormInterface getForm() Returns the iterated form. Return Value FormInterface The form whose errors are iterated by this object

Expression::isGlob()

bool isGlob() Return Value bool