You are here

protected static property EntityViewModeHalJsonAnonTest::$mimeType in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalTests/Hal/EntityViewModeHalJsonAnonTest.php \Drupal\FunctionalTests\Hal\EntityViewModeHalJsonAnonTest::mimeType

The MIME type that corresponds to $format.

(Sadly this cannot be computed automatically yet.)

Type: string

Overrides ResourceTestBase::$mimeType

File

core/tests/Drupal/FunctionalTests/Hal/EntityViewModeHalJsonAnonTest.php, line 33

Class

EntityViewModeHalJsonAnonTest
@group hal

Namespace

Drupal\FunctionalTests\Hal

Code

protected static $mimeType = 'application/hal+json';