You are here

service private_message.service in Private Message 8

Same name and namespace in other branches
  1. 8.2 private_message.services.yml \private_message.service

Class

%private_message.service.class%
6 string references to private_message.service
AjaxController::create in src/Controller/AjaxController.php
Instantiates a new instance of this class.
PrivateMessageAccessControlHandler::createInstance in src/Entity/Access/PrivateMessageAccessControlHandler.php
Instantiates a new instance of this entity handler.
PrivateMessageController::create in src/Controller/PrivateMessageController.php
Instantiates a new instance of this class.
PrivateMessageForm::create in src/Form/PrivateMessageForm.php
Instantiates a new instance of this class.
PrivateMessageInboxBlock::create in src/Plugin/Block/PrivateMessageInboxBlock.php
Creates an instance of the plugin.

... See full list

File

./private_message.services.yml
private_message.services.yml

View source
  1. class: '%private_message.service.class%'
  2. arguments:
  3. - '@private_message.mapper'
  4. - '@current_user'
  5. - '@config.factory'
  6. - '@user.data'
  7. - '@cache_tags.invalidator'
  8. - '@entity_type.manager'
  9. - '@datetime.time'