cache_invalidate_tags |
drupal/core/includes/cache.inc |
function |
8.x
Use \Drupal\Core\Cache\Cache::invalidateTags(). |
25 |
|
|
|
confirm_form |
drupal/core/modules/system/system.module |
function |
Use \Drupal\Core\Form\ConfirmFormBase instead. |
19 |
|
|
|
Drupal::getContainer |
drupal/core/lib/Drupal.php |
function |
This method is only useful for the testing environment, and as
a BC shiv for drupal_container(). It should not be used otherwise. |
|
6 |
|
|
drupal_add_http_header |
drupal/core/includes/bootstrap.inc |
function |
Header handling is being shifted to a Symfony response object. |
13 |
|
|
|
drupal_alter |
drupal/core/includes/bootstrap.inc |
function |
as of Drupal 8.0. Use
Drupal::moduleHandler()->alter($hook). |
73 |
|
|
|
drupal_container |
drupal/core/includes/bootstrap.inc |
function |
This function has been replaced by the \Drupal class. Use that
instead. |
12 |
|
|
|
drupal_explode_tags |
drupal/core/includes/common.inc |
function |
as of Drupal 8.0. Use Tags::explode() instead. |
14 |
|
|
|
drupal_get_http_header |
drupal/core/includes/bootstrap.inc |
function |
Header handling is being shifted to a Symfony response object. |
3 |
|
|
|
drupal_http_build_query |
drupal/core/includes/common.inc |
function |
as of Drupal 8.0. Use
Drupal::urlGenerator()->httpBuildQuery() instead. |
10 |
|
|
|
drupal_implode_tags |
drupal/core/includes/common.inc |
function |
as of Drupal 8.0. Use Tags::implode() instead. |
6 |
|
|
|
drupal_page_header |
drupal/core/includes/bootstrap.inc |
function |
Header handling is being shifted to a Symfony response object. |
1 |
|
|
|
drupal_send_headers |
drupal/core/includes/bootstrap.inc |
function |
Header handling is being shifted to a Symfony response object. |
1 |
|
|
|
EntityBody::calculateMd5 |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
function |
This will be deprecated soon |
|
|
|
|
entity_access_controller |
drupal/core/includes/entity.inc |
function |
Use \Drupal\Core\Entity\EntityManager::getRenderController(). |
|
|
|
|
entity_form_controller |
drupal/core/includes/entity.inc |
function |
Use \Drupal\Core\Entity\EntityManager::getFormController(). |
|
|
|
|
entity_get_controller |
drupal/core/includes/entity.inc |
function |
Use \Drupal\Core\Entity\EntityManager::getStorageController(). |
|
|
|
|
entity_get_info |
drupal/core/includes/entity.inc |
function |
Use \Drupal\Core\Entity\EntityManager::getDefinitions() directly. |
73 |
|
|
|
entity_list_controller |
drupal/core/includes/entity.inc |
function |
Use \Drupal\Core\Entity\EntityManager::getFormController(). |
|
|
|
|
entity_render_controller |
drupal/core/includes/entity.inc |
function |
Use \Drupal\Core\Entity\EntityManager::getFormController(). |
|
|
|
|
ErrorHandler |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/ErrorHandler.php |
class |
Deprecated in 2.3, to be removed in 3.0. Use the same class from the Debug component instead. |
|
|
|
3 |
ExceptionHandler |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/ExceptionHandler.php |
class |
Deprecated in 2.3, to be removed in 3.0. Use the same class from the Debug component instead. |
|
|
|
|
FatalErrorException |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/FatalErrorException.php |
class |
Deprecated in 2.3, to be removed in 3.0. Use the same class from the Debug component instead. |
|
|
|
|
field_create_field |
drupal/core/modules/field/field.crud.inc |
function |
as of Drupal 8.0. Use
entity_create('field_entity', $definition)->save().
See: Field API data structures. |
121 |
|
|
|
field_create_instance |
drupal/core/modules/field/field.crud.inc |
function |
as of Drupal 8.0. Use
entity_create('field_instance', $definition)->save().
See: Field API data structures. |
122 |
|
|
|
field_delete_field |
drupal/core/modules/field/field.crud.inc |
function |
as of Drupal 8.0. Use $field->delete(). |
7 |
|
|
|
field_delete_instance |
drupal/core/modules/field/field.crud.inc |
function |
as of Drupal 8.0. Use $instance->delete(). |
8 |
|
|
|
field_update_field |
drupal/core/modules/field/field.crud.inc |
function |
as of Drupal 8.0. Use $field->save(). |
33 |
|
|
|
field_update_instance |
drupal/core/modules/field/field.crud.inc |
function |
as of Drupal 8.0. Use $instance->save(). |
17 |
|
|
|
FlattenException |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/FlattenException.php |
class |
Deprecated in 2.3, to be removed in 3.0. Use the same class from the Debug component instead. |
|
|
|
5 |
Kernel::init |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
function |
Deprecated since version 2.3, to be removed in 3.0. Move your logic in the constructor instead. |
|
1 |
3 |
|
language |
drupal/core/includes/bootstrap.inc |
function |
as of Drupal 8.0. Use
Drupal::service('language_manager')->getLanguage($type). |
53 |
|
|
|
lock |
drupal/core/includes/bootstrap.inc |
function |
Use Drupal::lock() instead, or even better have the lock service
injected into your object. |
|
|
|
|
LoggerInterface |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/LoggerInterface.php |
interface |
since 2.2, to be removed in 3.0. Type-hint \Psr\Log\LoggerInterface instead. |
|
1 |
|
2 |
LoggerInterface::crit |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/LoggerInterface.php |
function |
since 2.2, to be removed in 3.0. Use critical() which is PSR-3 compatible. |
|
|
1 |
|
LoggerInterface::emerg |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/LoggerInterface.php |
function |
since 2.2, to be removed in 3.0. Use emergency() which is PSR-3 compatible. |
|
|
1 |
|
LoggerInterface::err |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/LoggerInterface.php |
function |
since 2.2, to be removed in 3.0. Use error() which is PSR-3 compatible. |
|
|
1 |
|
LoggerInterface::warn |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/LoggerInterface.php |
function |
since 2.2, to be removed in 3.0. Use warning() which is PSR-3 compatible. |
|
|
1 |
|
module_disable |
drupal/core/includes/module.inc |
function |
as of Drupal 8.0. Use
Drupal::moduleHandler()->disable($module_list, $disable_dependents = TRUE). |
20 |
|
|
|
module_enable |
drupal/core/includes/module.inc |
function |
as of Drupal 8.0. Use
Drupal::moduleHandler()->enable($module_list, $enable_dependencies = TRUE). |
57 |
|
|
|
module_exists |
drupal/core/includes/bootstrap.inc |
function |
as of Drupal 8.0. Use
Drupal::moduleHandler()->moduleExists($hook). |
92 |
|
|
|
module_hook |
drupal/core/includes/bootstrap.inc |
function |
as of Drupal 8.0. Use
Drupal::moduleHandler()->implementsHook($module, $hook). |
7 |
|
|
|
module_implements |
drupal/core/includes/bootstrap.inc |
function |
as of Drupal 8.0. Use
Drupal::moduleHandler()->getImplementations($hook). |
60 |
|
|
|
module_invoke |
drupal/core/includes/bootstrap.inc |
function |
as of Drupal 8.0. Use
Drupal::moduleHandler()->invoke($module, $hook, $args = array()). |
46 |
|
|
|
module_invoke_all |
drupal/core/includes/bootstrap.inc |
function |
as of Drupal 8.0. Use
Drupal::moduleHandler()->invokeAll($hook). |
86 |
|
|
|
module_list |
drupal/core/includes/bootstrap.inc |
function |
as of Drupal 8.0. Use
Drupal::moduleHandler()->getModuleList(). |
|
|
|
|
module_uninstall |
drupal/core/includes/module.inc |
function |
as of Drupal 8.0. Use
Drupal::moduleHandler()->uninstall($module_list, $uninstall_dependents = TRUE). |
7 |
|
|
|
NullLogger::crit |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/NullLogger.php |
function |
since 2.2, to be removed in 3.0. Use critical() which is PSR-3 compatible. |
|
|
|
|
NullLogger::emerg |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/NullLogger.php |
function |
since 2.2, to be removed in 3.0. Use emergency() which is PSR-3 compatible. |
|
|
|
|
NullLogger::err |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/NullLogger.php |
function |
since 2.2, to be removed in 3.0. Use error() which is PSR-3 compatible. |
|
|
|
|
NullLogger::warn |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/NullLogger.php |
function |
since 2.2, to be removed in 3.0. Use warning() which is PSR-3 compatible. |
|
|
|
|