Classes, traits, and interfaces - 8.9.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 1511
Name | Deprecated | Object type | Namespace | File name | Summary | Direct uses | Use statements | Strings |
---|---|---|---|---|---|---|---|---|
MigrateDrupal7TestBase | abstract class | Drupal\Tests\migrate_drupal\Kernel\d7 | core/ |
Base class for Drupal 7 migration tests. | 101 | 97 | ||
MigrateDrupalServiceProvider | class | Drupal\migrate_drupal | core/ |
Alters container services. | ||||
MigrateDrupalTestBase | abstract class | Drupal\Tests\migrate_drupal\Kernel | core/ |
Base class for Drupal migration tests. | 20 | 17 | ||
MigrateDrupalUpdateTest | class | Drupal\Tests\migrate_drupal\Functional | core/ |
Tests that migrate_drupal_multilingual is uninstalled. | ||||
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 | ||||
MigrateEntityComplete | class | Drupal\migrate\Plugin\Derivative | core/ |
MigrateEntityComplete deriver. | ||||
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/ |
|||||
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 | 64 | ||
MigrateExecutable | class | Drupal\migrate | core/ |
Defines a migrate executable class. | 2 | 35 | ||
MigrateExecutableInterface | interface | Drupal\migrate | core/ |
1 | 91 | |||
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 @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\Annotation | core/ |
Defines a field plugin annotation object. | 1 | 1 | 1 | |
MigrateFieldDeprecationTest | class | Drupal\Tests\Core\Field | core/ |
Test trigger_error is fired when deprecated classes are instantiated. | ||||
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. | ||||
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. | 2 | 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. | 2 | 2 | 2 | |
MigrateFieldPluginManagerInterface | interface | Drupal\migrate_drupal\Plugin | core/ |
2 | 9 | |||
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. | ||||
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. | ||||
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. |
Pagination
- Previous page
- Page 109
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.