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

Breadcrumb

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

function DerivablePluginDefinitionInterface::getDeriver

Gets the name of the deriver of this plugin definition, if it exists.

Return value

class-string|null Either the deriver class name, or NULL if the plugin is not derived.

2 methods override DerivablePluginDefinitionInterface::getDeriver()
CKEditor5PluginDefinition::getDeriver in core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php
LayoutDefinition::getDeriver in core/lib/Drupal/Core/Layout/LayoutDefinition.php
Gets the name of the deriver of this plugin definition, if it exists.

File

core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php, line 18

Class

DerivablePluginDefinitionInterface
Provides an interface for a derivable plugin definition.

Namespace

Drupal\Component\Plugin\Definition

Code

public function getDeriver();

API Navigation

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