You are here

interface BlogapiProviderInterface in Blog API 8

Interface BlogapiProviderInterface.

@package Drupal\blogapi

Interface used for creating BlogAPI providers.

Hierarchy

Expanded class hierarchy of BlogapiProviderInterface

All classes that implement BlogapiProviderInterface

File

src/BlogapiProviderInterface.php, line 14

Namespace

Drupal\blogapi
View source
interface BlogapiProviderInterface extends PluginInspectionInterface {

  /**
   * Returns all implemented methods.
   *
   * @return array
   *   An array of implemented methods.
   */
  public static function getMethods();

}

Members

Namesort descending Modifiers Type Description Overrides
BlogapiProviderInterface::getMethods public static function Returns all implemented methods. 1
PluginInspectionInterface::getPluginDefinition public function Gets the definition of the plugin implementation. 4
PluginInspectionInterface::getPluginId public function Gets the plugin_id of the plugin instance. 2