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
Namespace
Drupal\iconCode
protected function providerExists($provider) {
return $provider;
}