You are here

public function DataApiInterface::getSegments in Acquia Lift Connector 8

Gets a list of available segments for the current configuration.

Return value

array An array of segment names.

1 method overrides DataApiInterface::getSegments()
DataApi::getSegments in src/Service/Api/DataApi.php
Fetches the available Segment IDs from Acquia Lift

File

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

Class

DataApiInterface

Namespace

Drupal\acquia_lift\Service\Api

Code

public function getSegments();