You are here

public function DownloadLimit::query in Commerce File 8.2

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/DownloadLimit.php, line 83

Class

DownloadLimit
Displays the download limit for a licensed file.

Namespace

Drupal\commerce_file\Plugin\views\field

Code

public function query() {

  // Do nothing.
}