Skip to content
Snippets Groups Projects

fix coding standard

Open Vishal Jangid requested to merge issue/migrate_plus-3334436:coding_standard into 6.0.x
6 unresolved threads

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
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

  • Please register or sign in to reply
    Loading