protected property ConfigStorageController::$hookLoadArguments

Additional arguments to pass to hook_TYPE_load().

Set before calling Drupal\Core\Config\Entity\ConfigStorageController::attachLoad().

Type: array

File

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

Class

ConfigStorageController
Defines the storage controller class for configuration entities.

Namespace

Drupal\Core\Config\Entity

Code

protected $hookLoadArguments;