Convert the MediaSource plugins to attributes
1 open thread
Closes #3420997
Merge request reports
Activity
- Resolved by quietone
- Resolved by quietone
added 121 commits
-
0d794591...331141c7 - 120 commits from branch
project:11.x
- 0acce799 - Merge branch drupal:11.x into 3420997-convert-mediasource-plugin
-
0d794591...331141c7 - 120 commits from branch
added 21 commits
-
7e770f06...4b9ffa3c - 20 commits from branch
project:11.x
- d4097819 - Merge branch drupal:11.x into 3420997-convert-mediasource-plugin
-
7e770f06...4b9ffa3c - 20 commits from branch
- Resolved by quietone
- Resolved by quietone
- Resolved by quietone
added 116 commits
-
d4097819...b4a9a825 - 115 commits from branch
project:11.x
- d87d9a99 - Merge branch drupal:11.x into 3420997-convert-mediasource-plugin
-
d4097819...b4a9a825 - 115 commits from branch
- Resolved by quietone
- Resolved by quietone
- Resolved by quietone
- Resolved by Alex Pott
- Resolved by quietone
- Resolved by Alex Pott
- Resolved by Alex Pott
added 74 commits
-
a88b2a36...e84fc608 - 73 commits from branch
project:11.x
- 03e0347d - Merge branch drupal:11.x into 3420997-convert-mediasource-plugin
-
a88b2a36...e84fc608 - 73 commits from branch
added 76 commits
Toggle commit list69 * @MediaSource( 70 * id = "oembed", 71 * label = @Translation("oEmbed source"), 72 * description = @Translation("Use oEmbed URL for reusable media."), 73 * allowed_field_types = {"string"}, 74 * default_thumbnail_filename = "no-thumbnail.png", 75 * deriver = "Drupal\media\Plugin\media\Source\OEmbedDeriver", 76 * providers = {}, 77 * ) 78 70 */ 71 #[MediaSource( 72 id: "oembed", 73 label: new TranslatableMarkup("oEmbed source"), 74 description: new TranslatableMarkup("Use oEmbed URL for reusable media."), 75 allowed_field_types: ["string"], 76 providers: [], changed this line in version 18 of the diff
added 21 commits
-
5dcb5e37...64de6a69 - 20 commits from branch
project:11.x
- 5d44da70 - Merge branch drupal:11.x into 3420997-convert-mediasource-plugin
-
5dcb5e37...64de6a69 - 20 commits from branch
added 47 commits
-
5d44da70...fc0aa24e - 40 commits from branch
project:11.x
- c71d1ac3 - Convert the MediaSource plugins to attributes
- 8398c4e1 - fix feedback
- 473cf7aa - fix feedback
- 11730cb3 - Apply 1 suggestion(s) to 1 file(s)
- 81226ed9 - Apply 2 suggestion(s) to 1 file(s)
- 7cb5d0a5 - coding standards and sorting
- f2b9888e - Remove provider
Toggle commit list-
5d44da70...fc0aa24e - 40 commits from branch
added 18 commits
-
8d55dad3...580bfcb7 - 17 commits from branch
project:11.x
- 4e447a4b - Merge branch drupal:11.x into 3420997-convert-mediasource-plugin
-
8d55dad3...580bfcb7 - 17 commits from branch
Please register or sign in to reply