Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ExcludeList.php
function ExcludeList::addClass
File
vendor/
sebastian/
global-state/
src/
ExcludeList.php
, line 30
Class
ExcludeList
Namespace
SebastianBergmann\GlobalState
Code
public
function
addClass
(string
$className
) : void {
$this
->
classes
[] =
$className
; }
RSS feed