Skip to content
Snippets Groups Projects
Unverified Commit d7183eea authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3056414 by yogeshmpawar, R.shaikh, joachim, John Cook: inaccurate...

Issue #3056414 by yogeshmpawar, R.shaikh, joachim, John Cook: inaccurate property docs for Drupal\Core\Site\Settings
parent 6e594c26
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ class CacheFactory implements CacheFactoryInterface, ContainerAwareInterface {
use ContainerAwareTrait;
/**
* The settings array.
* The site settings.
*
* @var \Drupal\Core\Site\Settings
*/
......@@ -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.
......
......@@ -22,7 +22,7 @@ class DatabaseBackendFactory implements CacheFactoryInterface {
protected $checksumProvider;
/**
* The settings array.
* The site settings.
*
* @var \Drupal\Core\Site\Settings
*/
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment