Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
ConfigStorageController.php
»
ConfigStorageController
»
ConfigStorageController::load
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
6 calls to ConfigStorageController::load()
BlockStorageController::load
in drupal/
core/
modules/
block/
lib/
Drupal/
block/
BlockStorageController.php
Implements
Drupal\Core\Entity\EntityStorageControllerInterface::load
().
ConfigStorageController::importDelete
in drupal/
core/
lib/
Drupal/
Core/
Config/
Entity/
ConfigStorageController.php
Delete configuration upon synchronizing configuration changes.
ConfigStorageController::importUpdate
in drupal/
core/
lib/
Drupal/
Core/
Config/
Entity/
ConfigStorageController.php
Updates configuration upon synchronizing configuration changes.
ConfigStorageController::loadByProperties
in drupal/
core/
lib/
Drupal/
Core/
Config/
Entity/
ConfigStorageController.php
Implements
Drupal\Core\Entity\EntityStorageControllerInterface::loadByProperties
().
ConfigStorageController::save
in drupal/
core/
lib/
Drupal/
Core/
Config/
Entity/
ConfigStorageController.php
Implements
Drupal\Core\Entity\EntityStorageControllerInterface::save
().
ViewStorageController::load
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
ViewStorageController.php
Overrides Drupal\config\ConfigStorageController::load();