You are here

protected property SerializerTest::$displayHandler in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php \Drupal\Tests\rest\Unit\Plugin\views\style\SerializerTest::displayHandler
  2. 9 core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php \Drupal\Tests\rest\Unit\Plugin\views\style\SerializerTest::displayHandler

The RestExport display handler.

Type: \Drupal\rest\Plugin\views\display\RestExport|\PHPUnit\Framework\MockObject\MockObject

File

core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php, line 30

Class

SerializerTest
@coversDefaultClass \Drupal\rest\Plugin\views\style\Serializer @group rest

Namespace

Drupal\Tests\rest\Unit\Plugin\views\style

Code

protected $displayHandler;