Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
26 * | 26 * |
27 * @param array $options An array of options | 27 * @param array $options An array of options |
28 * | 28 * |
29 * @return string Executable code | 29 * @return string Executable code |
30 */ | 30 */ |
31 public function dump(array $options = array()); | 31 public function dump(array $options = []); |
32 | 32 |
33 /** | 33 /** |
34 * Gets the routes to dump. | 34 * Gets the routes to dump. |
35 * | 35 * |
36 * @return RouteCollection A RouteCollection instance | 36 * @return RouteCollection A RouteCollection instance |