public static function AlterDecoratorTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/AlterDecoratorTest.php, line 35
Definition of Drupal\system\Tests\Plugin\AlterDecoratorTest.

Class

AlterDecoratorTest
Tests that the AlterDecorator fires and respects the alter hook.

Namespace

Drupal\system\Tests\Plugin

Code

public static function getInfo() {
  return array(
    'name' => 'AlterDecorator',
    'description' => 'Tests that the AlterDecorator fires and respects the alter hook.',
    'group' => 'Plugin API',
  );
}