protected property PluginManagerTest::$plugins in Purge 8.3
Same name in this branch
- 8.3 tests/src/Kernel/Purger/PluginManagerTest.php \Drupal\Tests\purge\Kernel\Purger\PluginManagerTest::plugins
- 8.3 tests/src/Kernel/Processor/PluginManagerTest.php \Drupal\Tests\purge\Kernel\Processor\PluginManagerTest::plugins
- 8.3 tests/src/Kernel/Queue/PluginManagerTest.php \Drupal\Tests\purge\Kernel\Queue\PluginManagerTest::plugins
- 8.3 tests/src/Kernel/Invalidation/PluginManagerTest.php \Drupal\Tests\purge\Kernel\Invalidation\PluginManagerTest::plugins
- 8.3 tests/src/Kernel/TagsHeader/PluginManagerTest.php \Drupal\Tests\purge\Kernel\TagsHeader\PluginManagerTest::plugins
- 8.3 tests/src/Kernel/Queuer/PluginManagerTest.php \Drupal\Tests\purge\Kernel\Queuer\PluginManagerTest::plugins
- 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
Namespace
Drupal\Tests\purge\Kernel\DiagnosticCheckCode
protected $plugins = [
'capacity',
'maxage',
'memoryqueuewarning',
'page_cache',
'processorsavailable',
'purgersavailable',
'queuersavailable',
'alwayswarning',
'alwayserror',
'alwaysinfo',
'alwaysok',
'purgerwarning',
'queuewarning',
'queue_size',
];