Classes, traits, and interfaces - 10.3.x - drupal
Introduction to classes
A lot of the PHP code in Drupal is object oriented (OO), making use of PHP classes, interfaces, and traits. See the Objected-oriented programming conventions for more information.
See also
Objected-oriented programming conventions
File
-
core/
core.api.php, line 1518
Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
---|---|---|---|---|---|---|---|---|
MigrateDrupalUiRouteSubscriber | class | Drupal\migrate_drupal_ui\Routing | core/ |
Sets the controller for Migrate Message route. | 2 | |||
MigrateDumpAlterInterface | interface | Drupal\Tests\migrate\Kernel | core/ |
Allows tests to alter dumps after they have loaded. | 5 | 5 | ||
MigrateEmbeddedDataTest | class | Drupal\Tests\migrate\Kernel | core/ |
Tests the EmbeddedDataSource plugin. | ||||
MigrateEntity | class | Drupal\migrate\Plugin\Derivative | core/ |
1 | 1 | |||
MigrateEntityComplete | class | Drupal\migrate\Plugin\Derivative | core/ |
Deriver for entity_complete:ENTITY_TYPE entity migrations. | 1 | |||
MigrateEntityContentBaseTest | class | Drupal\Tests\migrate\Kernel | core/ |
Tests the EntityContentBase destination. | ||||
MigrateEntityContentValidationTest | class | Drupal\Tests\migrate\Kernel | core/ |
Tests validation of an entity during migration. | ||||
MigrateEntityRevision | class | Drupal\migrate\Plugin\Derivative | core/ |
1 | ||||
MigrateEntityTranslationSettingsTest | class | Drupal\Tests\content_translation\Kernel\Migrate\d7 | core/ |
Tests the migration of entity translation settings. | ||||
MigrateEvents | final class | Drupal\migrate\Event | core/ |
Defines events for the migration system. | 9 | |||
MigrateEventsTest | class | Drupal\Tests\migrate\Kernel | core/ |
Tests events fired on migrations. | ||||
MigrateException | class | Drupal\migrate | core/ |
Defines the migrate exception class. | 1 | 73 | ||
MigrateExecutable | class | Drupal\migrate | core/ |
Defines a migrate executable class. | 3 | 38 | ||
MigrateExecutableInterface | interface | Drupal\migrate | core/ |
1 | 96 | |||
MigrateExecutableMemoryExceededTest | class | Drupal\Tests\migrate\Unit | core/ |
Tests the \Drupal\migrate\MigrateExecutable::memoryExceeded() method. | ||||
MigrateExecutableTest | class | Drupal\Tests\migrate\Unit | core/ |
@coversDefaultClass \Drupal\migrate\MigrateExecutable[[api-linebreak]] @group migrate | ||||
MigrateExecutableTest | class | Drupal\Tests\migrate\Kernel | core/ |
Tests the MigrateExecutable class. | ||||
MigrateExternalTranslatedTest | class | Drupal\Tests\migrate\Kernel | core/ |
Tests migrating non-Drupal translated content. | ||||
MigrateExternalTranslatedTestSource | class | Drupal\migrate_external_translated_test\Plugin\migrate\source | core/ |
A simple migrate source for our tests. | ||||
MigrateField | class | Drupal\migrate_drupal\Attribute | core/ |
Defines a field plugin attribute object. | 24 | 1 | ||
MigrateField | class | Drupal\migrate_drupal\Annotation | core/ |
Defines a field plugin annotation object. | 1 | 1 | ||
MigrateFieldFormatterSettingsTest | class | Drupal\Tests\field\Kernel\Migrate\d6 | core/ |
Upgrade field formatter settings to entity.display.*.*.yml. | ||||
MigrateFieldFormatterSettingsTest | class | Drupal\Tests\field\Kernel\Migrate\d7 | core/ |
Tests migration of D7 field formatter settings. | ||||
MigrateFieldInstanceLabelDescriptionTest | class | Drupal\Tests\field\Kernel\Migrate\d6 | core/ |
Tests migration of field label and description translations. | ||||
MigrateFieldInstanceLabelDescriptionTest | class | Drupal\Tests\field\Kernel\Migrate\d7 | core/ |
Tests migration field label and description i18n translations. | ||||
MigrateFieldInstanceOptionTranslationTest | class | Drupal\Tests\field\Kernel\Migrate\d6 | core/ |
Migrate field instance option translations. | ||||
MigrateFieldInstanceOptionTranslationTest | class | Drupal\Tests\field\Kernel\Migrate\d7 | core/ |
Migrate field instance option translations. | ||||
MigrateFieldInstanceTest | class | Drupal\Tests\field\Kernel\Migrate\d6 | core/ |
Migrate field instances. | ||||
MigrateFieldInstanceTest | class | Drupal\Tests\field\Kernel\Migrate\d7 | core/ |
Migrates Drupal 7 field instances. | 1 | |||
MigrateFieldInstanceWidgetSettingsTest | class | Drupal\Tests\field\Kernel\Migrate\d7 | core/ |
Migrate field widget settings. | ||||
MigrateFieldInterface | interface | Drupal\migrate_drupal\Plugin | core/ |
Provides an interface for all field type plugins. | 1 | 2 | ||
MigrateFieldOptionTranslationTest | class | Drupal\Tests\field\Kernel\Migrate\d6 | core/ |
Migrate field option translations. | ||||
MigrateFieldOptionTranslationTest | class | Drupal\Tests\field\Kernel\Migrate\d7 | core/ |
Migrate field option translations. | ||||
MigrateFieldPluginManager | class | Drupal\migrate_drupal\Plugin | core/ |
Plugin manager for migrate field plugins. | 1 | 2 | 2 | |
MigrateFieldPluginManagerInterface | interface | Drupal\migrate_drupal\Plugin | core/ |
1 | 8 | |||
MigrateFieldPluginManagerTest | class | Drupal\Tests\migrate_drupal\Unit | core/ |
Tests the MigrateFieldPluginManager class. | ||||
MigrateFieldPluginManagerTest | class | Drupal\Tests\migrate_drupal\Kernel | core/ |
Tests the field plugin manager. | ||||
MigrateFieldPluginManagerTestClass | class | Drupal\Tests\migrate_drupal\Unit | core/ |
Class to test MigrateFieldPluginManager. | ||||
MigrateFieldTest | class | Drupal\Tests\field\Kernel\Migrate\d6 | core/ |
Migrate fields. | ||||
MigrateFieldTest | class | Drupal\Tests\field\Kernel\Migrate\d7 | core/ |
Migrates Drupal 7 fields. | 1 | |||
MigrateFieldWidgetSettingsTest | class | Drupal\Tests\field\Kernel\Migrate\d6 | core/ |
Migrate field widget settings. | ||||
MigrateFileConfigsTest | class | Drupal\Tests\file\Kernel\Migrate\d6 | core/ |
Upgrade variables to file.settings.yml. | ||||
MigrateFileConfigsTest | class | Drupal\Tests\file\Kernel\Migrate\d7 | core/ |
Upgrade variables to file.settings.yml. | ||||
MigrateFileGetIdsTest | class | Drupal\Tests\file\Kernel\Migrate\d7 | core/ |
Tests the migration of used files. | ||||
MigrateFileStubTest | class | Drupal\Tests\file\Kernel\Migrate | core/ |
Test stub creation for file entities. | ||||
MigrateFileTest | class | Drupal\Tests\file\Kernel\Migrate\d6 | core/ |
Test file migration. | ||||
MigrateFileTest | class | Drupal\Tests\file\Kernel\Migrate\d7 | core/ |
Migrates all files in the file_managed table. | 1 | |||
MigrateFilterFormatTest | class | Drupal\Tests\filter\Kernel\Migrate\d6 | core/ |
Upgrade variables to filter.formats.*.yml. | ||||
MigrateFilterFormatTest | class | Drupal\Tests\filter\Kernel\Migrate\d7 | core/ |
Upgrade variables to filter.formats.*.yml. | ||||
MigrateFilterSettingsTest | class | Drupal\Tests\filter\Kernel\Migrate\d7 | core/ |
Tests migration of Filter's settings to configuration. |
Pagination
- Previous page
- Page 116
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.