Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
common.inc
»
DRUPAL_NO_CACHE
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
17 uses of DRUPAL_NO_CACHE
Block::defineOptions
in drupal/
core/
modules/
block/
lib/
Drupal/
block/
Plugin/
views/
display/
Block.php
Information about options for all kinds of purposes will be held here. @code 'option_name' =>
array
(
Block::getCacheType
in drupal/
core/
modules/
block/
lib/
Drupal/
block/
Plugin/
views/
display/
Block.php
Provide a single method to figure caching type, keeping a sensible default for when it's unset.
BlockCacheTest::testNoCache
in drupal/
core/
modules/
block/
lib/
Drupal/
block/
Tests/
BlockCacheTest.php
Test
DRUPAL_NO_CACHE
.
BlockTest::testBlockRehash
in drupal/
core/
modules/
block/
lib/
Drupal/
block/
Tests/
BlockTest.php
Test
_block_rehash
().
block_add_block_form_submit
in drupal/
core/
modules/
block/
block.admin.inc
Form submission handler for
block_add_block_form
().
block_block_info
in drupal/
core/
modules/
block/
block.module
Implements
hook_block_info
().
DisplayPluginBase::getSpecialBlocks
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
views/
display/
DisplayPluginBase.php
Provide the block system with any exposed widget blocks for this display.
hook_block_info
in drupal/
core/
modules/
block/
block.api.php
Define all blocks provided by the module.
language_block_info
in drupal/
core/
modules/
language/
language.module
Implements
hook_block_info
().
menu_block_info
in drupal/
core/
modules/
menu/
menu.module
Implements
hook_block_info
().
node_block_info
in drupal/
core/
modules/
node/
node.module
Implements
hook_block_info
().
search_block_info
in drupal/
core/
modules/
search/
search.module
Implements
hook_block_info
().
shortcut_block_info
in drupal/
core/
modules/
shortcut/
shortcut.module
Implements
hook_block_info
().
statistics_block_info
in drupal/
core/
modules/
statistics/
statistics.module
Implements
hook_block_info
().
system_block_info
in drupal/
core/
modules/
system/
system.module
Implements
hook_block_info
().
user_block_info
in drupal/
core/
modules/
user/
user.module
Implements
hook_block_info
().
_block_get_renderable_region
in drupal/
core/
modules/
block/
block.module
Gets an array of blocks suitable for
drupal_render
().