EntityFormDisplayResourceTestBase.php

Same filename in this branch
  1. 8.9.x core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php
Same filename in other branches
  1. 9 core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php
  2. 10 core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php
  3. 11.x core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php

Namespace

Drupal\Tests\rest\Functional\EntityResource\EntityFormDisplay

File

core/modules/rest/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayResourceTestBase.php

View source
<?php

namespace Drupal\Tests\rest\Functional\EntityResource\EntityFormDisplay;

@trigger_error('The ' . __NAMESPACE__ . '\\EntityFormDisplayResourceTestBase is deprecated in Drupal 8.6.x and will be removed before Drupal 9.0.0. Instead, use Drupal\\FunctionalTests\\Rest\\EntityFormDisplayResourceTestBase. See https://www.drupal.org/node/2971931.', E_USER_DEPRECATED);
use Drupal\FunctionalTests\Rest\EntityFormDisplayResourceTestBase as EntityFormDisplayResourceTestBaseReal;

/**
 * @deprecated in drupal:8.6.0 and is removed from drupal:9.0.0. Use
 *   Drupal\FunctionalTests\Rest\EntityFormDisplayResourceTestBase instead.
 *
 * @see https://www.drupal.org/node/2971931
 */
abstract class EntityFormDisplayResourceTestBase extends EntityFormDisplayResourceTestBaseReal {

}

Classes

Title Deprecated Summary
EntityFormDisplayResourceTestBase

in drupal:8.6.0 and is removed from drupal:9.0.0. Use Drupal\FunctionalTests\Rest\EntityFormDisplayResourceTestBase instead.


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.