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:
parent
b11a755ba8
commit
c0a0d5a94c
6920 changed files with 64395 additions and 57312 deletions
|
@ -1,10 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Core\Session\AccountInterface.
|
||||
*/
|
||||
|
||||
namespace Drupal\Core\Session;
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Core\Session\AccountProxy.
|
||||
*/
|
||||
|
||||
namespace Drupal\Core\Session;
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Core\Session\AccountProxyInterface.
|
||||
*/
|
||||
|
||||
namespace Drupal\Core\Session;
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Core\Session\AccountSwitcher.
|
||||
*/
|
||||
|
||||
namespace Drupal\Core\Session;
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Core\Session\AccountSwitcherInterface.
|
||||
*/
|
||||
|
||||
namespace Drupal\Core\Session;
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Core\Session\AnonymousUserSession.
|
||||
*/
|
||||
|
||||
namespace Drupal\Core\Session;
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Core\Session\MetadataBag.
|
||||
*/
|
||||
|
||||
namespace Drupal\Core\Session;
|
||||
|
||||
use Drupal\Core\Site\Settings;
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Core\Session\PermissionsHashGenerator.
|
||||
*/
|
||||
|
||||
namespace Drupal\Core\Session;
|
||||
|
||||
use Drupal\Core\PrivateKey;
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Core\Session\PermissionsHashGeneratorInterface.
|
||||
*/
|
||||
|
||||
namespace Drupal\Core\Session;
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Core\Session\SessionConfiguration.
|
||||
*/
|
||||
|
||||
namespace Drupal\Core\Session;
|
||||
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Core\Session\SessionConfigurationInterface.
|
||||
*/
|
||||
|
||||
namespace Drupal\Core\Session;
|
||||
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Core\Session\SessionHandler.
|
||||
*/
|
||||
|
||||
namespace Drupal\Core\Session;
|
||||
|
||||
use Drupal\Component\Utility\Crypt;
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Core\Session\SessionManager.
|
||||
*/
|
||||
|
||||
namespace Drupal\Core\Session;
|
||||
|
||||
use Drupal\Component\Utility\Crypt;
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Core\Session\SessionManagerInterface.
|
||||
*/
|
||||
|
||||
namespace Drupal\Core\Session;
|
||||
|
||||
use Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface;
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Core\Session\UserSession.
|
||||
*/
|
||||
|
||||
namespace Drupal\Core\Session;
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Core\Session\WriteSafeSessionHandler.
|
||||
*/
|
||||
|
||||
namespace Drupal\Core\Session;
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Core\Session\WriteSafeSessionHandlerInterface.
|
||||
*/
|
||||
|
||||
namespace Drupal\Core\Session;
|
||||
|
||||
/**
|
||||
|
|
Reference in a new issue