This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/css/imagepin.admin.css b/css/imagepin.admin.css | |
index e92e5c7..fada652 100755 | |
--- a/css/imagepin.admin.css | |
+++ b/css/imagepin.admin.css | |
@@ -7,16 +7,23 @@ table .imagepin { | |
position: static !important; | |
} | |
-.imagepin-widget-element-form-table tbody tr td:nth-child(1) { | |
+.imagepin-widget-element-form-table tbody tr td:nth-child(1), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/Plugin/Field/FieldFormatter/ColorFieldFormatterCss.php b/src/Plugin/Field/FieldFormatter/ColorFieldFormatterCss.php | |
index 053191a..f55e24d 100644 | |
--- a/src/Plugin/Field/FieldFormatter/ColorFieldFormatterCss.php | |
+++ b/src/Plugin/Field/FieldFormatter/ColorFieldFormatterCss.php | |
@@ -8,6 +8,7 @@ | |
namespace Drupal\color_field\Plugin\Field\FieldFormatter; | |
use Drupal\Core\Field\FormatterBase; | |
+use Drupal\Core\Field\FieldItemInterface; | |
use Drupal\Core\Field\FieldItemListInterface; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/modules/dcx_migration/src/Plugin/migrate/process/FileFromURL.php b/modules/dcx_migration/src/Plugin/migrate/process/FileFromURL.php | |
index c753e60..e9266ab 100644 | |
--- a/modules/dcx_migration/src/Plugin/migrate/process/FileFromURL.php | |
+++ b/modules/dcx_migration/src/Plugin/migrate/process/FileFromURL.php | |
@@ -124,14 +124,20 @@ class FileFromUrl extends ProcessPluginBase implements ContainerFactoryPluginInt | |
// Remove. | |
unlink($tmp_name); | |
- $file = File::create([ | |
- 'uri' => $uri, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/modules/dcx_migration/dcx_migration.module b/modules/dcx_migration/dcx_migration.module | |
index c39fb56..d97048a 100644 | |
--- a/modules/dcx_migration/dcx_migration.module | |
+++ b/modules/dcx_migration/dcx_migration.module | |
@@ -4,18 +4,19 @@ | |
* @file | |
*/ | |
-/** | |
- * Implements hook_ENTITY_TYPE_delete(). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Task/Drush/NimbusForceUuid.php b/Task/Drush/NimbusForceUuid.php | |
new file mode 100644 | |
index 0000000..0e3fbe1 | |
--- /dev/null | |
+++ b/Task/Drush/NimbusForceUuid.php | |
@@ -0,0 +1,20 @@ | |
+<?php | |
+ | |
+namespace Thunder\Robo\Task\Drush; | |
+ |