function TypedConfigManagerInterface::hasConfigSchema
Checks if the configuration schema with the given config name exists.
Parameters
string $name: Configuration name.
Return value
bool TRUE if configuration schema exists, FALSE otherwise.
1 method overrides TypedConfigManagerInterface::hasConfigSchema()
- TypedConfigManager::hasConfigSchema in core/
lib/ Drupal/ Core/ Config/ TypedConfigManager.php - Checks if the configuration schema with the given config name exists.
File
-
core/
lib/ Drupal/ Core/ Config/ TypedConfigManagerInterface.php, line 58
Class
- TypedConfigManagerInterface
- Defines an interface for managing config schema type plugins.
Namespace
Drupal\Core\ConfigCode
public function hasConfigSchema($name);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.