class OpenApiUi in OpenAPI UI 8
Same name in this branch
- 8 src/Annotation/OpenApiUi.php \Drupal\openapi_ui\Annotation\OpenApiUi
- 8 src/Element/OpenApiUi.php \Drupal\openapi_ui\Element\OpenApiUi
- 8 src/Plugin/openapi_ui/OpenApiUi.php \Drupal\openapi_ui\Plugin\openapi_ui\OpenApiUi
Defines the structure for an openapi_ui plugin.
Hierarchy
- class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterface
- class \Drupal\openapi_ui\Plugin\openapi_ui\OpenApiUi implements OpenApiUiInterface
Expanded class hierarchy of OpenApiUi
File
- src/
Plugin/ openapi_ui/ OpenApiUi.php, line 10
Namespace
Drupal\openapi_ui\Plugin\openapi_uiView source
class OpenApiUi extends PluginBase implements OpenApiUiInterface {
/**
* {@inheritdoc}
*/
public function build(array $render_element) {
return [];
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
OpenApiUi:: |
public | function |
Render the tree for an openapi doc library. Overrides OpenApiUiInterface:: |
|
PluginBase:: |
protected | property | Configuration information passed into the plugin. | 1 |
PluginBase:: |
protected | property | The plugin implementation definition. | 1 |
PluginBase:: |
protected | property | The plugin_id. | |
PluginBase:: |
constant | A string which is used to separate base plugin IDs from the derivative ID. | ||
PluginBase:: |
public | function |
Gets the base_plugin_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the derivative_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the definition of the plugin implementation. Overrides PluginInspectionInterface:: |
3 |
PluginBase:: |
public | function |
Gets the plugin_id of the plugin instance. Overrides PluginInspectionInterface:: |
|
PluginBase:: |
public | function | Determines if the plugin is configurable. | |
PluginBase:: |
public | function | Constructs a \Drupal\Component\Plugin\PluginBase object. | 92 |