WriteCheckSessionHandler::open()

open($savePath, $sessionName) {@inheritdoc} Parameters $savePath $sessionName

Form::getViewData()

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

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.

LazyChoiceList deprecated::getValues()

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

DoctrineAclCache::evictFromCacheById()

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

Component\HttpKernel\DependencyInjection

Classes AddClassesToCachePass Sets the classes to compile in the cache for the container. ConfigurableExtension This extension sub-class provides first-class integration with the Config/Definition Component. ContainerAwareHttpKernel Adds a managed request scope. Extension Allow adding classes to the class cache. MergeExtensionConfigurationPass Ensures certain extensions are always loaded. RegisterListenersPass Compiler pass to register tagged services for an event dispatc

StaticVersionStrategy::applyVersion()

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

ConfigCacheInterface::isFresh()

bool isFresh() Checks if the cache is still fresh. This check should take the metadata passed to the write() method into consideration. Return Value bool Whether the cache is still fresh

LogoutUrlExtension deprecated::getFunctions()

getFunctions() {@inheritdoc}

Acl::insertObjectAce()

insertObjectAce(SecurityIdentityInterface $sid, int $mask, int $index, bool $granting = true, string $strategy = null) Inserts an object-based ACE Parameters SecurityIdentityInterface $sid int $mask int $index bool $granting string $strategy