You are here

protected property PluginInstanceTest::$deprecatedPlugins in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/tests/src/Kernel/PluginInstanceTest.php \Drupal\Tests\views\Kernel\PluginInstanceTest::deprecatedPlugins

List of deprecated plugin classes.

Type: string[]

File

core/modules/views/tests/src/Kernel/PluginInstanceTest.php, line 47

Class

PluginInstanceTest
Tests that an instance of all views plugins can be created.

Namespace

Drupal\Tests\views\Kernel

Code

protected $deprecatedPlugins = [
  'Drupal\\system\\Plugin\\views\\field\\BulkForm',
];