public function PageVariant::getVariantPluginId in Page Manager 8.4
Same name and namespace in other branches
- 8 src/Entity/PageVariant.php \Drupal\page_manager\Entity\PageVariant::getVariantPluginId()
Gets the plugin ID of the variant plugin.
Return value
string
Overrides PageVariantInterface::getVariantPluginId
File
- src/
Entity/ PageVariant.php, line 236
Class
- PageVariant
- Defines the page variant entity.
Namespace
Drupal\page_manager\EntityCode
public function getVariantPluginId() {
return $this->variant;
}