#3502128 - Moved the views hooks into the separate class
5 unresolved threads
5 unresolved threads
Closes #3502128
Merge request reports
Activity
Filter activity
- src/Hook/ViewsHooks.php 0 → 100644
1 <?php 2 3 declare(strict_types=1); 4 5 namespace Drupal\private_message\Hook; 6 7 use Drupal\Core\Hook\Attribute\Hook; 8 use Drupal\Core\StringTranslation\StringTranslationTrait; 9 10 /** 11 * Hook implementations used to provide the views integration. 12 */ 13 class ViewsHooks { 14 use StringTranslationTrait; 32 32 private_message.mapper: 33 33 class: Drupal\private_message\Mapper\PrivateMessageMapper 34 34 deprecated: The "%service_id%" service is deprecated in private_message:4.0.0 and is removed from private_message:5.0.0. No replacement is provided. See https://www.drupal.org/node/3490530 35 36 Drupal\private_message\Hook\ViewsHooks: 37 class: Drupal\private_message\Hook\ViewsHooks If the service ID is the class full qualified name, there's no need for the
class
keyEdited by Claudiu Cristeachanged this line in version 2 of the diff
32 32 private_message.mapper: 33 33 class: Drupal\private_message\Mapper\PrivateMessageMapper 34 34 deprecated: The "%service_id%" service is deprecated in private_message:4.0.0 and is removed from private_message:5.0.0. No replacement is provided. See https://www.drupal.org/node/3490530 35 36 Drupal\private_message\Hook\ViewsHooks: 37 class: Drupal\private_message\Hook\ViewsHooks 38 autowire: true changed this line in version 2 of the diff
32 32 private_message.mapper: 33 33 class: Drupal\private_message\Mapper\PrivateMessageMapper 34 34 deprecated: The "%service_id%" service is deprecated in private_message:4.0.0 and is removed from private_message:5.0.0. No replacement is provided. See https://www.drupal.org/node/3490530 35 36 Drupal\private_message\Hook\ViewsHooks: 37 class: Drupal\private_message\Hook\ViewsHooks 38 autowire: true changed this line in version 2 of the diff
32 32 private_message.mapper: 33 33 class: Drupal\private_message\Mapper\PrivateMessageMapper 34 34 deprecated: The "%service_id%" service is deprecated in private_message:4.0.0 and is removed from private_message:5.0.0. No replacement is provided. See https://www.drupal.org/node/3490530 35 36 Drupal\private_message\Hook\ViewsHooks: changed this line in version 2 of the diff
added 1 commit
added 4 commits
-
acfd08a1...13167255 - 2 commits from branch
project:4.x
- c27cdac8 - #3502128 - Moved the views hooks into the separate class
- 1d0f2d7d - #3502128 - Simplified the service definition, fixed coding standards issues
-
acfd08a1...13167255 - 2 commits from branch
Please register or sign in to reply