You are here

public function ConfigActionsSourceInterface::load in Config Actions 8

Load data from the source.

Return value

array Loaded config data.

1 method overrides ConfigActionsSourceInterface::load()
ConfigActionsSourceBase::load in src/ConfigActionsSourceBase.php
Load data from the source.

File

src/ConfigActionsSourceInterface.php, line 47

Class

ConfigActionsSourceInterface
Defines an interface for config actions plugins

Namespace

Drupal\config_actions

Code

public function load();