function BlockVariantInterface::getRegionName
Same name in other branches
- 4.0.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\PluginCode
public function getRegionName($region);