public TypedConfigManagerInterface::hasConfigSchema($name)
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.
File
- core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php, line 57
Class
- TypedConfigManagerInterface
- Defines an interface for managing config schema type plugins.
Namespace
Drupal\Core\Config
Code
1 | public function hasConfigSchema( $name ); |
Please login to continue.