public function MobileDeviceDetectionExtenderPlugin::preExecute in Mobile Device Detection 8
Same name and namespace in other branches
- 8.3 src/Plugin/views/display_extender/MobileDeviceDetectionExtenderPlugin.php \Drupal\mobile_device_detection\Plugin\views\display_extender\MobileDeviceDetectionExtenderPlugin::preExecute()
- 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 90
Class
- MobileDeviceDetectionExtenderPlugin
- Default display extender plugin; does nothing.
Namespace
Drupal\mobile_device_detection\Plugin\views\display_extenderCode
public function preExecute() {
}