Closed (works as designed)
Project:
Devel
Version:
8.x-2.x-dev
Component:
devel
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Mar 2019 at 11:46 UTC
Updated:
13 Apr 2019 at 16:23 UTC
Jump to comment: Most recent
Comments
Comment #2
willzyx commented@Jons thanks for reporting.
I suspect that the dd() function invoked is not the devel's one but the the one declared in illuminate/support.
You can use
ddm()or explicitly call\Drupal::service('devel.dumper')->debug($data, $label);to use devel's function.Thanks