abstract protected function AbstractManagerRegistry::resetService

Resets the given services

A service in this context is connection or a manager instance

Parameters

string $name name of the service:

Return value

void

1 call to AbstractManagerRegistry::resetService()
AbstractManagerRegistry::resetManager in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php
Resets a named object manager.

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php, line 105

Class

AbstractManagerRegistry
Abstract implementation of the ManagerRegistry contract.

Namespace

Doctrine\Common\Persistence

Code

protected abstract function resetService($name);