AttributeClassDiscovery::$skipClasses

An array of classes to skip.

This must be static because once a class has been autoloaded by PHP, it cannot be unregistered again.

Type: skipClasses

File

core/lib/Drupal/Component/Plugin/Discovery/AttributeClassDiscovery.php, line 29

Class

AttributeClassDiscovery
Defines a discovery mechanism to find plugins with attributes.

Namespace

Drupal\Component\Plugin\Discovery

Code

protected static array $skipClasses = [];

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