Deprecated - 8.9.x - drupal
Title | File name | Deprecation | Type | Direct uses | Namespaced uses | Overrides | Use statements |
---|---|---|---|---|---|---|---|
MessageResourceTestBase | core/ |
in drupal:8.6.0 and is removed from drupal:9.0.0. Use Drupal\Tests\contact\Functional\Rest\MessageResourceTestBase instead. |
class | ||||
MigrateCckField | core/ |
in drupal:8.3.0 and is removed from drupal:9.0.0. Use \Drupal\migrate_drupal\Annotation\MigrateField instead. Plugin Namespace: Plugin\migrate\cckfield |
class | ||||
MigrateCckFieldInterface | core/ |
in drupal:8.3.0 and is removed from drupal:9.0.0. Use \Drupal\migrate_drupal\Annotation\MigrateField instead. |
interface | 1 | 2 | ||
MigrateCckFieldPluginManager | core/ |
in drupal:8.3.0 and is removed from drupal:9.0.0. Use \Drupal\migrate_drupal\Plugin\MigrateFieldPluginManager instead. |
class | ||||
MigrateCckFieldPluginManagerInterface | core/ |
in drupal:8.3.0 and is removed from drupal:9.0.0. Use \Drupal\migrate_drupal\Plugin\MigrateFieldPluginManagerInterface instead. |
interface | 1 | 3 | ||
MigrateIdMapInterface::getMessageIterator | core/ |
in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\migrate\Plugin\MigrateIdMapInterface::getMessages() instead. |
function | 2 | |||
MigrateIdMapInterface::lookupDestinationId | core/ |
in drupal:8.1.0 and is removed from drupal:9.0.0. Use lookupDestinationIds() instead. |
function | 2 | |||
MigrateSqlSourceTestCase | core/ |
in drupal:8.2.0 and is removed from drupal:9.0.0. Use \Drupal\Tests\migrate\Kernel\MigrateSqlSourceTestBase instead. |
class | 4 | 4 | ||
Migration | core/ |
in drupal:8.3.0 and is removed from drupal:9.0.0. Use \Drupal\migrate\Plugin\migrate\process\MigrationLookup instead. |
class | 1 | |||
Migration::get | core/ |
in drupal:8.1.0 and is removed from drupal:9.0.0. Use more specific getters instead. |
function | ||||
MigrationCreationTrait | core/ |
in drupal:8.1.0 and is removed from drupal:9.0.0. Use \Drupal\migrate_drupal\MigrationConfigurationTrait instead. |
trait | ||||
MigrationLookup::createStubRow | core/ |
in drupal:8.8.0 and is removed from drupal:9.0.0. Use the migrate.stub service to create stubs. |
function | ||||
MissingGroupException | core/ |
in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Test\Exception\MissingGroupException instead. |
class | ||||
MockEditEntityFieldAccessCheck | core/ |
in drupal:8.4.0 and is removed from drupal:9.0.0. |
class | ||||
ModerationInformationInterface::getLatestRevision | core/ |
in drupal:8.8.0 and is removed from drupal:9.0.0. Use RevisionableStorageInterface::getLatestRevisionId and RevisionableStorageInterface::loadRevision instead. |
function | 1 | |||
ModerationInformationInterface::getLatestRevisionId | core/ |
in drupal:8.8.0 and is removed from drupal:9.0.0. Use RevisionableStorageInterface::getLatestRevisionId instead. |
function | 1 | |||
ModerationInformationInterface::isLatestRevision | core/ |
in drupal:8.8.0 and is removed from drupal:9.0.0. Use RevisionableInterface::isLatestRevision instead. |
function | 1 | |||
ModerationOptOutPublishNode | core/ |
in drupal:8.5.0 and is removed from drupal:9.0.0. Use \Drupal\content_moderation\Plugin\Action\ModerationOptOutPublish instead. |
class | ||||
ModerationOptOutUnpublishNode | core/ |
in drupal:8.5.0 and is removed from drupal:9.0.0. Use \Drupal\content_moderation\Plugin\Action\ModerationOptOutUnpublish instead. |
class | ||||
ModuleHandler::parseDependency | core/ |
in drupal:8.7.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Extension\Dependency::createFromString() instead. |
function | 1 | |||
ModuleTestBase | core/ |
in drupal:8.?.? and is removed from drupal:9.0.0. Use \Drupal\Tests\system\Functional\Module\ModuleTestBase instead. |
class | ||||
Node::getCckData | core/ |
in drupal:8.2.0 and is removed from drupal:9.0.0. Use getFieldData() instead. |
function | ||||
Node::getCurrentUserId | core/ |
The ::getCurrentUserId method is deprecated in 8.6.x and will be removed before 9.0.0. |
function | 1 | |||
NodeAccessControlHandlerInterface::writeGrants | core/ |
in drupal:8.0.0 and is removed from drupal:9.0.0. Use \Drupal\node\NodeAccessControlHandlerInterface::acquireGrants(). |
function | 1 | |||
NodeController::add | core/ |
in drupal:8.8.0 and is removed from drupal:9.0.0. Define entity form routes through the _entity_form instead through the _controller directive. |
function | ||||
NodeCreationTrait | core/ |
in drupal:8.4.0 and is removed from drupal:9.0.0. Use \Drupal\Tests\node\Traits\NodeCreationTrait instead. |
trait | ||||
NodeForm::updateStatus | core/ |
in drupal:8.4.0 and is removed from drupal:9.0.0. The "Publish" button was removed. |
function | ||||
NodeInterface::getRevisionAuthor | core/ |
in drupal:8.2.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Entity\RevisionLogInterface::getRevisionUser() instead. |
function | 1 | |||
NodeInterface::setRevisionAuthorId | core/ |
in drupal:8.2.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Entity\RevisionLogInterface::setRevisionUserId() instead. |
function | 1 | |||
NodeResourceTestBase | core/ |
in drupal:8.6.0 and is removed from drupal:9.0.0. Use Drupal\Tests\node\Functional\Rest\NodeResourceTestBase instead. |
class | ||||
NodeTestBase | core/ |
in drupal:8.?.? and is removed from drupal:9.0.0. Use \Drupal\Tests\node\Functional\Views\NodeTestBase instead. |
class | ||||
NodeTestBase | core/ |
in drupal:8.?.? and is removed from drupal:9.0.0. Use \Drupal\Tests\node\Functional\NodeTestBase instead. |
class | ||||
NodeTypeInterface::isNewRevision | core/ |
in drupal:8.3.0 and is removed from drupal:9.0.0. Use Drupal\Core\Entity\RevisionableEntityBundleInterface::shouldCreateNewRevision() instead. |
function | 1 | |||
NodeTypeResourceTestBase | core/ |
in drupal:8.6.0 and is removed from drupal:9.0.0. Use Drupal\Tests\node\Functional\Rest\NodeTypeResourceTestBase instead. |
class | ||||
node_load | core/ |
in drupal:8.0.0 and is removed from drupal:9.0.0. Use \Drupal\node\Entity\Node::load(). |
function | 1 | |||
node_load_multiple | core/ |
in drupal:8.0.0 and is removed from drupal:9.0.0. Use \Drupal\node\Entity\Node::loadMultiple(). |
function | 1 | |||
NODE_NOT_PROMOTED | core/ |
in drupal:8.?.? and is removed from drupal:9.0.0. Use \Drupal\node\NodeInterface::NOT_PROMOTED instead. |
constant | ||||
NODE_NOT_PUBLISHED | core/ |
in drupal:8.?.? and is removed from drupal:9.0.0. Use \Drupal\node\NodeInterface::NOT_PUBLISHED instead. |
constant | ||||
NODE_NOT_STICKY | core/ |
in drupal:8.?.? and is removed from drupal:9.0.0. Use \Drupal\node\NodeInterface::NOT_STICKY instead. |
constant | ||||
NODE_PROMOTED | core/ |
in drupal:8.?.? and is removed from drupal:9.0.0. Use \Drupal\node\NodeInterface::PROMOTED instead. |
constant | ||||
NODE_PUBLISHED | core/ |
in drupal:8.?.? and is removed from drupal:9.0.0. Use \Drupal\node\NodeInterface::PUBLISHED instead. |
constant | ||||
NODE_STICKY | core/ |
in drupal:8.?.? and is removed from drupal:9.0.0. Use \Drupal\node\NodeInterface::STICKY instead. |
constant | ||||
node_type_get_types | core/ |
in drupal:8.0.0 and is removed from drupal:9.0.0. Use \Drupal\node\Entity\NodeType::loadMultiple(). |
function | ||||
node_type_load | core/ |
in drupal:8.0.0 and is removed from drupal:9.0.0. Use \Drupal\node\Entity\NodeType::load(). |
function | 1 | |||
node_view | core/ |
in drupal:8.7.0 and is removed from drupal:9.0.0. Use \Drupal::entityTypeManager()->getViewBuilder('node')->view() instead. |
function | 1 | |||
node_view_multiple | core/ |
in drupal:8.7.0 and is removed from drupal:9.0.0. Use \Drupal::entityTypeManager()->getViewBuilder('node')->viewMultiple() instead. |
function | 1 | |||
NormalizerTestBase | core/ |
in drupal:8.?.? and is removed from drupal:9.0.0. Use \Drupal\Tests\serialization\Kernel\NormalizerTestBase instead. |
class | ||||
NumberField | core/ |
in drupal:8.7.0 and is removed from drupal:9.0.0. Use \Drupal\field\Plugin\migrate\field\d7\NumberField instead. |
class | 1 | |||
OffCanvasTestBase::waitForNoElement | core/ |
in drupal:8.8.0 and is removed from drupal:9.0.0. Use Drupal\FunctionalJavascriptTests\JSWebAssert::assertNoElementAfterWait() |
function | ||||
PageCacheTagsTestBase | core/ |
in drupal:8.?.? and is removed from drupal:9.0.0. Use \Drupal\Tests\system\Functional\Cache\PageCacheTagsTestBase instead. |
class | 1 | 1 |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.