public function ConfigStorageController::getQueryServicename

Implements Drupal\Core\Entity\EntityStorageControllerInterface::getQueryServicename().

Overrides EntityStorageControllerInterface::getQueryServicename

File

drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php, line 464
Definition of Drupal\Core\Config\Entity\ConfigStorageController.

Class

ConfigStorageController
Defines the storage controller class for configuration entities.

Namespace

Drupal\Core\Config\Entity

Code

public function getQueryServicename() {
  return 'entity.query.config';
}