Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MigrateUpgradeFormBase::$store | property | core/ |
Private temporary storage. |
| MigrateUpgradeFormBase::buildForm | function | core/ |
Form constructor. |
| MigrateUpgradeFormBase::create | function | core/ |
Instantiates a new instance of this class. |
| MigrateUpgradeFormBase::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| MigrateUpgradeFormBase::restartUpgradeForm | function | core/ |
Helper to redirect to the Overview form. |
| MigrateUpgradeFormBase::__construct | function | core/ |
Constructs the Migrate Upgrade Form Base. |
| MigrateUpgradeFormStepsTest | class | core/ |
Tests the flow of the Migrate Drupal UI form. |
| MigrateUpgradeFormStepsTest.php | file | core/ |
|
| MigrateUpgradeFormStepsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| MigrateUpgradeFormStepsTest::$modules | property | core/ |
Modules to install. |
| MigrateUpgradeFormStepsTest::assertFirstForm | function | core/ |
Helper to test that a path goes to the Overview form. |
| MigrateUpgradeFormStepsTest::getSourceBasePath | function | core/ |
|
| MigrateUpgradeFormStepsTest::setUp | function | core/ |
|
| MigrateUpgradeFormStepsTest::testMigrateUpgradeReviewPage | function | core/ |
Tests the flow of the Migrate Drupal UI form. |
| MigrateUpgradeImportBatch | class | core/ |
Runs a single migration batch. |
| MigrateUpgradeImportBatch.php | file | core/ |
|
| MigrateUpgradeImportBatch::$followUpMigrations | property | core/ |
The follow-up migrations. |
| MigrateUpgradeImportBatch::$listenersAdded | property | core/ |
Ensure we only add the listeners once per request. |
| MigrateUpgradeImportBatch::$maxExecTime | property | core/ |
The maximum length in seconds to allow processing in a request. |
| MigrateUpgradeImportBatch::$messages | property | core/ |
MigrateMessage instance to capture messages during the migration process. |
| MigrateUpgradeImportBatch::$numProcessed | property | core/ |
The processed items for one batch of a given migration. |
| MigrateUpgradeImportBatch::finished | function | core/ |
Callback executed when the Migrate Upgrade Import batch process completes. |
| MigrateUpgradeImportBatch::MESSAGE_LENGTH | constant | core/ |
Maximum number of previous messages to display. |
| MigrateUpgradeImportBatch::onIdMapMessage | function | core/ |
Displays any messages being logged to the ID map. |
| MigrateUpgradeImportBatch::onMapDelete | function | core/ |
Counts up any map delete events. |
| MigrateUpgradeImportBatch::onMapSave | function | core/ |
Counts up any map save events. |
| MigrateUpgradeImportBatch::onPostImport | function | core/ |
Adds follow-up migrations. |
| MigrateUpgradeImportBatch::onPostRowDelete | function | core/ |
Reacts to item deletion. |
| MigrateUpgradeImportBatch::onPostRowSave | function | core/ |
Reacts to item import. |
| MigrateUpgradeImportBatch::run | function | core/ |
Runs a single migrate batch import. |
| MigrateUpgradeTestBase | class | core/ |
Provides a base class for testing migration upgrades in the UI. |
| MigrateUpgradeTestBase.php | file | core/ |
|
| MigrateUpgradeTestBase::$destinationSiteVersion | property | core/ |
The destination site major version. |
| MigrateUpgradeTestBase::$edits | property | core/ |
Input data for the credential form. |
| MigrateUpgradeTestBase::$profile | property | core/ |
Use the Standard profile to test help implementations of many core modules. |
| MigrateUpgradeTestBase::$sourceDatabase | property | core/ |
The source database connection. |
| MigrateUpgradeTestBase::assertEmailsSent | function | core/ |
Confirm emails were sent. |
| MigrateUpgradeTestBase::assertFileMigrations | function | core/ |
Checks public and private files are copied but not temporary files. |
| MigrateUpgradeTestBase::assertIdConflictForm | function | core/ |
Helper method that asserts text on the ID conflict form. |
| MigrateUpgradeTestBase::assertReviewForm | function | core/ |
Helper to assert content on the Review form. |
| MigrateUpgradeTestBase::assertUpgrade | function | core/ |
Asserts the upgrade completed successfully. |
| MigrateUpgradeTestBase::assertUserLogIn | function | core/ |
Asserts that a migrated user can login. |
| MigrateUpgradeTestBase::createMigrationConnection | function | core/ |
Changes the database connection to the prefixed one. |
| MigrateUpgradeTestBase::getAvailablePaths | function | core/ |
Gets the available upgrade paths. |
| MigrateUpgradeTestBase::getCredentials | function | core/ |
Creates an array of credentials for the Credential form. |
| MigrateUpgradeTestBase::getEntityCounts | function | core/ |
Gets the expected number of entities per entity type after migration. |
| MigrateUpgradeTestBase::getEntityCountsIncremental | function | core/ |
Gets expected number of entities per entity after incremental migration. |
| MigrateUpgradeTestBase::getManagedFiles | function | core/ |
Gets the file data. |
| MigrateUpgradeTestBase::getMissingPaths | function | core/ |
Gets the missing upgrade paths. |
| MigrateUpgradeTestBase::getSourceBasePath | function | core/ |
Gets the source base path for the concrete test. |
Pagination
- Previous page
- Page 1105
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.