You are here

protected property EntryPoint::$channelManipulator in Entity Share 8.2

Same name and namespace in other branches
  1. 8.3 modules/entity_share_server/src/Controller/EntryPoint.php \Drupal\entity_share_server\Controller\EntryPoint::channelManipulator

The channel manipulator.

Type: \Drupal\entity_share_server\Service\ChannelManipulatorInterface

File

modules/entity_share_server/src/Controller/EntryPoint.php, line 24

Class

EntryPoint
Controller to generate list of channels URLs.

Namespace

Drupal\entity_share_server\Controller

Code

protected $channelManipulator;