function EntityViewsDataWithDeprecations::getViewsData
File
-
core/
modules/ views/ tests/ src/ Kernel/ Entity/ EntityViewsDataTest.php, line 851
Class
- EntityViewsDataWithDeprecations
- Extend EntityViewsData as a module would do.
Namespace
Drupal\Tests\views\Kernel\EntityCode
public function getViewsData() {
// Deprecated method.
// @phpstan-ignore-next-line
$this->getFieldStorageDefinitions();
return [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.