function ViewTestBase::schemaDefinition
Returns the schema definition.
@internal
1 call to ViewTestBase::schemaDefinition()
- ViewTestBase::enableViewsTestModule in core/
modules/ views/ src/ Tests/ ViewTestBase.php - Sets up the views_test_data.module.
File
-
core/
modules/ views/ src/ Tests/ ViewTestBase.php, line 139
Class
- ViewTestBase
- Defines a base class for Views testing in the full web test environment.
Namespace
Drupal\views\TestsCode
protected function schemaDefinition() {
return ViewTestData::schemaDefinition();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.