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

Breadcrumb

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

function ExcludeList::addImplementorsOf

File

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

Class

ExcludeList

Namespace

SebastianBergmann\GlobalState

Code

public function addImplementorsOf(string $interfaceName) : void {
    $this->interfaces[] = $interfaceName;
}
RSS feed
Powered by Drupal