public function FieldsPluginOptions::getDefaultRegion in Layout Plugin Views 8
Same name and namespace in other branches
- 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
Namespace
Drupal\layout_plugin_viewsCode
public function getDefaultRegion() {
return $this->plugin->options['default_region'];
}