LegacyFieldTypePluginManagerTest.php
Namespace
Drupal\Tests\field\KernelFile
-
core/
modules/ field/ tests/ src/ Kernel/ LegacyFieldTypePluginManagerTest.php
View source
<?php
namespace Drupal\Tests\field\Kernel;
/**
* Extends FieldTypePluginManagerTest to test with deprecated modules.
*
* @see \Drupal\Tests\DeprecatedModulesTestTrait::removeDeprecatedModules()
*
* @group field
* @group legacy
*/
class LegacyFieldTypePluginManagerTest extends FieldTypePluginManagerTest {
/**
* {@inheritdoc}
*/
protected $excludeDeprecated = FALSE;
}
Classes
Title | Deprecated | Summary |
---|---|---|
LegacyFieldTypePluginManagerTest | Extends FieldTypePluginManagerTest to test with deprecated modules. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.