Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PluginBase.php

function PluginBase::getPluginDefinition

Overrides PluginInspectionInterface::getPluginDefinition

1 call to PluginBase::getPluginDefinition()
WorkflowTypeBase::label in core/modules/workflows/src/Plugin/WorkflowTypeBase.php
Gets the label for the workflow type.

File

core/lib/Drupal/Component/Plugin/PluginBase.php, line 92

Class

PluginBase
Base class for plugins wishing to support metadata inspection.

Namespace

Drupal\Component\Plugin

Code

public function getPluginDefinition() {
    return $this->pluginDefinition;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal