You are here

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

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