You are here

CoreProvider.php in Icon API 8

File

src/Plugin/Icon/CoreProvider.php
View 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

Namesort descending Description
CoreProvider Drupal Core.