You are here

service entityconnect.cache in Entity connect 8.2

Class

Drupal\entityconnect\EntityconnectCache
2 string references to entityconnect.cache
EntityconnectController::create in src/Controller/EntityconnectController.php
Uses Symfony's ContainerInterface to declare dependency for constructor.
EntityconnectSubmit::addEditButtonSubmit in src/Element/EntityconnectSubmit.php
Button #submit callback: Call when an entity is to be added or edited.

File

./entityconnect.services.yml
entityconnect.services.yml

View source
  1. class: Drupal\entityconnect\EntityconnectCache
  2. arguments:
  3. - '@tempstore.private'
  4. - '@session_manager'
  5. - '@current_user'