class EntityFormModeHalJsonCookieTest

Same name and namespace in other branches
  1. 9 core/modules/hal/tests/src/Functional/Core/EntityFormModeHalJsonCookieTest.php \Drupal\Tests\hal\Functional\Core\EntityFormModeHalJsonCookieTest

@group hal

Hierarchy

Expanded class hierarchy of EntityFormModeHalJsonCookieTest

File

core/tests/Drupal/FunctionalTests/Hal/EntityFormModeHalJsonCookieTest.php, line 11

Namespace

Drupal\FunctionalTests\Hal
View source
class EntityFormModeHalJsonCookieTest extends EntityFormModeResourceTestBase {
  use CookieResourceTestTrait;
  
  /**
   * {@inheritdoc}
   */
  public static $modules = [
    'hal',
  ];
  
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';
  
  /**
   * {@inheritdoc}
   */
  protected static $format = 'hal_json';
  
  /**
   * {@inheritdoc}
   */
  protected static $mimeType = 'application/hal+json';
  
  /**
   * {@inheritdoc}
   */
  protected static $auth = 'cookie';

}

Members

Title Sort descending Modifiers Object type Summary
EntityFormModeHalJsonCookieTest::$auth protected static property
EntityFormModeHalJsonCookieTest::$defaultTheme protected property
EntityFormModeHalJsonCookieTest::$format protected static property
EntityFormModeHalJsonCookieTest::$mimeType protected static property
EntityFormModeHalJsonCookieTest::$modules public static property

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