Skip to content
Snippets Groups Projects
Commit d8148089 authored by spokje's avatar spokje
Browse files

\Drupal\datetime\Plugin\Field\FieldType\DateTimeItem

parent 20274db5
No related branches found
No related tags found
No related merge requests found
......@@ -62,11 +62,6 @@ abstract class FileTransfer {
*/
private $connectionHandle;
/**
* The connection chroot.
*/
private string|bool $chroot;
/**
* Constructs a Drupal\Core\FileTransfer\FileTransfer object.
*
......
......@@ -137,7 +137,7 @@ public function isEmpty() {
public function onChange($property_name, $notify = TRUE) {
// Enforce that the computed date is recalculated.
if ($property_name == 'value') {
$this->date = NULL;
$this->set('date', NULL);
}
parent::onChange($property_name, $notify);
}
......
......@@ -743,6 +743,11 @@ parameters:
count: 1
path: lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php
-
message: "#^Access to an undefined property Drupal\\\\Core\\\\FileTransfer\\\\FileTransfer\\:\\:\\$chroot\\.$#"
count: 3
path: lib/Drupal/Core/FileTransfer/FileTransfer.php
-
message: "#^Method Drupal\\\\Core\\\\FileTransfer\\\\FileTransfer\\:\\:__get\\(\\) should return bool\\|string but return statement is missing\\.$#"
count: 1
......@@ -1249,11 +1254,6 @@ parameters:
count: 1
path: modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php
-
message: "#^Access to an undefined property Drupal\\\\datetime\\\\Plugin\\\\Field\\\\FieldType\\\\DateTimeItem\\:\\:\\$date\\.$#"
count: 1
path: modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php
-
message: "#^Call to deprecated constant REQUEST_TIME\\: Deprecated in drupal\\:8\\.3\\.0 and is removed from drupal\\:11\\.0\\.0\\. Use \\\\Drupal\\:\\:time\\(\\)\\-\\>getRequestTime\\(\\); $#"
count: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment