Closed (fixed)
Project:
Matomo Analytics
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Jan 2019 at 18:02 UTC
Updated:
14 Feb 2019 at 11:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
thallesFollow the patch!
Comment #3
thallesComment #4
hass commenteddrupal_get_messages is missing
Comment #5
thallesFollow the patch!
Comment #6
thallesComment #7
hass commentedWhat is the difference between addMessage and addStatus? In GA you used addStatus and here addMessage in .install. What is right now for the same code?
Comment #10
hass commentedComment #11
hass commentedDo you know how we can add a dependency for CORE 8.5 and higher?
Comment #12
thallesWhat is the difference between addMessage and addStatus? In GA you used addStatus and here addMessage in .install. What is right now for the same code?
The addMessage works as a drupal_set_message,
\Drupal::messenger()->addMessage('New message', 'status');and addStatus is only used to add status type messages.Comment #13
thallesI think it would look like this:
But then the installation would have to be done using the composer