class BlockContentXmlAnonTest
Same name and namespace in other branches
- 11.x core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlAnonTest.php \Drupal\Tests\block_content\Functional\Rest\BlockContentXmlAnonTest
- 10 core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlAnonTest.php \Drupal\Tests\block_content\Functional\Rest\BlockContentXmlAnonTest
- 9 core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlAnonTest.php \Drupal\Tests\block_content\Functional\Rest\BlockContentXmlAnonTest
@group rest
Hierarchy
- class \Drupal\Tests\block_content\Functional\Rest\BlockContentXmlAnonTest uses \Drupal\Tests\rest\Functional\AnonResourceTestTrait, \Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrait extends \Drupal\Tests\block_content\Functional\Rest\BlockContentResourceTestBase
Expanded class hierarchy of BlockContentXmlAnonTest
File
-
core/
modules/ block_content/ tests/ src/ Functional/ Rest/ BlockContentXmlAnonTest.php, line 11
Namespace
Drupal\Tests\block_content\Functional\RestView source
class BlockContentXmlAnonTest extends BlockContentResourceTestBase {
use AnonResourceTestTrait;
use XmlEntityNormalizationQuirksTrait;
/**
* {@inheritdoc}
*/
protected static $format = 'xml';
/**
* {@inheritdoc}
*/
protected static $mimeType = 'text/xml; charset=UTF-8';
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.