You are here

public function ChannelInterface::getQuery in Entity Share 8

Generate URL query.

Return value

array The query options to use to request JSON API.

1 method overrides ChannelInterface::getQuery()
Channel::getQuery in modules/entity_share_server/src/Entity/Channel.php
Generate URL query.

File

modules/entity_share_server/src/Entity/ChannelInterface.php, line 29

Class

ChannelInterface
Provides an interface for defining Channel entities.

Namespace

Drupal\entity_share_server\Entity

Code

public function getQuery();