You are here

DateIntervalInterface.php in Duration Field 8.2

Same filename and directory in other branches
  1. 3.0.x src/Plugin/DataType/DateIntervalInterface.php

File

src/Plugin/DataType/DateIntervalInterface.php
View source
<?php

namespace Drupal\duration_field\Plugin\DataType;


/**
 * Interface for Date Interval typed data objects.
 *
 * @see http://php.net/dateinterval
 */
interface DateIntervalInterface {

}

Interfaces

Namesort descending Description
DateIntervalInterface Interface for Date Interval typed data objects.