public static function PhpConditionTest::getInfo

File

drupal/core/modules/php/lib/Drupal/php/Tests/Condition/PhpConditionTest.php, line 31
Contains \Drupal\php\Tests\Condition\PhpConditionTest.

Class

PhpConditionTest
Tests the php condition.

Namespace

Drupal\php\Tests\Condition

Code

public static function getInfo() {
  return array(
    'name' => 'PHP Condition Plugin',
    'description' => 'Tests that the PHP Condition, provided by the php module, is working properly.',
    'group' => 'Condition API',
  );
}