You are here

protected static property EntityFormDisplayJsonCookieTest::$mimeType in Drupal 8

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

Class

EntityFormDisplayJsonCookieTest
@group rest

Namespace

Drupal\FunctionalTests\Rest

Code

protected static $mimeType = 'application/json';