interface BlogapiProviderInterface in Blog API 8
Interface BlogapiProviderInterface.
@package Drupal\blogapi
Interface used for creating BlogAPI providers.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\blogapi\BlogapiProviderInterface
Expanded class hierarchy of BlogapiProviderInterface
All classes that implement BlogapiProviderInterface
File
- src/
BlogapiProviderInterface.php, line 14
Namespace
Drupal\blogapiView source
interface BlogapiProviderInterface extends PluginInspectionInterface {
/**
* Returns all implemented methods.
*
* @return array
* An array of implemented methods.
*/
public static function getMethods();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BlogapiProviderInterface:: |
public static | function | Returns all implemented methods. | 1 |
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |