function DerivativeInspectionInterface::getDerivativeId
Same name in other branches
- 9 core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php \Drupal\Component\Plugin\DerivativeInspectionInterface::getDerivativeId()
- 10 core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php \Drupal\Component\Plugin\DerivativeInspectionInterface::getDerivativeId()
- 11.x 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 call to DerivativeInspectionInterface::getDerivativeId()
- MenuLinkContent::getUuid in core/
modules/ menu_link_content/ src/ Plugin/ Menu/ MenuLinkContent.php - Returns the unique ID representing the menu link.
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 24
Class
- DerivativeInspectionInterface
- Provides a plugin interface for providing derivative metadata inspection.
Namespace
Drupal\Component\PluginCode
public function getDerivativeId();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.