You are here

Deprecated in Entity API 8

Primary tabs

Examples: "before Drupal 9", "in Drupal 8.4"
Namesort descending Location Type Deprecation Direct uses Namespaced uses Overrides Use statements
DeleteAction src/Plugin/Action/DeleteAction.php class Use "entity:delete_action" instead.
DeleteMultipleForm src/Form/DeleteMultipleForm.php class Use \Drupal\Core\Entity\Form\DeleteMultipleForm instead.
DeleteMultipleRouteProvider src/Routing/DeleteMultipleRouteProvider.php class Since Drupal 8.6.x the core DefaultHtmlRouteProvider provides the route for any entity type with a "delete-multiple-form" link template and a "delete-multiple-confirm" form.
EntityViewBuilder src/EntityViewBuilder.php class in favor of \Drupal\Core\Entity\EntityViewBuilder. Use that instead.
RevisionableContentEntityForm src/Form/RevisionableContentEntityForm.php class Use \Drupal\Core\Entity\ContentEntityForm instead.
RevisionableEntityBundleInterface src/Entity/RevisionableEntityBundleInterface.php interface in favor of \Drupal\Core\Entity\RevisionableEntityBundleInterface. Use that instead.

Other projects