Home
last modified time | relevance | path

Searched refs:showAdminLinks (Results 1 – 2 of 2) sorted by relevance

/dports/www/drupal8/drupal-8.9.20/core/modules/views/src/
H A DViewExecutable.php419 protected $showAdminLinks; variable in Drupal\\views\\ViewExecutable
2385 $this->showAdminLinks = (bool) $show_admin_links;
2395 if (!isset($this->showAdminLinks)) {
2398 return $this->showAdminLinks;
/dports/www/drupal9/drupal-9.2.10/core/modules/views/src/
H A DViewExecutable.php419 protected $showAdminLinks; variable in Drupal\\views\\ViewExecutable
2385 $this->showAdminLinks = (bool) $show_admin_links;
2395 if (!isset($this->showAdminLinks)) {
2398 return $this->showAdminLinks;