Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
blazy
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
blazy
Commits
fff6e4bf
Commit
fff6e4bf
authored
1 year ago
by
Tony Manhollan
Committed by
Gaus Surahman
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3373309
by tmanhollan: Deprecated: Creation of dynamic property in...
Issue
#3373309
by tmanhollan: Deprecated: Creation of dynamic property in projects that extend Blazy
parent
2dfd51aa
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.txt
+2
-0
2 additions, 0 deletions
CHANGELOG.txt
src/Plugin/Filter/TextFilterBase.php
+7
-0
7 additions, 0 deletions
src/Plugin/Filter/TextFilterBase.php
with
9 additions
and
0 deletions
CHANGELOG.txt
+
2
−
0
View file @
fff6e4bf
Blazy 8.x-2.0-dev, 2023-07-08
Blazy 8.x-2.0-dev, 2023-07-08
------------------------------
------------------------------
- Issue #3373309 by tmanhollan: Deprecated: Creation of dynamic property in
projects that extend Blazy.
- Fixed for media player DOM ready.
- Fixed for media player DOM ready.
- Fixed for soundcloud and other iframe-based media entity integrations.
- Fixed for soundcloud and other iframe-based media entity integrations.
...
...
This diff is collapsed.
Click to expand it.
src/Plugin/Filter/TextFilterBase.php
+
7
−
0
View file @
fff6e4bf
...
@@ -43,6 +43,13 @@ abstract class TextFilterBase extends FilterBase implements ContainerFactoryPlug
...
@@ -43,6 +43,13 @@ abstract class TextFilterBase extends FilterBase implements ContainerFactoryPlug
*/
*/
protected
$blazyManager
;
protected
$blazyManager
;
/**
* The sub-modules manager service.
*
* @var \Drupal\blazy\BlazyManagerInterface
*/
protected
$manager
;
/**
/**
* The sub-modules admin service.
* The sub-modules admin service.
*
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment