function BlockVariantInterface::getRegionNames

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

Returns the human-readable list of regions keyed by machine name.

Return value

array An array of human-readable region names keyed by machine name.

File

src/Plugin/BlockVariantInterface.php, line 18

Class

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

Namespace

Drupal\ctools\Plugin

Code

public function getRegionNames();