You are here

protected static property ResourceTestBase::$anonymousUsersCanViewLabels in JSON:API 8.2

Whether anonymous users can view labels of this resource type.

Type: bool

File

tests/src/Functional/ResourceTestBase.php, line 162

Class

ResourceTestBase
Subclass this for every JSON:API resource type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected static $anonymousUsersCanViewLabels = FALSE;