You are here

protected static property EntityFormModeXmlBasicAuthTest::$mimeType in Drupal 9

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

Class

EntityFormModeXmlBasicAuthTest
@group rest

Namespace

Drupal\FunctionalTests\Rest

Code

protected static $mimeType = 'text/xml; charset=UTF-8';