interface DataApiInterface in Acquia Lift Connector 8
Hierarchy
- interface \Drupal\acquia_lift\Service\Api\DataApiInterface
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\ApiView source
interface DataApiInterface {
/**
* Gets a list of available segments for the current configuration.
*
* @return array
* An array of segment names.
*/
public function getSegments();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DataApiInterface:: |
public | function | Gets a list of available segments for the current configuration. | 1 |