function BlockVariantInterface::getRegionName

Same name in other branches
  1. 8.x-3.x src/Plugin/BlockVariantInterface.php \Drupal\ctools\Plugin\BlockVariantInterface::getRegionName()

Returns the human-readable name of a specific region.

Parameters

string $region: The machine name of a region.

Return value

string The human-readable name of a region.

File

src/Plugin/BlockVariantInterface.php, line 29

Class

BlockVariantInterface
Provides an interface for variant plugins that use block plugins.

Namespace

Drupal\ctools\Plugin

Code

public function getRegionName($region);