You are here

public function EdgeInterface::getCursor in Open Social 10.2.x

Same name and namespace in other branches
  1. 10.3.x modules/custom/social_graphql/src/Wrappers/EdgeInterface.php \Drupal\social_graphql\Wrappers\EdgeInterface::getCursor()
  2. 10.0.x modules/custom/social_graphql/src/Wrappers/EdgeInterface.php \Drupal\social_graphql\Wrappers\EdgeInterface::getCursor()
  3. 10.1.x modules/custom/social_graphql/src/Wrappers/EdgeInterface.php \Drupal\social_graphql\Wrappers\EdgeInterface::getCursor()

Return the cursor for this edge.

File

modules/custom/social_graphql/src/Wrappers/EdgeInterface.php, line 13

Class

EdgeInterface
Provides a common interface for edges that DataProducers can work with.

Namespace

Drupal\social_graphql\Wrappers

Code

public function getCursor() : string;