Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
MigrateIdMapMessageEvent::getLevel function core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Gets the severity level of the message.
MigrateIdMapMessageEvent::getMessage function core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Gets the message to be logged.
MigrateIdMapMessageEvent::getMigration function core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Gets the migration entity.
MigrateIdMapMessageEvent::getSourceIdValues function core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Gets the source ID values.
MigrateImageTest class core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageTest.php Image migration test.
MigrateImageTest.php file core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageTest.php
MigrateImageTest::$modules property core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageTest.php Modules to install.
MigrateImageTest::setUp function core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageTest.php
MigrateImageTest::testNode function core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageTest.php Tests image migration from Drupal 6 to 8.
MigrateImportEventTest::testGetMigration function core/modules/migrate/tests/src/Unit/Event/MigrateImportEventTest.php Tests getMigration method.
MigrateLanguageNegotiationSettingsTest::testLanguageTypes function core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php Tests migration of language types variables to language.types.yml.
MigrateLanguageTest class core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageTest.php @group migrate_drupal_6
MigrateLanguageTest.php file core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageTest.php
MigrateLanguageTest::$modules property core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageTest.php Modules to install.
MigrateLanguageTest::assertLanguage function core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageTest.php Asserts various properties of a configurable language entity.
MigrateLanguageTest::testLanguageMigration function core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageTest.php Tests migration of Drupal 6 languages to configurable language entities.
MigrateMapDeleteEvent::getMap function core/modules/migrate/src/Event/MigrateMapDeleteEvent.php Gets the map plugin.
MigrateMapDeleteEvent::getSourceId function core/modules/migrate/src/Event/MigrateMapDeleteEvent.php Gets the source ID of the item being removed from the map.
MigrateMapSaveEvent::getFields function core/modules/migrate/src/Event/MigrateMapSaveEvent.php Gets the fields about to be saved to the map.
MigrateMapSaveEvent::getMap function core/modules/migrate/src/Event/MigrateMapSaveEvent.php Gets the map plugin.
MigrateMessageCapture::getMessages function core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php Returns any captured messages.
MigrateMessageControllerTest::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Gets the available upgrade paths.
MigrateMessageControllerTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Gets the expected number of entities per entity type after migration.
MigrateMessageControllerTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Gets expected number of entities per entity after incremental migration.
MigrateMessageControllerTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Gets the missing upgrade paths.
MigrateMessageControllerTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Gets the source base path for the concrete test.
MigrateMessageFormTest::getLevelCounts function core/modules/migrate/tests/src/Functional/MigrateMessageFormTest.php Gets the count of migration messages by level.
MigrateMessageFormTest::getMessages function core/modules/migrate/tests/src/Functional/MigrateMessageFormTest.php Gets the migrate messages.
MigrateMessageTest class core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php Tests whether idmap messages are sent to message interface when requested.
MigrateMessageTest.php file core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php
MigrateMessageTest::$messages property core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php Messages accumulated during the migration run.
MigrateMessageTest::$migration property core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php Migration to run.
MigrateMessageTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php Modules to install.
MigrateMessageTest::display function core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php Displays a migrate message.
MigrateMessageTest::mapMessageRecorder function core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php Reacts to map message event.
MigrateMessageTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php
MigrateMessageTest::testGetMessages function core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php Tests the return value of getMessages().
MigrateMessageTest::testMessagesNotTeed function core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php Tests migration interruptions.
MigrateMessageTest::testMessagesTeed function core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php Tests migration interruptions.
MigrateMessageTestBase class core/modules/migrate/tests/src/Functional/MigrateMessageTestBase.php Provides base class for testing migrate messages.
MigrateMessageTestBase.php file core/modules/migrate/tests/src/Functional/MigrateMessageTestBase.php
MigrateMessageTestBase::$database property core/modules/migrate/tests/src/Functional/MigrateMessageTestBase.php The database connection.
MigrateMessageTestBase::$defaultTheme property core/modules/migrate/tests/src/Functional/MigrateMessageTestBase.php The theme to install as the default for testing.
MigrateMessageTestBase::$migrationIds property core/modules/migrate/tests/src/Functional/MigrateMessageTestBase.php Migration IDs.
MigrateMessageTestBase::$modules property core/modules/migrate/tests/src/Functional/MigrateMessageTestBase.php Modules to install.
MigrateMessageTestBase::createTables function core/modules/migrate/tests/src/Functional/MigrateMessageTestBase.php Creates map and message tables for testing.
MigrateMessageTestBase::setUp function core/modules/migrate/tests/src/Functional/MigrateMessageTestBase.php
MigrateMissingDatabaseSource::getIds function core/modules/migrate/tests/modules/migrate_missing_database_test/src/Plugin/migrate/source/MigrateMissingDatabaseSource.php Defines the source fields uniquely identifying a source row.
MigrateNodeCompleteTest::getFileMigrationInfo function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeCompleteTest.php Returns information about the file to be migrated.
MigrateNodeCounterTest::getFixtureFilePath function core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php Gets the path to the fixture file.

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