Loading core/modules/user/src/RoleInterface.php +2 −2 Original line number Diff line number Diff line Loading @@ -13,12 +13,12 @@ interface RoleInterface extends ConfigEntityInterface { /** * Role ID for anonymous users; should match what's in the "role" table. * Role ID for anonymous users; should match the 'role' entity ID. */ const ANONYMOUS_ID = AccountInterface::ANONYMOUS_ROLE; /** * Role ID for authenticated users; should match what's in the "role" table. * Role ID for authenticated users; should match the 'role' entity ID. */ const AUTHENTICATED_ID = AccountInterface::AUTHENTICATED_ROLE; Loading Loading
core/modules/user/src/RoleInterface.php +2 −2 Original line number Diff line number Diff line Loading @@ -13,12 +13,12 @@ interface RoleInterface extends ConfigEntityInterface { /** * Role ID for anonymous users; should match what's in the "role" table. * Role ID for anonymous users; should match the 'role' entity ID. */ const ANONYMOUS_ID = AccountInterface::ANONYMOUS_ROLE; /** * Role ID for authenticated users; should match what's in the "role" table. * Role ID for authenticated users; should match the 'role' entity ID. */ const AUTHENTICATED_ID = AccountInterface::AUTHENTICATED_ROLE; Loading