You are here

function ClientsConnectionTestingInterface::testLabels in Web Service Clients 7.3

The labels for the test.

(This is because it would seem you can't define class variables using expressions.)

Return value

An array of translated strings keyed as follows:

  • 'label': The label for the test fieldset.
  • 'description': The description for the test fieldset.
  • 'button': The text for the test button.
7 methods override ClientsConnectionTestingInterface::testLabels()
ClientsConnectionDrupalRESTTestEntityCreate::testLabels in connections/clients_drupal_rest/clients_drupal_rest.testing.inc
The labels for the test.
ClientsConnectionDrupalRESTTestGeneric::testLabels in connections/clients_drupal_rest/clients_drupal_rest.testing.inc
The labels for the test.
ClientsConnectionDrupalRESTTestLogin::testLabels in connections/clients_drupal_rest/clients_drupal_rest.testing.inc
The labels for the test.
ClientsConnectionDrupalRESTTestNodeRetrieve::testLabels in connections/clients_drupal_rest/clients_drupal_rest.testing.inc
The labels for the test.
ClientsConnectionDrupalTestConnect::testLabels in connections/clients_drupal/clients_drupal.testing.inc
The labels for the test.

... See full list

File

includes/clients.connection.admin.inc, line 45
clients.connection.admin.inc Page callbacks relating to client connection admin.

Class

ClientsConnectionTestingInterface
Interface for testing handlers.

Code

function testLabels();