You are here

WSCallViewBuilder.php in Web Service Data 8

Same filename and directory in other branches
  1. 2.0.x src/WSCallViewBuilder.php

Namespace

Drupal\wsdata

File

src/WSCallViewBuilder.php
View source
<?php

namespace Drupal\wsdata;

use Drupal\Core\Entity\EntityViewBuilder;

/**
 * Provides a WSCall view builder.
 */
class WSCallViewBuilder extends EntityViewBuilder {

}

Classes

Namesort descending Description
WSCallViewBuilder Provides a WSCall view builder.