TypedConfigManagerInterface::hasConfigSchema

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

public function hasConfigSchema($name);
doc_Drupal
2016-10-29 09:49:57
Comments
Leave a Comment

Please login to continue.