Skip to content
Snippets Groups Projects

Mark media and media_library as converted

Closed nicxvan requested to merge issue/drupal-3495508:3495508-media-and-media into 11.x
1 unresolved thread

Closes #3495508

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
  • nicxvan added 1 commit

    added 1 commit

    Compare with previous version

  • nicxvan resolved all threads

    resolved all threads

  • nicxvan added 1 commit
  • nicxvan added 22 commits

    added 22 commits

    Compare with previous version

  • Need to remove leftover.

  • nicxvan added 1 commit

    added 1 commit

    Compare with previous version

  • nicxvan
  • nicxvan added 1 commit

    added 1 commit

    Compare with previous version

  • 1 parameters:
    • Why is media not marked with the same?

    • Author Developer

      Because it cannot skip all procedural scanning, it has a hook_requirements.

      You can only use the parameter if you have converted all hooks that are supported for OOP and are not using any of the special meta hooks. That means you have converted all hooks and have no implementations for hook_requirements, hook_hook_info, or hook_module_implements_alter.

      preprocess hooks can safely be ignored.

      If you have one of those hooks then you can only use #[StopProceduralScan] on a per file basis.

      Edited by nicxvan
    • this is very informative - thanks

    • Please register or sign in to reply
  • Lee Rowlands resolved all threads

    resolved all threads

  • closed

  • Please register or sign in to reply
    Loading