You are here

protected function IconBasePluginManager::providerExists in Icon API 8

Determines if the provider of a definition exists.

Return value

bool TRUE if provider exists, FALSE otherwise.

Overrides DefaultPluginManager::providerExists

File

src/IconBasePluginManager.php, line 113

Class

IconBasePluginManager

Namespace

Drupal\icon

Code

protected function providerExists($provider) {
  return $provider;
}