ProfilerController::toolbarAction()

Response toolbarAction(Request $request, string $token) Renders the Web Debug Toolbar. Parameters Request $request The current HTTP Request string $token The profiler token Return Value Response A Response instance Exceptions NotFoundHttpException

StringUtil

class StringUtil Methods static string trim(string $string) Returns the trimmed data. static string|null fqcnToBlockPrefix(string $fqcn) Converts a fully-qualified class name to a block prefix. Details static string trim(string $string) Returns the trimmed data. Parameters string $string Return Value string static string|null fqcnToBlockPrefix(string $fqcn) Converts a fully-qualified class name to

ParameterBag::getBoolean()

bool getBoolean(string $key, mixed $default = false) Returns the parameter value converted to boolean. Parameters string $key The parameter key mixed $default The default value if the parameter key does not exist Return Value bool The filtered value

SecurityDataCollector::getTokenClass()

string getTokenClass() Get the class name of the security token. Return Value string The token

StopwatchEvent

class StopwatchEvent Represents an Event managed by Stopwatch. Methods __construct(float $origin, string|null $category = null) Constructor. string getCategory() Gets the category. float getOrigin() Gets the origin. StopwatchEvent start() Starts a new event period. StopwatchEvent stop() Stops the last started event period. bool isStarted() Checks if the event was started. StopwatchEvent lap() Stops the current period and then starts a new one. ensureSto

ExecutionContextInterface::setConstraint()

setConstraint(Constraint $constraint) Sets the currently validated constraint. Parameters Constraint $constraint The validated constraint

StringHandler

class StringHandler implements HandlerInterface CSS selector comment handler. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods __construct(TokenizerPatterns $patterns, TokenizerEscaping $escaping) bool handle(Reader $reader, TokenStream $stream) Details __construct(TokenizerPatterns $patterns, TokenizerEscaping $escaping) Parameters TokenizerPa

LdapInterface::bind()

bind(string $dn = null, string $password = null) Return a connection bound to the ldap. Parameters string $dn A LDAP dn string $password A password Exceptions ConnectionException If dn / password could not be bound.

OrderedHashMap::getIterator()

getIterator() {@inheritdoc}

ArrayNodeDefinition::normalizeKeys()

ArrayNodeDefinition normalizeKeys(bool $bool) Sets key normalization. Parameters bool $bool Whether to enable key normalization Return Value ArrayNodeDefinition