You are here

protected property LimitedPluginDiscoveryDecorator::$discoveryLimit in Plugin 8.2

The discovery limit.

An array of plugin IDs or NULL if the limit is not set.

Type: string[]|null

File

src/PluginDiscovery/LimitedPluginDiscoveryDecorator.php, line 16

Class

LimitedPluginDiscoveryDecorator
Provides a filtered plugin manager.

Namespace

Drupal\plugin\PluginDiscovery

Code

protected $discoveryLimit;