Yosymfony\Spress\Core\Plugin\PluginManager::tearDown PHP Method

tearDown() public method

Releases resources like event listeners.
public tearDown ( )
    public function tearDown()
    {
        foreach ($this->eventSubscriberPlugins as list($plugin, $eventSubscriber)) {
            $this->removeListeners($plugin, $eventSubscriber);
        }
    }