function EntityViewsDataWithDeprecations::getViewsData

Overrides EntityViewsData::getViewsData

File

core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php, line 862

Class

EntityViewsDataWithDeprecations
Extend EntityViewsData as a module would do.

Namespace

Drupal\Tests\views\Kernel\Entity

Code

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.