CoreProvider.php in Icon API 8
Namespace
Drupal\icon\Plugin\IconFile
src/Plugin/Icon/CoreProvider.phpView source
<?php
namespace Drupal\icon\Plugin\Icon;
/**
* Drupal Core.
*
* @IconProvider(
* id = "drupal",
* label = @Translation("Drupal"),
* url = "http://drupal.org/project/drupal",
* settings = {},
* )
*/
class CoreProvider extends IconProviderBase {
}
Classes
Name | Description |
---|---|
CoreProvider | Drupal Core. |