Issue #2157787 by fago: Durations are not primitive.
parent
1b0dedcf8c
commit
2c932093c4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue