function ShortcutTest::getExpectedUnauthorizedAccessMessage
Same name in this branch
- main core/modules/jsonapi/tests/src/Functional/ShortcutTest.php \Drupal\Tests\jsonapi\Functional\ShortcutTest::getExpectedUnauthorizedAccessMessage()
Same name and namespace in other branches
- 10 core/modules/jsonapi/tests/src/Functional/ShortcutTest.php \Drupal\Tests\jsonapi\Functional\ShortcutTest::getExpectedUnauthorizedAccessMessage()
- 11.x core/modules/jsonapi/tests/src/Functional/ShortcutTest.php \Drupal\Tests\jsonapi\Functional\ShortcutTest::getExpectedUnauthorizedAccessMessage()
- 9 core/modules/jsonapi/tests/src/Functional/ShortcutTest.php \Drupal\Tests\jsonapi\Functional\ShortcutTest::getExpectedUnauthorizedAccessMessage()
- 8.9.x core/modules/jsonapi/tests/src/Functional/ShortcutTest.php \Drupal\Tests\jsonapi\Functional\ShortcutTest::getExpectedUnauthorizedAccessMessage()
- 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\JsonapiCode
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.