public function ConfigStorageController::loadByProperties

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

Overrides EntityStorageControllerInterface::loadByProperties

File

drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php, line 135
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 loadByProperties(array $values = array()) {
  return array();
}