comparison core/lib/Drupal/Core/Session/AccountProxyInterface.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
2 2
3 namespace Drupal\Core\Session; 3 namespace Drupal\Core\Session;
4 4
5 /** 5 /**
6 * Defines an interface for a service which has the current account stored. 6 * Defines an interface for a service which has the current account stored.
7 *
8 * It is generally more useful to use \Drupal\Core\Session\AccountInterface
9 * unless one specifically needs the proxying features of this interface.
10 *
11 * @see \Drupal\Core\Session\AccountInterface
7 * 12 *
8 * @ingroup user_api 13 * @ingroup user_api
9 */ 14 */
10 interface AccountProxyInterface extends AccountInterface { 15 interface AccountProxyInterface extends AccountInterface {
11 16