public function ChannelManipulatorInterface::getQuery in Entity Share 8.3
Same name and namespace in other branches
- 8.2 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\ServiceCode
public function getQuery(ChannelInterface $channel);