Mercurial > hg > cmmr2012-drupal-site
comparison vendor/symfony/var-dumper/README.md @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
1 VarDumper Component | 1 VarDumper Component |
2 =================== | 2 =================== |
3 | 3 |
4 The VarDumper component provides mechanisms for walking through any arbitrary | 4 The VarDumper component provides mechanisms for walking through any arbitrary |
5 PHP variable. Built on top, it provides a better `dump()` function that you | 5 PHP variable. It provides a better `dump()` function that you can use instead |
6 can use instead of `var_dump`. | 6 of `var_dump`. |
7 | 7 |
8 Resources | 8 Resources |
9 --------- | 9 --------- |
10 | 10 |
11 * [Documentation](https://symfony.com/doc/current/components/var_dumper/introduction.html) | 11 * [Documentation](https://symfony.com/doc/current/components/var_dumper/introduction.html) |