private function Settings::__clone in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Site/Settings.php \Drupal\Core\Site\Settings::__clone()
Protects creating with clone.
File
- core/
lib/ Drupal/ Core/ Site/ Settings.php, line 60 - Contains \Drupal\Core\Site\Settings.
Class
- Settings
- Read only settings that are initialized with the class.
Namespace
Drupal\Core\SiteCode
private function __clone() {
}