You are here

public function FieldsPluginOptions::getDefaultRegion in Layout Plugin Views 8

Same name and namespace in other branches
  1. 8.2 src/FieldsPluginOptions.php \Drupal\layout_plugin_views\FieldsPluginOptions::getDefaultRegion()

Retrieves the machine name of the region set to be the default region.

Return value

string

File

src/FieldsPluginOptions.php, line 44

Class

FieldsPluginOptions

Namespace

Drupal\layout_plugin_views

Code

public function getDefaultRegion() {
  return $this->plugin->options['default_region'];
}