You are here

public function TocManagerInterface::reset in TOC API 8

Reset the current TOC instance.

Parameters

string $id: ID used to track the TOC object's instance. Typically, the ID can be the TOC implementation's module name.

1 method overrides TocManagerInterface::reset()
TocManager::reset in src/TocManager.php
Reset the current TOC instance.

File

src/TocManagerInterface.php, line 47

Class

TocManagerInterface
Provides an interface defining a TOC manager.

Namespace

Drupal\toc_api

Code

public function reset($id = NULL);