function TypedConfigManager::getDiscovery

Overrides DefaultPluginManager::getDiscovery

File

core/lib/Drupal/Core/Config/TypedConfigManager.php, line 67

Class

TypedConfigManager
Manages config schema type plugins.

Namespace

Drupal\Core\Config

Code

protected function getDiscovery() {
  if (!isset($this->discovery)) {
    $this->discovery = new ConfigSchemaDiscovery($this->schemaStorage);
  }
  return $this->discovery;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.