function Watchdog::defaultDisplayOptions

Same name in other branches
  1. 9 core/modules/dblog/src/Plugin/views/wizard/Watchdog.php \Drupal\dblog\Plugin\views\wizard\Watchdog::defaultDisplayOptions()
  2. 8.9.x core/modules/dblog/src/Plugin/views/wizard/Watchdog.php \Drupal\dblog\Plugin\views\wizard\Watchdog::defaultDisplayOptions()
  3. 11.x core/modules/dblog/src/Plugin/views/wizard/Watchdog.php \Drupal\dblog\Plugin\views\wizard\Watchdog::defaultDisplayOptions()

Overrides WizardPluginBase::defaultDisplayOptions

File

core/modules/dblog/src/Plugin/views/wizard/Watchdog.php, line 29

Class

Watchdog
Defines a wizard for the watchdog table.

Namespace

Drupal\dblog\Plugin\views\wizard

Code

protected function defaultDisplayOptions() {
    $display_options = parent::defaultDisplayOptions();
    // Add permission-based access control.
    $display_options['access']['type'] = 'perm';
    $display_options['access']['options']['perm'] = 'access site reports';
    return $display_options;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.