You are here

protected property ForumUninstallValidator::$vocabularyStorage in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/forum/src/ForumUninstallValidator.php \Drupal\forum\ForumUninstallValidator::vocabularyStorage

The field storage config storage.

Type: \Drupal\Core\Config\Entity\ConfigEntityStorageInterface

File

core/modules/forum/src/ForumUninstallValidator.php, line 31
Contains \Drupal\forum\ForumUninstallValidator.

Class

ForumUninstallValidator
Prevents forum module from being uninstalled whilst any forum nodes exist or there are any terms in the forum vocabulary.

Namespace

Drupal\forum

Code

protected $vocabularyStorage;