You are here

public function DerivativeInspectionInterface::getDerivativeId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php \Drupal\Component\Plugin\DerivativeInspectionInterface::getDerivativeId()

Gets the derivative_id of the plugin instance.

Return value

string|null The derivative_id of the plugin instance NULL otherwise.

1 method overrides DerivativeInspectionInterface::getDerivativeId()
PluginBase::getDerivativeId in core/lib/Drupal/Component/Plugin/PluginBase.php
Gets the derivative_id of the plugin instance.

File

core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php, line 29
Contains \Drupal\Component\Plugin\DerivativeInspectionInterface.

Class

DerivativeInspectionInterface
Provides a plugin interface for providing derivative metadata inspection.

Namespace

Drupal\Component\Plugin

Code

public function getDerivativeId();