Update to Drupal 8.2.0. For more information, see https://www.drupal.org/project/drupal/releases/8.2.0
This commit is contained in:
parent
2f563ab520
commit
f1c8716f57
1732 changed files with 52334 additions and 11780 deletions
|
@ -39,7 +39,7 @@ interface RequestPolicyInterface {
|
|||
* @param \Symfony\Component\HttpFoundation\Request $request
|
||||
* The incoming request object.
|
||||
*
|
||||
* @return string|NULL
|
||||
* @return string|null
|
||||
* One of static::ALLOW, static::DENY or NULL. Calling code may attempt to
|
||||
* deliver a cached page if static::ALLOW is returned. Returns NULL if the
|
||||
* policy is not specified for the given request.
|
||||
|
|
|
@ -27,7 +27,7 @@ interface ResponsePolicyInterface {
|
|||
* @param \Symfony\Component\HttpFoundation\Request $request
|
||||
* The request object.
|
||||
*
|
||||
* @return string|NULL
|
||||
* @return string|null
|
||||
* Either static::DENY or NULL. Calling code may attempt to store a page in
|
||||
* the cache unless static::DENY is returned. Returns NULL if the policy
|
||||
* policy is not specified for the given response.
|
||||
|
|
Reference in a new issue