You are here

BigInt.php in Big Integer 8

File

src/Feeds/Target/BigInt.php
View source
<?php

namespace Drupal\bigint\Feeds\Target;

use Drupal\feeds\Feeds\Target\Integer;

/**
 * Defines an bigint field mapper.
 *
 * @FeedsTarget(
 *   id = "bigint",
 *   field_types = {
 *     "bigint",
 *   }
 * )
 */
class BigInt extends Integer {

}

Classes

Namesort descending Description
BigInt Defines an bigint field mapper.