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 10.3.x for __get
  5. Other projects
Title Object type File name Summary
MessageTest::testRelationships function core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php Tests CRUD of individual resource relationship data.
MessageTest::testRevisions function core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php Tests individual and collection revisions.
MessageViewBuilder::getBuildDefaults function core/modules/contact/src/MessageViewBuilder.php Provides entity-specific defaults to the build process.
MetadataBag::getCsrfTokenSeed function core/lib/Drupal/Core/Session/MetadataBag.php Get the CSRF token seed.
MetadataBubblingUrlGenerator::getContext function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
MetadataBubblingUrlGenerator::getPathFromRoute function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php Gets the internal path (system path) for a route.
MetaEventSubscriber::getSubscribedEvents function core/modules/jsonapi/tests/modules/jsonapi_test_meta_events/src/EventSubscriber/MetaEventSubscriber.php
MigrateContactCategoryTest::getFixtureFilePath function core/modules/contact/tests/src/Kernel/Migrate/MigrateContactCategoryTest.php Gets the path to the fixture file.
MigrateContactSettingsTest::getFixtureFilePath function core/modules/contact/tests/src/Kernel/Migrate/d6/MigrateContactSettingsTest.php Gets the path to the fixture file.
MigrateContactSettingsTest::getFixtureFilePath function core/modules/contact/tests/src/Kernel/Migrate/d7/MigrateContactSettingsTest.php Gets the path to the fixture file.
MigrateDefaultLanguageTest class core/modules/language/tests/src/Kernel/Migrate/d6/MigrateDefaultLanguageTest.php Tests the default language variable migration.
MigrateDefaultLanguageTest class core/modules/language/tests/src/Kernel/Migrate/d7/MigrateDefaultLanguageTest.php Tests the default language variable migration.
MigrateDefaultLanguageTest.php file core/modules/language/tests/src/Kernel/Migrate/d6/MigrateDefaultLanguageTest.php
MigrateDefaultLanguageTest.php file core/modules/language/tests/src/Kernel/Migrate/d7/MigrateDefaultLanguageTest.php
MigrateDefaultLanguageTest::$modules property core/modules/language/tests/src/Kernel/Migrate/d6/MigrateDefaultLanguageTest.php Modules to install.
MigrateDefaultLanguageTest::$modules property core/modules/language/tests/src/Kernel/Migrate/d7/MigrateDefaultLanguageTest.php Modules to install.
MigrateDefaultLanguageTest::setDefaultLanguage function core/modules/language/tests/src/Kernel/Migrate/d6/MigrateDefaultLanguageTest.php Helper method to test the migration.
MigrateDefaultLanguageTest::setDefaultLanguage function core/modules/language/tests/src/Kernel/Migrate/d7/MigrateDefaultLanguageTest.php Helper method to test the migration.
MigrateDefaultLanguageTest::testMigrationWithExistingLanguage function core/modules/language/tests/src/Kernel/Migrate/d6/MigrateDefaultLanguageTest.php Tests language_default migration with an existing language.
MigrateDefaultLanguageTest::testMigrationWithExistingLanguage function core/modules/language/tests/src/Kernel/Migrate/d7/MigrateDefaultLanguageTest.php Tests language_default migration with a non-existing language.
MigrateDefaultLanguageTest::testMigrationWithNonExistentLanguage function core/modules/language/tests/src/Kernel/Migrate/d6/MigrateDefaultLanguageTest.php Tests language_default migration with a non-existing language.
MigrateDefaultLanguageTest::testMigrationWithNonExistentLanguage function core/modules/language/tests/src/Kernel/Migrate/d7/MigrateDefaultLanguageTest.php Tests language_default migration with a non-existing language.
MigrateDefaultLanguageTest::testMigrationWithUnsetVariable function core/modules/language/tests/src/Kernel/Migrate/d7/MigrateDefaultLanguageTest.php Tests language_default migration with unset default language variable.
MigrateDefaultLanguageTest::testMigrationWithUnsetVariable function core/modules/language/tests/src/Kernel/Migrate/d6/MigrateDefaultLanguageTest.php Tests language_default migration with unset default language variable.
MigrateDestinationInterface::getDestinationModule function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Gets the destination module handling the destination data.
MigrateDestinationInterface::getIds function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Gets the destination IDs.
MigrateDrupal6TestBase::getFixtureFilePath function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php Gets the path to the fixture file.
MigrateDrupal7TestBase::getFixtureFilePath function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php Gets the path to the fixture file.
MigrateEntity::getDerivativeDefinition function core/modules/migrate/src/Plugin/Derivative/MigrateEntity.php Gets the definition of a derivative plugin.
MigrateEntity::getDerivativeDefinitions function core/modules/migrate/src/Plugin/Derivative/MigrateEntity.php Gets the definition of all derivatives of a base plugin.
MigrateEntityComplete::getDerivativeDefinitions function core/modules/migrate/src/Plugin/Derivative/MigrateEntityComplete.php Gets the definition of all derivatives of a base plugin.
MigrateEntityRevision::getDerivativeDefinition function core/modules/migrate/src/Plugin/Derivative/MigrateEntityRevision.php Gets the definition of a derivative plugin.
MigrateEntityRevision::getDerivativeDefinitions function core/modules/migrate/src/Plugin/Derivative/MigrateEntityRevision.php Gets the definition of all derivatives of a base plugin.
MigrateException::getLevel function core/modules/migrate/src/MigrateException.php Gets the level.
MigrateException::getStatus function core/modules/migrate/src/MigrateException.php Gets the status of the current item.
MigrateExecutable::getEventDispatcher function core/modules/migrate/src/MigrateExecutable.php Gets the event dispatcher.
MigrateExecutable::getIdMap function core/modules/migrate/src/MigrateExecutable.php Get the ID map from the current migration.
MigrateExecutable::getSource function core/modules/migrate/src/MigrateExecutable.php Returns the source.
MigrateExecutableTest::getMockSource function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Returns a mock migration source instance.
MigrateExecutableTest::getTestRollbackIdMap function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Returns an ID map object prophecy used in ::testRollback.
MigrateExternalTranslatedTestSource::getIds function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Defines the source fields uniquely identifying a source row.
MigrateFieldInstanceWidgetSettingsTest class core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php Migrate field widget settings.
MigrateFieldInstanceWidgetSettingsTest.php file core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php
MigrateFieldInstanceWidgetSettingsTest::$modules property core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php Modules to install.
MigrateFieldInstanceWidgetSettingsTest::assertComponent function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php Asserts various aspects of a particular component of a form display.
MigrateFieldInstanceWidgetSettingsTest::assertEntity function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php Asserts various aspects of a form display entity.
MigrateFieldInstanceWidgetSettingsTest::setUp function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php
MigrateFieldInstanceWidgetSettingsTest::testWidgetSettings function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php Tests that migrated view modes can be loaded using D8 APIs.
MigrateFieldInterface::alterFieldWidgetMigration function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field widget migration.
MigrateFieldInterface::getFieldFormatterMap function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Get a map between D6 formatters and D8 formatters for this field type.

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