You are here

protected static property EntityViewDisplayHalJsonAnonTest::$mimeType in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/FunctionalTests/Hal/EntityViewDisplayHalJsonAnonTest.php \Drupal\FunctionalTests\Hal\EntityViewDisplayHalJsonAnonTest::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/EntityViewDisplayHalJsonAnonTest.php, line 33

Class

EntityViewDisplayHalJsonAnonTest
@group hal

Namespace

Drupal\FunctionalTests\Hal

Code

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