HttpKernel::handle()

Response handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) Handles a Request to convert it to a Response. When $catch is true, the implementation must catch all exceptions and do its best to convert them to a Response instance. Parameters Request $request A Request instance int $type The type of the request (one of HttpKernelInterface::MASTERREQUEST or HttpKernelInterface::SUBREQUEST) bool $catch Whether to catch exceptions or not Re

ProcessHelper

class ProcessHelper extends Helper The ProcessHelper class provides helpers to run external processes. Methods setHelperSet(HelperSet $helperSet = null) Sets the helper set associated with this helper. from Helper HelperSet getHelperSet() Gets the helper set associated with this helper. from Helper static int strlen(string $string) Returns the length of a string, using mb_strwidth if it is available. from Helper static formatTime($secs) from Helper static formatMemory($m

Component\PropertyInfo\Extractor

Classes PhpDocExtractor Extracts data using a PHPDoc parser. ReflectionExtractor Extracts PHP informations using the reflection API. SerializerExtractor Lists available properties using Symfony Serializer Component metadata.

PhpExecutableFinder::findArguments()

array findArguments() Finds the PHP executable arguments. Return Value array The PHP executable arguments

FormRenderer

class FormRenderer implements FormRendererInterface Renders a form into HTML using a rendering engine. Constants CACHE_KEY_VAR Methods __construct(FormRendererEngineInterface $engine, CsrfTokenManagerInterface $csrfTokenManager = null) Constructor. FormRendererEngineInterface getEngine() Returns the engine used by this renderer. setTheme(FormView $view, mixed $themes) Sets the theme(s) to be used for rendering a view and its children. string renderCsrfToken(string $t

StubCollator deprecated

class StubCollator extends Collator deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\Collator\Collator} instead. Alias of {@link \Symfony\Component\Intl\Collator\Collator}. Constants FRENCH_COLLATION ALTERNATE_HANDLING CASE_FIRST CASE_LEVEL NORMALIZATION_MODE STRENGTH HIRAGANA_QUATERNARY_MODE NUMERIC_COLLATION DEFAULT_VALUE PRIMARY SECONDARY TERTIARY DEFAULT_STRENGTH QUATERNARY IDENTICAL OF

GlobalExecutionContextInterface deprecated::getRoot()

mixed getRoot() Returns the value at which validation was started in the object graph. Return Value mixed The root value. See also ExecutionContextInterface::getRoot()

BaseNode::getInfo()

string getInfo() Returns info message. Return Value string The info text

Regex::hasStartFlag()

bool hasStartFlag() Return Value bool

User::eraseCredentials()

eraseCredentials() Removes sensitive data from the user. This is important if, at any given point, sensitive information like the plain-text password is stored on this object.