You are here

class MigrateSkipProcessException in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/migrate/src/MigrateSkipProcessException.php \Drupal\migrate\MigrateSkipProcessException
  2. 9 core/modules/migrate/src/MigrateSkipProcessException.php \Drupal\migrate\MigrateSkipProcessException

This exception is thrown when the rest of the process should be skipped.

Hierarchy

Expanded class hierarchy of MigrateSkipProcessException

6 files declare their use of MigrateSkipProcessException
FilterID.php in core/modules/filter/src/Plugin/migrate/process/FilterID.php
FilterIdTest.php in core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php
MigrationLookup.php in core/modules/migrate/src/Plugin/migrate/process/MigrationLookup.php
MigrationLookupTest.php in core/modules/migrate/tests/src/Unit/process/MigrationLookupTest.php
SkipOnEmpty.php in core/modules/migrate/src/Plugin/migrate/process/SkipOnEmpty.php

... See full list

File

core/modules/migrate/src/MigrateSkipProcessException.php, line 8

Namespace

Drupal\migrate
View source
class MigrateSkipProcessException extends \Exception {

}

Members