interface IconProviderInterface in Icon API 8
Interface IconProviderInterface
Hierarchy
- interface \Drupal\Core\Plugin\ContainerFactoryPluginInterface; interface \Drupal\Component\Plugin\DerivativeInspectionInterface; interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\icon\Plugin\Icon\IconProviderInterface extends \Symfony\Component\DependencyInjection\ContainerAwareInterface
Expanded class hierarchy of IconProviderInterface
All classes that implement IconProviderInterface
File
- src/
Plugin/ Icon/ IconProviderInterface.php, line 13
Namespace
Drupal\icon\Plugin\IconView source
interface IconProviderInterface extends ContainerAwareInterface, ContainerFactoryPluginInterface, DerivativeInspectionInterface, PluginInspectionInterface {
/**
* Retrieves the human readable label for the plugin.
*
* @return string
* The human readable label.
*/
public function getLabel();
/**
* Retrieves the url for more information regarding the provider
*
* @return string
* The url.
*/
public function getUrl();
/**
* Retrieves an array of settings passed to the renderer.
*
* @return array
* Array of settings.
*/
public function getSettings();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ContainerFactoryPluginInterface:: |
public static | function | Creates an instance of the plugin. | 112 |
DerivativeInspectionInterface:: |
public | function | Gets the base_plugin_id of the plugin instance. | 1 |
DerivativeInspectionInterface:: |
public | function | Gets the derivative_id of the plugin instance. | 1 |
IconProviderInterface:: |
public | function | Retrieves the human readable label for the plugin. | 1 |
IconProviderInterface:: |
public | function | Retrieves an array of settings passed to the renderer. | 1 |
IconProviderInterface:: |
public | function | Retrieves the url for more information regarding the provider | 1 |
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |