Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
32 * return false when it is not able to determine the controller. | 32 * return false when it is not able to determine the controller. |
33 * | 33 * |
34 * The resolver must only throw an exception when it should be able to load | 34 * The resolver must only throw an exception when it should be able to load |
35 * controller but cannot because of some errors made by the developer. | 35 * controller but cannot because of some errors made by the developer. |
36 * | 36 * |
37 * @param Request $request A Request instance | |
38 * | |
39 * @return callable|false A PHP callable representing the Controller, | 37 * @return callable|false A PHP callable representing the Controller, |
40 * or false if this resolver is not able to determine the controller | 38 * or false if this resolver is not able to determine the controller |
41 * | 39 * |
42 * @throws \LogicException If the controller can't be found | 40 * @throws \LogicException If the controller can't be found |
43 */ | 41 */ |