InstallStorage::getCoreFolder

protected InstallStorage::getCoreFolder()

Get folder inside Drupal core that contains the files.

Return value

string The configuration folder name for core.

File

core/lib/Drupal/Core/Config/InstallStorage.php, line 256

Class

InstallStorage
Storage used by the Drupal installer.

Namespace

Drupal\Core\Config

Code

protected function getCoreFolder() {
  return drupal_get_path('core', 'core') . '/' . $this->getCollectionDirectory();
}
doc_Drupal
2016-10-29 09:20:57
Comments
Leave a Comment

Please login to continue.