pino-8.x-1.2-no-core/modules/member/src/Entity/MemberViewsData.php

modules/member/src/Entity/MemberViewsData.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
 
namespace Drupal\member\Entity;
 
use Drupal\views\EntityViewsData;
 
/**
 * Provides Views data for Member entities.
 */
class MemberViewsData extends EntityViewsData {
 
  /**
   * {@inheritdoc}
   */
  public function getViewsData() {
    $data = parent::getViewsData();
 
    // Additional information for Views integration, such as table joins, can be
    // put here.
    return $data;
  }
 
}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc