You are here

function UtilsInterface::wf_crm_is_positive in Webform CiviCRM Integration 8.5

Check if value is a positive integer

Parameters

mixed $val:

Return value

bool

1 method overrides UtilsInterface::wf_crm_is_positive()
Utils::wf_crm_is_positive in src/Utils.php
Check if value is a positive integer

File

src/UtilsInterface.php, line 312

Class

UtilsInterface

Namespace

Drupal\webform_civicrm

Code

function wf_crm_is_positive($val);