Loading core/lib/Drupal/Core/Cache/CacheFactory.php +2 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ class CacheFactory implements CacheFactoryInterface, ContainerAwareInterface { use ContainerAwareTrait; /** * The settings array. * The site settings. * * @var \Drupal\Core\Site\Settings */ Loading @@ -37,7 +37,7 @@ class CacheFactory implements CacheFactoryInterface, ContainerAwareInterface { * Constructs CacheFactory object. * * @param \Drupal\Core\Site\Settings $settings * The settings array. * The site settings. * @param array $default_bin_backends * (optional) A mapping of bin to backend service name. Mappings in * $settings take precedence over this. Loading core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ class DatabaseBackendFactory implements CacheFactoryInterface { protected $checksumProvider; /** * The settings array. * The site settings. * * @var \Drupal\Core\Site\Settings */ Loading @@ -36,7 +36,7 @@ class DatabaseBackendFactory implements CacheFactoryInterface { * @param \Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider * The cache tags checksum provider. * @param \Drupal\Core\Site\Settings $settings * (optional) The settings array. * (optional) The site settings. * * @throws \BadMethodCallException */ Loading Loading
core/lib/Drupal/Core/Cache/CacheFactory.php +2 −2 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ class CacheFactory implements CacheFactoryInterface, ContainerAwareInterface { use ContainerAwareTrait; /** * The settings array. * The site settings. * * @var \Drupal\Core\Site\Settings */ Loading @@ -37,7 +37,7 @@ class CacheFactory implements CacheFactoryInterface, ContainerAwareInterface { * Constructs CacheFactory object. * * @param \Drupal\Core\Site\Settings $settings * The settings array. * The site settings. * @param array $default_bin_backends * (optional) A mapping of bin to backend service name. Mappings in * $settings take precedence over this. Loading
core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ class DatabaseBackendFactory implements CacheFactoryInterface { protected $checksumProvider; /** * The settings array. * The site settings. * * @var \Drupal\Core\Site\Settings */ Loading @@ -36,7 +36,7 @@ class DatabaseBackendFactory implements CacheFactoryInterface { * @param \Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider * The cache tags checksum provider. * @param \Drupal\Core\Site\Settings $settings * (optional) The settings array. * (optional) The site settings. * * @throws \BadMethodCallException */ Loading