Skip to content
Snippets Groups Projects
Commit 416a63f0 authored by Jess's avatar Jess
Browse files

Issue #2527708 by joshi.rohit100, chx, jhodgdon, alexpott: Improve...

Issue #2527708 by joshi.rohit100, chx, jhodgdon, alexpott: Improve documentation for TypedConfigManagerInterface
parent 92e36b3c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
use Drupal\Core\TypedData\TypedDataManager; use Drupal\Core\TypedData\TypedDataManager;
/** /**
* Manages config type plugins. * Manages config schema type plugins.
*/ */
class TypedConfigManager extends TypedDataManager implements TypedConfigManagerInterface { class TypedConfigManager extends TypedDataManager implements TypedConfigManagerInterface {
......
...@@ -12,9 +12,12 @@ ...@@ -12,9 +12,12 @@
use Drupal\Core\TypedData\DataDefinitionInterface; use Drupal\Core\TypedData\DataDefinitionInterface;
/** /**
* Defines an interface for typed configuration manager. * Defines an interface for managing config schema type plugins.
* *
* @package Drupal\Core\Config * @see \Drupal\Core\Config\TypedConfigManager
* @see \Drupal\Core\Config\Schema\ConfigSchemaDiscovery
* @see hook_config_schema_info_alter()
* @see https://www.drupal.org/node/1905070
*/ */
Interface TypedConfigManagerInterface extends PluginManagerInterface, CachedDiscoveryInterface { Interface TypedConfigManagerInterface extends PluginManagerInterface, CachedDiscoveryInterface {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment