diff --git a/core/lib/Drupal/Core/Cache/CacheFactory.php b/core/lib/Drupal/Core/Cache/CacheFactory.php index 26979646c62..b756e916cb6 100644 --- a/core/lib/Drupal/Core/Cache/CacheFactory.php +++ b/core/lib/Drupal/Core/Cache/CacheFactory.php @@ -14,7 +14,7 @@ use Drupal\Component\Utility\Settings; use Symfony\Component\DependencyInjection\ContainerAware; use Symfony\Component\DependencyInjection\ContainerBuilder; -class CacheFactory extends ContainerAware { +class CacheFactory extends ContainerAware implements CacheFactoryInterface { /** * The settings array. diff --git a/core/lib/Drupal/Core/Cache/CacheFactoryInterface.php b/core/lib/Drupal/Core/Cache/CacheFactoryInterface.php new file mode 100644 index 00000000000..b1493738179 --- /dev/null +++ b/core/lib/Drupal/Core/Cache/CacheFactoryInterface.php @@ -0,0 +1,26 @@ +