You are here

public function AutomaticCropProviders::getProviders in Crop API 8.2

Gets automatic crop providers.

Return value

array List of providers.

File

src/Events/AutomaticCropProviders.php, line 45

Class

AutomaticCropProviders
Collects "Automatic crop" providers.

Namespace

Drupal\crop\Events

Code

public function getProviders() {
  return $this->providers;
}