public static function ContextPluginTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/ContextPluginTest.php, line 22
Contains \Drupal\system\Tests\Plugin\ContextPluginTest.

Class

ContextPluginTest
Tests that context aware plugins function correctly.

Namespace

Drupal\system\Tests\Plugin

Code

public static function getInfo() {
  return array(
    'name' => 'Contextual Plugins',
    'description' => 'Tests that contexts are properly set and working within plugins.',
    'group' => 'Plugin API',
  );
}