Issue #2930736 by rodrigoaguilera, joachim, catch, mglaman, vacho,...
Issue #2930736 by rodrigoaguilera, joachim, catch, mglaman, vacho, ravi.shankar, kristiaanvandeneynde, lendude: EntityViewsData assumes BaseFieldDefinitions where it should use FieldDefinitionInterface
* @deprecated in drupal:11.2.0 and is removed from drupal:12.0.0. No
* replacement is provided.
*
* @see https://www.drupal.org/node/3240278
*/
protectedfunctiongetFieldStorageDefinitions(){
@trigger_error(__METHOD__.'() is deprecated in drupal:11.2.0 and is removed from drupal:12.0.0. No replacement is provided. See https://www.drupal.org/node/3240278',E_USER_DEPRECATED);
$this->expectDeprecation('Drupal\views\EntityViewsData::getFieldStorageDefinitions() is deprecated in drupal:11.2.0 and is removed from drupal:12.0.0. No replacement is provided. See https://www.drupal.org/node/3240278');