Issue #3318985 by andypost, longwave: Bump REQUEST_TIME deprecation to Drupal 11
(cherry picked from commit 29f7f401a0
)
merge-requests/2505/merge
parent
c381d7c6cc
commit
79d3892aed
|
@ -113,7 +113,7 @@ const DRUPAL_EXTENSION_NAME_MAX_LENGTH = 50;
|
|||
* @see http://php.net/manual/reserved.variables.server.php
|
||||
* @see http://php.net/manual/function.time.php
|
||||
*
|
||||
* @deprecated in drupal:8.3.0 and is removed from drupal:10.0.0.
|
||||
* @deprecated in drupal:8.3.0 and is removed from drupal:11.0.0.
|
||||
* Use \Drupal::time()->getRequestTime();
|
||||
*
|
||||
* @see https://www.drupal.org/node/2785211
|
||||
|
|
Loading…
Reference in New Issue