Skip to content
Snippets Groups Projects
Commit ccede829 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2346187 by Yaron Tal | tstoeckler: ConfigFactory and...

Issue #2346187 by Yaron Tal | tstoeckler: ConfigFactory and CongfigFactoryInterface should be @ingroup config_api.
parent 07736b1e
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
......@@ -23,6 +23,8 @@
* is used for reading and writing the configuration data.
*
* @see \Drupal\Core\Config\StorageInterface
*
* @ingroup config_api
*/
class ConfigFactory implements ConfigFactoryInterface, EventSubscriberInterface {
......
......@@ -9,6 +9,8 @@
/**
* Defines the interface for a configuration object factory.
*
* @ingroup config_api
*/
interface ConfigFactoryInterface {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment