You are here

protected property PluginManagerTest::$plugins in Purge 8.3

Same name in this branch
  1. 8.3 tests/src/Kernel/Purger/PluginManagerTest.php \Drupal\Tests\purge\Kernel\Purger\PluginManagerTest::plugins
  2. 8.3 tests/src/Kernel/Processor/PluginManagerTest.php \Drupal\Tests\purge\Kernel\Processor\PluginManagerTest::plugins
  3. 8.3 tests/src/Kernel/Queue/PluginManagerTest.php \Drupal\Tests\purge\Kernel\Queue\PluginManagerTest::plugins
  4. 8.3 tests/src/Kernel/Invalidation/PluginManagerTest.php \Drupal\Tests\purge\Kernel\Invalidation\PluginManagerTest::plugins
  5. 8.3 tests/src/Kernel/TagsHeader/PluginManagerTest.php \Drupal\Tests\purge\Kernel\TagsHeader\PluginManagerTest::plugins
  6. 8.3 tests/src/Kernel/Queuer/PluginManagerTest.php \Drupal\Tests\purge\Kernel\Queuer\PluginManagerTest::plugins
  7. 8.3 tests/src/Kernel/DiagnosticCheck/PluginManagerTest.php \Drupal\Tests\purge\Kernel\DiagnosticCheck\PluginManagerTest::plugins

All bundled plugins in purge core, including in the test module.

Type: string[]

File

tests/src/Kernel/DiagnosticCheck/PluginManagerTest.php, line 49

Class

PluginManagerTest
Tests \Drupal\purge\Plugin\Purge\DiagnosticCheck\PluginManager.

Namespace

Drupal\Tests\purge\Kernel\DiagnosticCheck

Code

protected $plugins = [
  'capacity',
  'maxage',
  'memoryqueuewarning',
  'page_cache',
  'processorsavailable',
  'purgersavailable',
  'queuersavailable',
  'alwayswarning',
  'alwayserror',
  'alwaysinfo',
  'alwaysok',
  'purgerwarning',
  'queuewarning',
  'queue_size',
];