function ViewTestBase::schemaDefinition
Same name in this branch
- 8.9.x core/modules/views/tests/src/Functional/ViewTestBase.php \Drupal\Tests\views\Functional\ViewTestBase::schemaDefinition()
Same name in other branches
- 9 core/modules/views/tests/src/Functional/ViewTestBase.php \Drupal\Tests\views\Functional\ViewTestBase::schemaDefinition()
- 10 core/modules/views/tests/src/Functional/ViewTestBase.php \Drupal\Tests\views\Functional\ViewTestBase::schemaDefinition()
- 11.x core/modules/views/tests/src/Functional/ViewTestBase.php \Drupal\Tests\views\Functional\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.