Update to Drupal 8.0.1. For more information, see https://www.drupal.org/node/2627402
This commit is contained in:
parent
013aaaf2ff
commit
1a0e9d9fac
153 changed files with 1268 additions and 670 deletions
core/lib/Drupal/Core
|
@ -127,8 +127,8 @@ interface DrupalKernelInterface extends HttpKernelInterface, ContainerAwareInter
|
|||
*
|
||||
* @return $this
|
||||
*
|
||||
* @deprecated 8.x
|
||||
* Only used by legacy front-controller scripts.
|
||||
* @deprecated in Drupal 8.0.x and will be removed before 9.0.0. Only used by
|
||||
* legacy front-controller scripts.
|
||||
*/
|
||||
public function prepareLegacyRequest(Request $request);
|
||||
|
||||
|
|
Reference in a new issue