You are here

public function MobileDeviceDetectionExtenderPlugin::defaultableSections in Mobile Device Detection 8.3

Same name and namespace in other branches
  1. 8 src/Plugin/views/display_extender/MobileDeviceDetectionExtenderPlugin.php \Drupal\mobile_device_detection\Plugin\views\display_extender\MobileDeviceDetectionExtenderPlugin::defaultableSections()
  2. 8.2 src/Plugin/views/display_extender/MobileDeviceDetectionExtenderPlugin.php \Drupal\mobile_device_detection\Plugin\views\display_extender\MobileDeviceDetectionExtenderPlugin::defaultableSections()

Static member function to list which sections are defaultable.

Overrides DisplayExtenderPluginBase::defaultableSections

File

src/Plugin/views/display_extender/MobileDeviceDetectionExtenderPlugin.php, line 99

Class

MobileDeviceDetectionExtenderPlugin
Default display extender plugin. It is extends Views display.

Namespace

Drupal\mobile_device_detection\Plugin\views\display_extender

Code

public function defaultableSections(&$sections, $section = NULL) {
}