-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #375 from UN-OCHA/gms-site-d9-d10-upgrade
GMS D9-D10 Upgrade Changes
- Loading branch information
Showing
198 changed files
with
4,400 additions
and
4,775 deletions.
There are no files selected for viewing
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
36 changes: 36 additions & 0 deletions
36
PATCHES/features/3375425-deprication-warning-features.patch
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
diff --git a/src/FeaturesGenerationMethodManager.php b/src/FeaturesGenerationMethodManager.php | ||
index 9ede58e..25248ba 100644 | ||
--- a/src/FeaturesGenerationMethodManager.php | ||
+++ b/src/FeaturesGenerationMethodManager.php | ||
@@ -11,6 +11,13 @@ use Drupal\Core\Plugin\DefaultPluginManager; | ||
*/ | ||
class FeaturesGenerationMethodManager extends DefaultPluginManager { | ||
|
||
+ /** | ||
+ * The cacheKey prefix. | ||
+ * | ||
+ * @var string | ||
+ */ | ||
+ private $cacheKeyPrefix; | ||
+ | ||
/** | ||
* Constructs a new FeaturesGenerationMethodManager object. | ||
* | ||
diff --git a/src/FeaturesManager.php b/src/FeaturesManager.php | ||
index b8b8dbf..6f2af59 100644 | ||
--- a/src/FeaturesManager.php | ||
+++ b/src/FeaturesManager.php | ||
@@ -130,6 +130,13 @@ class FeaturesManager implements FeaturesManagerInterface { | ||
*/ | ||
protected $featureInfoCache; | ||
|
||
+ /** | ||
+ * The features generator. | ||
+ * | ||
+ * @var \Drupal\features\FeaturesGeneratorInterface | ||
+ */ | ||
+ protected $generator; | ||
+ | ||
/** | ||
* Constructs a FeaturesManager object. | ||
* |
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
Oops, something went wrong.