Overrides ConfigMapperInterface::hasSchema
public function hasSchema() { foreach ($this->getConfigNames() as $name) { if (!$this->typedConfigManager ->hasConfigSchema($name)) { return FALSE; } } return TRUE; }