You are here

public function MobileDeviceDetectionExtenderPlugin::preExecute 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::preExecute()
  2. 8.2 src/Plugin/views/display_extender/MobileDeviceDetectionExtenderPlugin.php \Drupal\mobile_device_detection\Plugin\views\display_extender\MobileDeviceDetectionExtenderPlugin::preExecute()

Set up any variables on the view prior to execution.

Overrides DisplayExtenderPluginBase::preExecute

File

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

Class

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

Namespace

Drupal\mobile_device_detection\Plugin\views\display_extender

Code

public function preExecute() {
}