You are here

protected static property LayoutBuilderEntityViewDisplayJsonBasicAuthTest::$format in Layout Builder Symmetric Translations 8

The format to use in this test.

A format is the combination of a certain normalizer and a certain serializer.

(The default is 'json' because that doesn't depend on any module.)

Type: string

Overrides ResourceTestBase::$format

See also

https://www.drupal.org/developing/api/8/serialization

File

tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayJsonBasicAuthTest.php, line 28

Class

LayoutBuilderEntityViewDisplayJsonBasicAuthTest
@group layout_builder @group rest

Namespace

Drupal\Tests\layout_builder_st\Functional\Rest

Code

protected static $format = 'json';