File
- drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportDeleteTest.php, line 22
- Contains \Drupal\field\Tests\FieldImportDeleteTest.
Class
- FieldImportDeleteTest
- Tests deleting fields and instances as part of config import.
Namespace
Drupal\field\Tests
Code
public static function getInfo() {
return array(
'name' => 'Field config delete tests',
'description' => 'Delete field and instances during config delete method invocation.',
'group' => 'Field API',
);
}