You are here

service redhen_connection.connections in RedHen CRM 8

Class

Drupal\redhen_connection\ConnectionService
4 string references to redhen_connection.connections
ConnectionHtmlRouteProvider::getAddEntityRoutes in modules/redhen_connection/src/ConnectionHtmlRouteProvider.php
Gets all entity type add connection routes.
ConnectionPermissionBase::__construct in modules/redhen_connection/src/Plugin/ConnectionPermissionBase.php
Constructs a \Drupal\Component\Plugin\PluginBase object.
RedhenConnectionLocalTask::create in modules/redhen_connection/src/Plugin/Derivative/RedhenConnectionLocalTask.php
Creates a new class instance.
RedhenConnections::list in modules/redhen_connection/src/Controller/RedhenConnections.php
Displays add links for available bundles/types for redhen_connection.

File

modules/redhen_connection/redhen_connection.services.yml
modules/redhen_connection/redhen_connection.services.yml

View source
  1. class: Drupal\redhen_connection\ConnectionService
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@database'