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