arch-8.x-1.x-dev/modules/order/modules/addressbook/src/Entity/Views/AddressbookitemViewsData.php
modules/order/modules/addressbook/src/Entity/Views/AddressbookitemViewsData.php
<?php namespace Drupal\arch_addressbook\Entity\Views; use Drupal\views\EntityViewsData; /** * Provides the views data for the AddressBookItem entity type. */ class AddressbookitemViewsData extends EntityViewsData { /** * {@inheritdoc} */ public function getViewsData() { $data = parent::getViewsData(); return $data; } }