Deprecated in Entity API 8
Primary tabs
Name | Location | Type | Deprecation | Direct uses | Namespaced uses | Overrides | Use statements |
---|---|---|---|---|---|---|---|
DeleteAction |
src/ |
class | Use "entity:delete_action" instead. | ||||
DeleteMultipleForm |
src/ |
class | Use \Drupal\Core\Entity\Form\DeleteMultipleForm instead. | ||||
DeleteMultipleRouteProvider |
src/ |
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/ |
class | in favor of \Drupal\Core\Entity\EntityViewBuilder. Use that instead. | ||||
RevisionableContentEntityForm |
src/ |
class | Use \Drupal\Core\Entity\ContentEntityForm instead. | ||||
RevisionableEntityBundleInterface |
src/ |
interface | in favor of \Drupal\Core\Entity\RevisionableEntityBundleInterface. Use that instead. |