Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
MigrateShortcutSetTest::assertEntity function core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetTest.php Asserts various aspects of a shortcut set entity.
MigrateShortcutSetTest::setUp function core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetTest.php
MigrateShortcutSetTest::testShortcutSetMigration function core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetTest.php Tests the shortcut set migration.
MigrateShortcutSetUsersTest class core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.php Test shortcut_set_users migration.
MigrateShortcutSetUsersTest.php file core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.php
MigrateShortcutSetUsersTest::$modules property core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.php Modules to install.
MigrateShortcutSetUsersTest::setUp function core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.php
MigrateShortcutSetUsersTest::testShortcutSetUsersMigration function core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.php Tests the shortcut set migration.
MigrateShortcutStubTest class core/modules/shortcut/tests/src/Kernel/Migrate/MigrateShortcutStubTest.php Test stub creation for shortcut entities.
MigrateShortcutStubTest.php file core/modules/shortcut/tests/src/Kernel/Migrate/MigrateShortcutStubTest.php
MigrateShortcutStubTest::$modules property core/modules/shortcut/tests/src/Kernel/Migrate/MigrateShortcutStubTest.php Modules to install.
MigrateShortcutStubTest::setUp function core/modules/shortcut/tests/src/Kernel/Migrate/MigrateShortcutStubTest.php
MigrateShortcutStubTest::testStub function core/modules/shortcut/tests/src/Kernel/Migrate/MigrateShortcutStubTest.php Tests creation of shortcut stubs.
MigrateShortcutTest class core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php Test shortcut menu links migration to Shortcut entities.
MigrateShortcutTest.php file core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php
MigrateShortcutTest::$modules property core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php Modules to install.
MigrateShortcutTest::assertEntity function core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php Asserts various aspects of a shortcut entity.
MigrateShortcutTest::setUp function core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php
MigrateShortcutTest::testShortcutMigration function core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php Tests the shortcut migration.
MigrateSkipAllRowsTestHooks class core/modules/migrate/tests/modules/migrate_skip_all_rows_test/src/Hook/MigrateSkipAllRowsTestHooks.php Hook implementations for migrate_skip_all_rows_test.
MigrateSkipAllRowsTestHooks.php file core/modules/migrate/tests/modules/migrate_skip_all_rows_test/src/Hook/MigrateSkipAllRowsTestHooks.php
MigrateSkipAllRowsTestHooks::migratePrepareRow function core/modules/migrate/tests/modules/migrate_skip_all_rows_test/src/Hook/MigrateSkipAllRowsTestHooks.php Implements hook_migrate_prepare_row().
MigrateSkipProcessException class core/modules/migrate/src/MigrateSkipProcessException.php This exception is thrown when the rest of the process should be skipped.
MigrateSkipProcessException.php file core/modules/migrate/src/MigrateSkipProcessException.php
MigrateSkipProcessException::__construct function core/modules/migrate/src/MigrateSkipProcessException.php
MigrateSkipProcessExceptionTest class core/modules/migrate/tests/src/Unit/Exception/MigrateSkipProcessExceptionTest.php Tests deprecation error on MigrateSkipProcessException.
MigrateSkipProcessExceptionTest.php file core/modules/migrate/tests/src/Unit/Exception/MigrateSkipProcessExceptionTest.php
MigrateSkipProcessExceptionTest::testDeprecation function core/modules/migrate/tests/src/Unit/Exception/MigrateSkipProcessExceptionTest.php Tests a deprecation error is triggered on throw.
MigrateSkipRowException class core/modules/migrate/src/MigrateSkipRowException.php This exception is thrown when a row should be skipped.
MigrateSkipRowException.php file core/modules/migrate/src/MigrateSkipRowException.php
MigrateSkipRowException::$saveToMap property core/modules/migrate/src/MigrateSkipRowException.php Whether to record the skip in the map table, or skip silently.
MigrateSkipRowException::getSaveToMap function core/modules/migrate/src/MigrateSkipRowException.php Whether the thrower wants to record this skip in the map table.
MigrateSkipRowException::__construct function core/modules/migrate/src/MigrateSkipRowException.php Constructs a MigrateSkipRowException object.
MigrateSkipRowTest class core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php Tests row skips triggered during hook_migrate_prepare_row().
MigrateSkipRowTest.php file core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php
MigrateSkipRowTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php
MigrateSkipRowTest::testPrepareRowSkip function core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php Tests migration interruptions.
MigrateSource class core/modules/migrate/src/Attribute/MigrateSource.php Defines a MigrateSource attribute.
MigrateSource class core/modules/migrate/src/Annotation/MigrateSource.php Defines a migration source plugin annotation object.
MigrateSource.php file core/modules/migrate/src/Attribute/MigrateSource.php
MigrateSource.php file core/modules/migrate/src/Annotation/MigrateSource.php
MigrateSource::$id property core/modules/migrate/src/Annotation/MigrateSource.php A unique identifier for the process plugin.
MigrateSource::$minimum_version property core/modules/migrate/src/Annotation/MigrateSource.php Specifies the minimum version of the source provider.
MigrateSource::$requirements_met property core/modules/migrate/src/Annotation/MigrateSource.php Whether requirements are met.
MigrateSource::$source_module property core/modules/migrate/src/Annotation/MigrateSource.php Identifies the system providing the data the source plugin will read.
MigrateSource::getProvider function core/modules/migrate/src/Annotation/MigrateSource.php
MigrateSource::getProviders function core/modules/migrate/src/Annotation/MigrateSource.php
MigrateSource::setProviders function core/modules/migrate/src/Annotation/MigrateSource.php
MigrateSource::__construct function core/modules/migrate/src/Attribute/MigrateSource.php Constructs a migrate source plugin attribute object.
MigrateSourceDiscoveryTest class core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSourceDiscoveryTest.php Tests discovery of source plugins with annotations.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.