Skip to content
Snippets Groups Projects

Issue #3431600: Automated Drupal 11 compatibility fixes for layout_builder_st

Closes #3431600

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
  • 17 17 # Override the class resolver to so that InlineBlockEntityOperations can be swapped to the extend version.
    18 18 class_resolver:
    19 19 class: Drupal\layout_builder_st\DependencyInjection\ClassResolver
    20 calls:
    21 - [setContainer, ['@service_container']]
    20 arguments: ['@service_container']
    21 Drupal\Core\DependencyInjection\ClassResolverInterface: '@class_resolver'
  • 87 87
    88 88 return $requirements;
    89 89 }
    90
    91 /**
    92 * Rebuilding container, because of D11 related services.yml changes.
    93 */
    94 function layout_builder_st_update_10001() {
    95 \Drupal::service('kernel')->rebuildContainer();
  • Joshua Sedler added 1 commit

    added 1 commit

    Compare with previous version

  • Joshua Sedler added 1 commit

    added 1 commit

    • cfd7d837 - Add new decorator class resolver, remove unnecessary elementmanager and remove unrelated changes

    Compare with previous version

  • Joshua Sedler added 1 commit

    added 1 commit

    Compare with previous version

  • Joshua Sedler added 1 commit

    added 1 commit

    Compare with previous version

  • Joshua Sedler added 1 commit

    added 1 commit

    • 2b4618ed - remove missed unrelated changes

    Compare with previous version

  • Joshua Sedler added 1 commit

    added 1 commit

    • 854a310f - remove missed unrelated changes

    Compare with previous version

  • Joshua Sedler added 1 commit

    added 1 commit

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • f36df0b1 - Issue #3431600 by joseph.olstad: Automated Drupal 11 compatibility fixes for layout_builder_st

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • 43be0dfa - Issue #3431600 by joseph.olstad: PHP 8.0+ fix for testGetIndividual.

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • 4103cc69 - Issue #3431600 by joseph.olstad: PHP 8.0+ fix for LayoutRestTestBase.

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • 4e69d605 - Require the system module and layout_builder.

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • b2fdbfb0 - Issue #3431600 by joseph.olstad: Attempt to resolve class_resolver.inner issue.

    Compare with previous version

  • Joseph Olstad added 1 commit

    added 1 commit

    • 73a82a70 - Issue #3431600 by joseph.olstad: Attempt to resolve class_resolver.inner...

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading