Skip to content

Commit 4ccdf10

Browse files
committed
Set date property of DateTimeItem to be writable
1 parent 11876ad commit 4ccdf10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/Drupal/datetime/Plugin/Field/FieldType/DateTimeItem.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use Drupal\Core\Field\FieldItemBase;
66

77
/**
88
* @property ?string $value
9-
* @property-read ?\Drupal\Core\Datetime\DrupalDateTime $date
9+
* @property ?\Drupal\Core\Datetime\DrupalDateTime $date
1010
*/
1111
class DateTimeItem extends FieldItemBase implements DateTimeItemInterface {
1212

0 commit comments

Comments
 (0)