You are here

interface ServicesClientMappingInterface in Services Client 7.2

Hierarchy

Expanded class hierarchy of ServicesClientMappingInterface

All classes that implement ServicesClientMappingInterface

File

include/mapping.inc, line 3

View source
interface ServicesClientMappingInterface {

  /**
   * Retrieve condition summary for UI.
   *
   * @return string
   *   UI short summary.
   */
  public function getSummary();

}

Members

Namesort descending Modifiers Type Description Overrides
ServicesClientMappingInterface::getSummary public function Retrieve condition summary for UI. 4