diff --git a/core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php b/core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php index a1e183a..e2b3ff1 100644 --- a/core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php +++ b/core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php @@ -62,6 +62,6 @@ public function toArray(); * @return \Drupal\Core\Config\TypedConfigManagerInterface * The typed data manager. */ - public function getTypedConfigManager(); + public function getTypedDataManager(); }