You are here

public function ChannelManipulatorInterface::getQuery in Entity Share 8.2

Same name and namespace in other branches
  1. 8.3 modules/entity_share_server/src/Service/ChannelManipulatorInterface.php \Drupal\entity_share_server\Service\ChannelManipulatorInterface::getQuery()

Generate URL query.

Parameters

\Drupal\entity_share_server\Entity\ChannelInterface $channel: The channel entity.

Return value

array The query options to use to request JSON:API.

1 method overrides ChannelManipulatorInterface::getQuery()
ChannelManipulator::getQuery in modules/entity_share_server/src/Service/ChannelManipulator.php
Generate URL query.

File

modules/entity_share_server/src/Service/ChannelManipulatorInterface.php, line 23

Class

ChannelManipulatorInterface
Channel manipulators interface methods.

Namespace

Drupal\entity_share_server\Service

Code

public function getQuery(ChannelInterface $channel);