public function ConfigStorageController::getQueryServicename

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

Overrides EntityStorageControllerInterface::getQueryServicename

File

drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php, line 430
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() {
  throw new \LogicException('Querying configuration entities is not supported.');
}