Skip to content
Snippets Groups Projects
Commit 9f1fddc8 authored by Thao Huynh Khac's avatar Thao Huynh Khac
Browse files

#3522889 Add Form Dumper Action, add warning missing symfony/var-dumper

parent b73e5334
No related branches found
No related tags found
No related merge requests found
Pipeline #492012 passed with warnings
......@@ -56,6 +56,10 @@ class FormDumper extends FormFieldActionBase {
if (function_exists('dump')) {
dump($element);
}
else {
$this->messenger()
->addWarning($this->t('The symfony/var-dumper not found. Please install with command "composer require symfony/var-dumper".'));
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment