public static function XmlRpcValidatorTest::getInfo

File

drupal/core/modules/xmlrpc/lib/Drupal/xmlrpc/Tests/XmlRpcValidatorTest.php, line 24
Definition of Drupal\xmlrpc\Tests\XmlRpcValidatorTest.

Class

XmlRpcValidatorTest
XML-RPC validator1 specification.

Namespace

Drupal\xmlrpc\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'XML-RPC validator',
    'description' => 'See <a href="http://www.xmlrpc.com/validator1Docs">the xmlrpc validator1 specification</a>.',
    'group' => 'XML-RPC',
  );
}