You are here

constant Iso8601StringInterface::EMPTY_DURATION in Duration Field 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Plugin/DataType/Iso8601StringInterface.php \Drupal\duration_field\Plugin\DataType\Iso8601StringInterface::EMPTY_DURATION

The ISO 8601 Duration string representing an empty interval.

File

src/Plugin/DataType/Iso8601StringInterface.php, line 17

Class

Iso8601StringInterface
Interface for Iso8601String Typed Data objects.

Namespace

Drupal\duration_field\Plugin\DataType

Code

const EMPTY_DURATION = 'P0M';