Unverified Commit 2de1352f authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3114545 by Deepthi kumari, joachim: docs for role constants mention...

Issue #3114545 by Deepthi kumari, joachim: docs for role constants mention table instead of entity ID
parent c60d74bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;