twilio-8.x-1.x-dev/src/TwilioConstantsInterface.php
src/TwilioConstantsInterface.php
<?php
namespace Drupal\twilio;
/**
* Provides an interface for twilio constants.
*/
interface TwilioConstantsInterface {
/**
* The description of the constant.
*/
const TWILIO_USER_PENDING = 1;
const TWILIO_USER_CONFIRMED = 2;
}
