public function PageVariantInterface::getVariantPluginId in Page Manager 8
Same name and namespace in other branches
- 8.4 src/PageVariantInterface.php \Drupal\page_manager\PageVariantInterface::getVariantPluginId()
Gets the plugin ID of the variant plugin.
Return value
string
1 method overrides PageVariantInterface::getVariantPluginId()
- PageVariant::getVariantPluginId in src/
Entity/ PageVariant.php - Gets the plugin ID of the variant plugin.
File
- src/
PageVariantInterface.php, line 30 - Contains Drupal\page_manager\PageVariantInterface.
Class
- PageVariantInterface
- Provides an interface defining a PageVariant entity.
Namespace
Drupal\page_managerCode
public function getVariantPluginId();