Skip to content
Snippets Groups Projects

Convert the MediaSource plugins to attributes

Closes #3420997

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Michael Strelan
  • sorlov added 121 commits

    added 121 commits

    • 0d794591...331141c7 - 120 commits from branch project:11.x
    • 0acce799 - Merge branch drupal:11.x into 3420997-convert-mediasource-plugin

    Compare with previous version

  • sorlov added 1 commit

    added 1 commit

    Compare with previous version

  • sorlov added 1 commit

    added 1 commit

    Compare with previous version

  • sorlov added 1 commit

    added 1 commit

    Compare with previous version

  • sorlov added 21 commits

    added 21 commits

    • 7e770f06...4b9ffa3c - 20 commits from branch project:11.x
    • d4097819 - Merge branch drupal:11.x into 3420997-convert-mediasource-plugin

    Compare with previous version

  • Stephen Mustgrave
  • sorlov added 116 commits

    added 116 commits

    • d4097819...b4a9a825 - 115 commits from branch project:11.x
    • d87d9a99 - Merge branch drupal:11.x into 3420997-convert-mediasource-plugin

    Compare with previous version

  • sorlov added 1 commit

    added 1 commit

    Compare with previous version

  • sorlov added 1 commit

    added 1 commit

    Compare with previous version

  • sorlov added 1 commit

    added 1 commit

    Compare with previous version

  • sorlov added 1 commit

    added 1 commit

    Compare with previous version

  • Michael Strelan
  • sorlov added 1 commit

    added 1 commit

    • 8227d5f9 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • sorlov added 1 commit

    added 1 commit

    • 07aa2be2 - Apply 2 suggestion(s) to 1 file(s)

    Compare with previous version

  • sorlov added 1 commit

    added 1 commit

    • a88b2a36 - Apply 2 suggestion(s) to 1 file(s)

    Compare with previous version

  • sorlov added 74 commits

    added 74 commits

    • a88b2a36...e84fc608 - 73 commits from branch project:11.x
    • 03e0347d - Merge branch drupal:11.x into 3420997-convert-mediasource-plugin

    Compare with previous version

  • quietone added 76 commits

    added 76 commits

    Compare with previous version

  • Alex Pott resolved all threads

    resolved all threads

  • 69 * @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: [],
  • sorlov added 21 commits

    added 21 commits

    • 5dcb5e37...64de6a69 - 20 commits from branch project:11.x
    • 5d44da70 - Merge branch drupal:11.x into 3420997-convert-mediasource-plugin

    Compare with previous version

  • quietone added 47 commits

    added 47 commits

    Compare with previous version

  • sorlov added 1 commit

    added 1 commit

    • 8d55dad3 - add separate OEmbedMediaSource attribute

    Compare with previous version

  • sorlov added 18 commits

    added 18 commits

    • 8d55dad3...580bfcb7 - 17 commits from branch project:11.x
    • 4e447a4b - Merge branch drupal:11.x into 3420997-convert-mediasource-plugin

    Compare with previous version

  • Please register or sign in to reply
    Loading