Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes

This commit is contained in:
Pantheon Automation 2016-04-20 09:56:34 -07:00 committed by Greg Anderson
parent b11a755ba8
commit c0a0d5a94c
6920 changed files with 64395 additions and 57312 deletions

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\PageCache\ChainRequestPolicy.
*/
namespace Drupal\Core\PageCache;
use Symfony\Component\HttpFoundation\Request;

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\PageCache\ChainRequestPolicyInterface.
*/
namespace Drupal\Core\PageCache;
/**

View file

@ -1,8 +1,4 @@
<?php
/**
* @file
* Contains \Drupal\Core\PageCache\ChainResponsePolicy.
*/
namespace Drupal\Core\PageCache;

View file

@ -1,8 +1,4 @@
<?php
/**
* @file
* Contains \Drupal\Core\PageCache\ChainResponsePolicyInterface.
*/
namespace Drupal\Core\PageCache;

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\PageCache\DefaultRequestPolicy.
*/
namespace Drupal\Core\PageCache;
use Drupal\Core\Session\SessionConfigurationInterface;

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\PageCache\RequestPolicy\CommandLineOrUnsafeMethod.
*/
namespace Drupal\Core\PageCache\RequestPolicy;
use Drupal\Core\PageCache\RequestPolicyInterface;

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\PageCache\RequestPolicy\NoSessionOpen.
*/
namespace Drupal\Core\PageCache\RequestPolicy;
use Drupal\Core\PageCache\RequestPolicyInterface;

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\PageCache\RequestPolicyInterface.
*/
namespace Drupal\Core\PageCache;
use Symfony\Component\HttpFoundation\Request;

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\PageCache\ResponsePolicy\DenyNoCacheRoutes.
*/
namespace Drupal\Core\PageCache\ResponsePolicy;
use Drupal\Core\PageCache\ResponsePolicyInterface;

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\PageCache\ResponsePolicy\KillSwitch.
*/
namespace Drupal\Core\PageCache\ResponsePolicy;
use Drupal\Core\PageCache\ResponsePolicyInterface;

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\PageCache\ResponsePolicy\NoServerError.
*/
namespace Drupal\Core\PageCache\ResponsePolicy;
use Drupal\Core\PageCache\ResponsePolicyInterface;

View file

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Core\PageCache\ResponsePolicyInterface.
*/
namespace Drupal\Core\PageCache;
use Symfony\Component\HttpFoundation\Request;