StaticVersionStrategy::applyVersion()

string applyVersion(string $path) Applies version to the supplied path. Parameters string $path A path Return Value string The versionized path

DoctrineAclCache::evictFromCacheById()

evictFromCacheById($aclId) Removes an ACL from the cache Parameters $aclId

LazyChoiceList deprecated::getValues()

array getValues() Returns the values for the choices. Return Value array The values with the corresponding choice indices as keys

Component\HttpKernel\DataCollector

Classes ConfigDataCollector ConfigDataCollector. DataCollector DataCollector. EventDataCollector EventDataCollector. ExceptionDataCollector ExceptionDataCollector. LoggerDataCollector LogDataCollector. MemoryDataCollector MemoryDataCollector. RequestDataCollector RequestDataCollector. RouterDataCollector RouterDataCollector. TimeDataCollector TimeDataCollector. Interfaces DataCollectorInterface DataCollectorInterface.

Form::getViewData()

mixed getViewData() Returns the data transformed by the value transformer. Return Value mixed

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

MessageDataCollector deprecated::getName()

string getName() Returns the name of the collector. Return Value string The collector name

Response::getMaxAge()

int|null getMaxAge() Returns the number of seconds after the time specified in the response's Date header when the response should no longer be considered fresh. First, it checks for a s-maxage directive, then a max-age directive, and then it falls back on an expires header. It returns null when no maximum age can be established. Return Value int|null Number of seconds

TwigDataCollector::getTemplateCount()

getTemplateCount()

InputInterface::hasParameterOption()

bool hasParameterOption(string|array $values, bool $onlyParams = false) Returns true if the raw parameters (not parsed) contain a value. This method is to be used to introspect the input parameters before they have been validated. It must be used carefully. Parameters string|array $values The values to look for in the raw parameters (can be an array) bool $onlyParams Only check real parameters, skip those following an end of options (--) signal Return Value bool true if the val