You are here

public function AutomaticCropProviders::setProviders in Crop API 8.2

Sets automatic crop providers.

Parameters

array $providers: List of automatic crop providers.

File

src/Events/AutomaticCropProviders.php, line 35

Class

AutomaticCropProviders
Collects "Automatic crop" providers.

Namespace

Drupal\crop\Events

Code

public function setProviders(array $providers) {
  $this->providers = $providers;
}