Issue #2157787 by fago: Durations are not primitive.

8.0.x
webchick 2013-12-19 10:36:19 -08:00
parent 1b0dedcf8c
commit 2c932093c4
1 changed files with 3 additions and 5 deletions

View File

@ -2,17 +2,15 @@
/**
* @file
* Contains \Drupal\Core\TypedData\Type\BinaryInterface.
* Contains \Drupal\Core\TypedData\Type\DurationInterface.
*/
namespace Drupal\Core\TypedData\Type;
use Drupal\Core\TypedData\PrimitiveInterface;
/**
* Interface for binary data.
* Interface for durations.
*/
interface DurationInterface extends PrimitiveInterface {
interface DurationInterface {
/**
* Returns the duration.