ContainerBuilder::getServiceIds()

array getServiceIds() Gets all service ids. Return Value array An array of all defined service ids

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

HttpCache::getStore()

StoreInterface getStore() Gets the current store. Return Value StoreInterface $store A StoreInterface instance

Profile::getTime()

string getTime() Returns the time. Return Value string The time

Route::hasRequirement()

bool hasRequirement(string $key) Checks if a requirement is set for the given key. Parameters string $key A variable name Return Value bool true if a requirement is specified, false otherwise

FormConfigBuilder::hasAttribute()

bool hasAttribute(string $name) Returns whether the attribute with the given name exists. Parameters string $name The attribute name Return Value bool Whether the attribute exists

Route::addDefaults()

Route addDefaults(array $defaults) Adds defaults. This method implements a fluent interface. Parameters array $defaults The defaults Return Value Route The current Route instance

RouteCompiler

class RouteCompiler implements RouteCompilerInterface RouteCompiler compiles Route instances to CompiledRoute instances. Constants REGEX_DELIMITER SEPARATORS This string defines the characters that are automatically considered separators in front of optional placeholders (with default and no static text following). Such a single separator can be left out together with the optional placeholder from matching and generating URLs. Methods static CompiledRoute compile(Route $route) C

AclInterface::isGranted()

bool isGranted(array $masks, array $securityIdentities, bool $administrativeMode = false) Determines whether access is granted Parameters array $masks array $securityIdentities bool $administrativeMode Return Value bool Exceptions NoAceFoundException when no ACE was applicable for this request

InputArgument::setDefault()

setDefault(mixed $default = null) Sets the default value. Parameters mixed $default The default value Exceptions LogicException When incorrect default value is given