You are here

constant Direction::OUTGOING in SMS Framework 2.1.x

Same name and namespace in other branches
  1. 8 src/Direction.php \Drupal\sms\Direction::OUTGOING
  2. 2.x src/Direction.php \Drupal\sms\Direction::OUTGOING

Whether the message is queued to be sent from the website.

File

src/Direction.php, line 17

Class

Direction
Contains direction constants for SMS Framework.

Namespace

Drupal\sms

Code

const OUTGOING = 1;