Skip to content
Snippets Groups Projects

fix coding standard

Merge request reports

Merge request pipeline #79434 failed

Merge request pipeline failed for 55d2281c

Closed by Lucas HeddingLucas Hedding 2 weeks ago (Jul 8, 2025 7:17pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 1 <?php
2 2
3 /**
4 * @file
5 * Using strict_types can help catch potential type-related bugs.
  • 14 14 */
    15 15 class MigratePrepareRowEvent extends Event {
    16 16
    17 /**
    18 * Row service.
  • 14 14 */
    15 15 class MigratePrepareRowEvent extends Event {
    16 16
    17 /**
    18 * Row service.
    19 *
    20 * @var \Drupal\migrate\Row
    21 */
    17 22 protected Row $row;
    23
    24 /**
    25 * Migrate Source Interface.
  • 11 11 * Returns EntityLookup for a given default value if input is empty.
    12 12 *
    13 13 * Available configuration keys:
    14 * - default_value: The default value that will be used as for the entity lookup.
    14 * - default_value: The default value that will be use as for the entity lookup.
  • 16 16 */
    17 17 abstract class DomProcessBase extends ProcessPluginBase {
    18 18
    19 /**
    20 * DOM Document.
  • 8 8 use Drupal\migrate_plus\Plugin\migrate_plus\data_fetcher\Http;
    9 9
    10 10 /**
    11 * Class HttpTest.
    11 * Provides HttpTest from KernelTestBase.
  • added 1 commit

    Compare with previous version

  • closed

  • Please register or sign in to reply
    Loading