public function DerivativeInspectionInterface::getDerivativeId in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php \Drupal\Component\Plugin\DerivativeInspectionInterface::getDerivativeId()
- 9 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.
File
- core/
lib/ Drupal/ Component/ Plugin/ DerivativeInspectionInterface.php, line 24
Class
- DerivativeInspectionInterface
- Provides a plugin interface for providing derivative metadata inspection.
Namespace
Drupal\Component\PluginCode
public function getDerivativeId();