You are here

public function ColorsSettingsForm::getPlugins in Colors 8

Return value

\Drupal\colors\Plugin\ColorsSchemePluginCollection;|\Drupal\colors\Plugin\ColorsSchemeinterface[]

File

src/Form/ColorsSettingsForm.php, line 72

Class

ColorsSettingsForm
Configure color settings.

Namespace

Drupal\colors\Form

Code

public function getPlugins() {
  return $this->pluginCollection;
}