You are here

public function ChannelManipulatorInterface::getFieldMapping in Entity Share 8.2

Get field mapping.

Parameters

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

Return value

array The field mapping used for sorting.

1 method overrides ChannelManipulatorInterface::getFieldMapping()
ChannelManipulator::getFieldMapping in modules/entity_share_server/src/Service/ChannelManipulator.php
Get field mapping.

File

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

Class

ChannelManipulatorInterface
Channel manipulators interface methods.

Namespace

Drupal\entity_share_server\Service

Code

public function getFieldMapping(ChannelInterface $channel);