Skip to content
Snippets Groups Projects
Commit 2c932093 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2157787 by fago: Durations are not primitive.

parent 1b0dedcf
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment