You are here

public function BlockVariantInterface::getRegionName in Chaos Tool Suite (ctools) 8.3

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);