From ccede8293e6267c9382b838b7d91d4592d040021 Mon Sep 17 00:00:00 2001 From: webchick <drupal@webchick.net> Date: Sun, 28 Sep 2014 16:53:35 -0700 Subject: [PATCH] Issue #2346187 by Yaron Tal | tstoeckler: ConfigFactory and CongfigFactoryInterface should be @ingroup config_api. --- core/lib/Drupal/Core/Config/ConfigFactory.php | 2 ++ core/lib/Drupal/Core/Config/ConfigFactoryInterface.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/core/lib/Drupal/Core/Config/ConfigFactory.php b/core/lib/Drupal/Core/Config/ConfigFactory.php index 7d9f23bd82d3..970a50046807 100644 --- a/core/lib/Drupal/Core/Config/ConfigFactory.php +++ b/core/lib/Drupal/Core/Config/ConfigFactory.php @@ -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 { diff --git a/core/lib/Drupal/Core/Config/ConfigFactoryInterface.php b/core/lib/Drupal/Core/Config/ConfigFactoryInterface.php index 4166ff73bbcc..d51e02346864 100644 --- a/core/lib/Drupal/Core/Config/ConfigFactoryInterface.php +++ b/core/lib/Drupal/Core/Config/ConfigFactoryInterface.php @@ -9,6 +9,8 @@ /** * Defines the interface for a configuration object factory. + * + * @ingroup config_api */ interface ConfigFactoryInterface { -- GitLab