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

1
public function hasConfigSchema($name);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.