You are here

Deprecated in Zircon Profile 8

Primary tabs

Examples: "before Drupal 9", "in Drupal 8.4"
Namesort descending Location Type Deprecation Direct uses Namespaced uses Overrides Use statements
EntityManager::getViewBuilder core/lib/Drupal/Core/Entity/EntityManager.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0.
EntityManager::getViewModeOptions core/lib/Drupal/Core/Entity/EntityManager.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0.
EntityManager::getViewModeOptionsByBundle core/lib/Drupal/Core/Entity/EntityManager.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0.
EntityManager::getViewModes core/lib/Drupal/Core/Entity/EntityManager.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0.
EntityManager::hasDefinition core/lib/Drupal/Core/Entity/EntityManager.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0.
EntityManager::hasHandler core/lib/Drupal/Core/Entity/EntityManager.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0.
EntityManager::loadEntityByConfigTarget core/lib/Drupal/Core/Entity/EntityManager.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0.
EntityManager::loadEntityByUuid core/lib/Drupal/Core/Entity/EntityManager.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0.
EntityManager::onBundleCreate core/lib/Drupal/Core/Entity/EntityManager.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0.
EntityManager::onBundleDelete core/lib/Drupal/Core/Entity/EntityManager.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0.
EntityManager::onEntityTypeDelete core/lib/Drupal/Core/Entity/EntityManager.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0.
EntityManager::onEntityTypeUpdate core/lib/Drupal/Core/Entity/EntityManager.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0.
EntityManager::onFieldDefinitionCreate core/lib/Drupal/Core/Entity/EntityManager.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0.
EntityManager::onFieldDefinitionDelete core/lib/Drupal/Core/Entity/EntityManager.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0.
EntityManager::onFieldDefinitionUpdate core/lib/Drupal/Core/Entity/EntityManager.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0.
EntityManager::onFieldStorageDefinitionCreate core/lib/Drupal/Core/Entity/EntityManager.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0.
EntityManager::onFieldStorageDefinitionDelete core/lib/Drupal/Core/Entity/EntityManager.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0.
EntityManager::onFieldStorageDefinitionUpdate core/lib/Drupal/Core/Entity/EntityManager.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0.
EntityManager::setFieldMap core/lib/Drupal/Core/Entity/EntityManager.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0.
EntityManagerInterface core/lib/Drupal/Core/Entity/EntityManagerInterface.php interface in Drupal 8.0.0, will be removed before Drupal 9.0.0. 1 160
EntityManagerInterface::getLastInstalledDefinition core/lib/Drupal/Core/Entity/EntityManagerInterface.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0. 1
EntityManagerInterface::getLastInstalledFieldStorageDefinitions core/lib/Drupal/Core/Entity/EntityManagerInterface.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0. 1
EntityReference core/modules/entity_reference/src/Plugin/views/display/EntityReference.php class in Drupal 8.0.x and will be removed in Drupal 9.0.x. Use \Drupal\views\Plugin\views\display\EntityReference instead.
EntityReference core/modules/entity_reference/src/Plugin/views/style/EntityReference.php class in Drupal 8.0.x and will be removed in Drupal 9.0.x. Use \Drupal\views\Plugin\views\style\EntityReference instead.
EntityReference core/modules/entity_reference/src/Plugin/views/row/EntityReference.php class in Drupal 8.0.x and will be removed in Drupal 9.0.x. Use \Drupal\views\Plugin\views\row\EntityReference instead.
EntityType::$label_callback core/lib/Drupal/Core/Entity/EntityType.php property in Drupal 8.0.x-dev and will be removed before Drupal 9.0.0. Use Drupal\Core\Entity\EntityInterface::label() for complex label generation as needed.
EntityTypeInterface::getLabelCallback core/lib/Drupal/Core/Entity/EntityTypeInterface.php function in Drupal 8.0.x-dev and will be removed before Drupal 9.0.0. Use Drupal\Core\Entity\EntityInterface::label() for complex label generation as needed. 1
EntityTypeInterface::hasLabelCallback core/lib/Drupal/Core/Entity/EntityTypeInterface.php function in Drupal 8.0.x-dev and will be removed before Drupal 9.0.0. Use EntityInterface::label() for complex label generation as needed. 1
EntityTypeInterface::setLabelCallback core/lib/Drupal/Core/Entity/EntityTypeInterface.php function in Drupal 8.0.x-dev and will be removed before Drupal 9.0.0. Use EntityInterface::label() for complex label generation as needed. 1
EntityTypeRepositoryInterface::clearCachedDefinitions core/lib/Drupal/Core/Entity/EntityTypeRepositoryInterface.php function in Drupal 8.0.0, will be removed before Drupal 9.0.0. 1
entity_create core/includes/entity.inc function in Drupal 8.0.x, will be removed before Drupal 9.0.0. Use The method overriding Entity::create() for the entity type, e.g. \Drupal\node\Entity\Node::create() if the entity type is known. If the entity type is variable, use the entity storage's create() method to construct a new entity: 400
entity_delete_multiple core/includes/entity.inc function as of Drupal 8.0.x, will be removed before Drupal 9.0.0. Use the entity storage's delete() method to delete multiple entities: 21
entity_get_bundles core/includes/entity.inc function in Drupal 8.x-dev and will be removed before Drupal 9.0.0. Use \Drupal\Core\Entity\EntityManagerInterface::getBundleInfo() for a single bundle, or \Drupal\Core\Entity\EntityManagerInterface::getAllBundleInfo() for all bundles. 12
entity_get_display core/includes/entity.inc function as of Drupal 8.0.x, will be removed before Drupal 9.0.0. If the display is available in configuration use: \Drupal::entityManager() ->getStorage('entity_view_display') ->load($entity_type . '.' . $bundle . '.' . $view_mode); When the display is not available in configuration, you can create a new EntityViewDisplay object using: $values = array( 'targetEntityType' => $entity_type, 'bundle' => $bundle, 'mode' => $view_mode, 'status' => TRUE, )); \Drupal::entityManager()->getStorage('entity_view_display')->create($values); 23
entity_get_form_display core/includes/entity.inc function as of Drupal 8.0.x, will be removed before Drupal 9.0.0. If the entity form display is available in configuration use: 16
entity_load core/includes/entity.inc function in Drupal 8.0.x, will be removed before Drupal 9.0.0. Use The method overriding Entity::load() for the entity type, e.g. \Drupal\node\Entity\Node::load() if the entity type is known. If the entity type is variable, use the entity manager service to load the entity from the entity storage: 150
entity_load_multiple core/includes/entity.inc function in Drupal 8.0.x, will be removed before Drupal 9.0.0. Use The method overriding Entity::loadMultiple() for the entity type, e.g. \Drupal\node\Entity\Node::loadMultiple() if the entity type is known. If the entity type is variable, use the entity manager service to load the entity from the entity storage: 14
entity_load_multiple_by_properties core/includes/entity.inc function as of Drupal 8.0.x, will be removed before Drupal 9.0.0. Use the entity storage's loadByProperties() method to load an entity by their property values: 56
entity_load_unchanged core/includes/entity.inc function as of Drupal 8.0.x, will be removed before Drupal 9.0.0. Use the entity storage's loadUnchanged() method to load an unchanged entity: 2
entity_page_label core/includes/entity.inc function as of Drupal 8.0.x, will be removed before Drupal 9.0.0. Use the entity's label() method to get the label of the entity:
entity_revision_delete core/includes/entity.inc function as of Drupal 8.0.x, will be removed before Drupal 9.0.0. Use the entity storage's deleteRevision() method to delete a specific entity revision: 2
entity_revision_load core/includes/entity.inc function as of Drupal 8.0.x, will be removed before Drupal 9.0.0. Use the entity storage's loadRevision() method to load a specific entity revision: 7
entity_view core/includes/entity.inc function as of Drupal 8.0.x, will be removed before Drupal 9.0.0. Use the entity view builder's view() method for creating a render array: 12
entity_view_multiple core/includes/entity.inc function as of Drupal 8.0.x, will be removed before Drupal 9.0.0. Use the entity view builder's viewMultiple() method for creating a render array for the provided entities: 8
ErrorHandler vendor/symfony/http-kernel/Debug/ErrorHandler.php class since version 2.3, to be removed in 3.0. Use the same class from the Debug component instead.
ErrorHandler::$displayErrors vendor/symfony/debug/ErrorHandler.php property since version 2.6, to be removed in 3.0.
ErrorHandler::handle vendor/symfony/debug/ErrorHandler.php function since version 2.6, to be removed in 3.0. Use handleError() instead.
ErrorHandler::handleFatal vendor/symfony/debug/ErrorHandler.php function since version 2.6, to be removed in 3.0. Use handleFatalError() instead.
ErrorHandler::setDisplayErrors vendor/symfony/debug/ErrorHandler.php function since version 2.6, to be removed in 3.0. Use throwAt() instead.
ErrorHandler::setLevel vendor/symfony/debug/ErrorHandler.php function since version 2.6, to be removed in 3.0. Use throwAt() instead.

Pages

Other projects