function ConfigEntityListBuilder::getStorage
Gets the config entity storage.
Return value
\Drupal\Core\Config\Entity\ConfigEntityStorageInterface The config storage used by this list builder.
Overrides EntityListBuilder::getStorage
File
- 
              core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityListBuilder.php, line 68  
Class
- ConfigEntityListBuilder
 - Defines the default class to build a listing of configuration entities.
 
Namespace
Drupal\Core\Config\EntityCode
public function getStorage() : ConfigEntityStorageInterface {
  return $this->storage;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.