You are here

constant CRM_Utils_Type::T_INT in CiviCRM Entity 8.3

3 uses of CRM_Utils_Type::T_INT
CivicrmEntityViewsData::getViewsArgumentPlugin in src/CivicrmEntityViewsData.php
Get the views argument handler.
CivicrmEntityViewsData::getViewsFilterPlugin in src/CivicrmEntityViewsData.php
Get the views sort handler.
FieldDefinitionProvider::getBaseFieldDefinition in src/Entity/FieldDefinitionProvider.php
Gets an entity base field definition from a CiviCRM field definition.

File

tests/src/Type.php, line 35

Class

CRM_Utils_Type
@package CRM @copyright CiviCRM LLC (c) 2004-2017

Code

const T_INT = 1, T_STRING = 2, T_ENUM = 2, T_DATE = 4, T_TIME = 8, T_BOOLEAN = 16, T_TEXT = 32, T_LONGTEXT = 32, T_BLOB = 64, T_TIMESTAMP = 256, T_FLOAT = 512, T_MONEY = 1024, T_EMAIL = 2048, T_URL = 4096, T_CCNUM = 8192, T_MEDIUMBLOB = 16384;