You are here

public function PageVariantInterface::getVariantPluginId in Page Manager 8.4

Same name and namespace in other branches
  1. 8 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 25

Class

PageVariantInterface
Provides an interface defining a PageVariant entity.

Namespace

Drupal\page_manager

Code

public function getVariantPluginId();