function ShortcutTest::getExpectedUnauthorizedAccessMessage

Same name in this branch
  1. main core/modules/jsonapi/tests/src/Functional/ShortcutTest.php \Drupal\Tests\jsonapi\Functional\ShortcutTest::getExpectedUnauthorizedAccessMessage()
Same name and namespace in other branches
  1. 10 core/modules/jsonapi/tests/src/Functional/ShortcutTest.php \Drupal\Tests\jsonapi\Functional\ShortcutTest::getExpectedUnauthorizedAccessMessage()
  2. 11.x core/modules/jsonapi/tests/src/Functional/ShortcutTest.php \Drupal\Tests\jsonapi\Functional\ShortcutTest::getExpectedUnauthorizedAccessMessage()
  3. 9 core/modules/jsonapi/tests/src/Functional/ShortcutTest.php \Drupal\Tests\jsonapi\Functional\ShortcutTest::getExpectedUnauthorizedAccessMessage()
  4. 8.9.x core/modules/jsonapi/tests/src/Functional/ShortcutTest.php \Drupal\Tests\jsonapi\Functional\ShortcutTest::getExpectedUnauthorizedAccessMessage()
  5. 11.x core/modules/shortcut/tests/src/Functional/Jsonapi/ShortcutTest.php \Drupal\Tests\shortcut\Functional\Jsonapi\ShortcutTest::getExpectedUnauthorizedAccessMessage()

File

core/modules/shortcut/tests/src/Functional/Jsonapi/ShortcutTest.php, line 158

Class

ShortcutTest
JSON:API integration test for the "Shortcut" content entity type.

Namespace

Drupal\Tests\shortcut\Functional\Jsonapi

Code

protected function getExpectedUnauthorizedAccessMessage($method) : string {
  return "The shortcut set must be the currently displayed set for the user and the user must have 'access shortcuts' AND 'customize shortcut links' permissions.";
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.