You are here

public function ChannelManipulatorInterface::getSearchConfiguration in Entity Share 8.3

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

Get field mapping.

Parameters

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

Return value

array The field mapping used for text search.

1 method overrides ChannelManipulatorInterface::getSearchConfiguration()
ChannelManipulator::getSearchConfiguration 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 getSearchConfiguration(ChannelInterface $channel);