Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ExcludeList.php

function ExcludeList::isGlobalVariableExcluded

File

vendor/sebastian/global-state/src/ExcludeList.php, line 59

Class

ExcludeList

Namespace

SebastianBergmann\GlobalState

Code

public function isGlobalVariableExcluded(string $variableName) : bool {
    return isset($this->globalVariables[$variableName]);
}
RSS feed
Powered by Drupal