Skip to content
Snippets Groups Projects

Issue #3074719 - Deprecate 'render_item()' Method and Introduce 'renderItem()'...

Open Issue #3074719 - Deprecate 'render_item()' Method and Introduce 'renderItem()'...
2 unresolved threads
Open Vinmayi requested to merge issue/drupal-3074719:3074719-rename-views-method into 11.x
2 unresolved threads

Issue #3074719 - Deprecate 'render_item()' Method and Introduce 'renderItem()' in 'MultiItemsFieldHandlerInterface'

Closes #3074719

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

    added 1 commit

    • 443b3f10 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • Vinmayi added 1 commit

    added 1 commit

    • 6fd25f1c - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • Vinmayi added 1 commit

    added 1 commit

    • 8b0253d0 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • Vinmayi added 1 commit

    added 1 commit

    • 01153f32 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • Vinmayi added 1 commit

    added 1 commit

    Compare with previous version

  • Vinmayi resolved all threads

    resolved all threads

  • Vinmayi added 1 commit

    added 1 commit

    Compare with previous version

  • added 260 commits

    Compare with previous version

  • added 15 commits

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 5 commits

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • 2
    3 declare(strict_types=1);
    4
    5 namespace Drupal\Tests\views\Kernel;
    6
    7 use Drupal\KernelTests\KernelTestBase;
    8
    9 /**
    10 * Tests the legacy render_item() method for deprecation in views.
    11 *
    12 * @group views
    13 * @group legacy
    14 */
    15 class ViewsRenderItemLegacyTest extends KernelTestBase {
    16
    17 /**
  • 2
    3 declare(strict_types=1);
    4
    5 namespace Drupal\Tests\taxonomy\Kernel;
    6
    7 use Drupal\KernelTests\KernelTestBase;
    8
    9 /**
    10 * Tests the legacy render_item() method for deprecation.
    11 *
    12 * @group taxonomy
    13 * @group legacy
    14 */
    15 class TaxonomyRenderItemLegacyTest extends KernelTestBase {
    16
    17 /**
  • added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading