You are here

public function MobileDeviceDetectionExtenderPlugin::defaultableSections in Mobile Device Detection 8.2

Same name and namespace in other branches
  1. 8.3 src/Plugin/views/display_extender/MobileDeviceDetectionExtenderPlugin.php \Drupal\mobile_device_detection\Plugin\views\display_extender\MobileDeviceDetectionExtenderPlugin::defaultableSections()
  2. 8 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; does nothing.

Namespace

Drupal\mobile_device_detection\Plugin\views\display_extender

Code

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