BigInt.php in Big Integer 8
Namespace
Drupal\bigint\Feeds\TargetFile
src/Feeds/Target/BigInt.phpView 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 {
}