You are here

public function ConfigActionsServiceInterface::loadSource in Config Actions 8

Load data from a given source plugin.

Parameters

mixed $source specifier:

string $type: source plugin id

string $base: optional base path

1 method overrides ConfigActionsServiceInterface::loadSource()
ConfigActionsService::loadSource in src/ConfigActionsService.php
Load data from a given source plugin.

File

src/ConfigActionsServiceInterface.php, line 69

Class

ConfigActionsServiceInterface
Defines an interface for config actions service

Namespace

Drupal\config_actions

Code

public function loadSource($source, $type = '', $base = '');