You are here

protected property PluginManagerTest::$annotationFields in Purge 8.3

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

All metadata from \Drupal\purge\Annotation\PurgeInvalidation.

Type: string[]

File

tests/src/Kernel/Invalidation/PluginManagerTest.php, line 25

Class

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

Namespace

Drupal\Tests\purge\Kernel\Invalidation

Code

protected $annotationFields = [
  'provider',
  'class',
  'id',
  'label',
  'description',
  'examples',
  'expression_required',
  'expression_can_be_empty',
  'expression_must_be_string',
];