You are here

interface DataApiInterface in Acquia Lift Connector 8

Hierarchy

Expanded class hierarchy of DataApiInterface

All classes that implement DataApiInterface

File

src/Service/Api/DataApiInterface.php, line 10
Contains \Drupal\acquia_lift\Service\Api\DataApiInterface.

Namespace

Drupal\acquia_lift\Service\Api
View source
interface DataApiInterface {

  /**
   * Gets a list of available segments for the current configuration.
   *
   * @return array
   *   An array of segment names.
   */
  public function getSegments();

}

Members

Namesort descending Modifiers Type Description Overrides
DataApiInterface::getSegments public function Gets a list of available segments for the current configuration. 1