protected function DefaultContentManager::resetTree in Default Content 8
1 call to DefaultContentManager::resetTree()
- DefaultContentManager::importContent in src/
DefaultContentManager.php - Imports default content for a given module.
File
- src/
DefaultContentManager.php, line 258 - Contains \Drupal\defaultcontent\DefaultContentManager. @todo remove all references to linkmanager?
Class
- DefaultContentManager
- A service for handling import of default content. @todo throw useful exceptions
Namespace
Drupal\defaultcontentCode
protected function resetTree() {
$this->graph = [];
$this->vertexes = array();
}