Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
CustomBlockTestBase.php
»
CustomBlockTestBase
»
CustomBlockTestBase::createCustomBlock
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
8 calls to CustomBlockTestBase::createCustomBlock()
CustomBlockBuildContentTest::testCustomBlockRebuildContent
in drupal/
core/
modules/
block/
custom_block/
lib/
Drupal/
custom_block/
Tests/
CustomBlockBuildContentTest.php
Ensures that content is rebuilt in calls to custom_block_build_content().
CustomBlockCreationTest::testFailedBlockCreation
in drupal/
core/
modules/
block/
custom_block/
lib/
Drupal/
custom_block/
Tests/
CustomBlockCreationTest.php
Verifies that a transaction rolls back the failed creation.
CustomBlockLoadHooksTest::testHookCustomBlockLoad
in drupal/
core/
modules/
block/
custom_block/
lib/
Drupal/
custom_block/
Tests/
CustomBlockLoadHooksTest.php
Tests that hook_custom_block_load() is invoked correctly.
CustomBlockPageViewTest::testPageEdit
in drupal/
core/
modules/
block/
custom_block/
lib/
Drupal/
custom_block/
Tests/
CustomBlockPageViewTest.php
Checks block edit functionality.
CustomBlockRevisionsTest::setUp
in drupal/
core/
modules/
block/
custom_block/
lib/
Drupal/
custom_block/
Tests/
CustomBlockRevisionsTest.php
Sets the test up.
CustomBlockSaveTest::testCustomBlockSaveOnInsert
in drupal/
core/
modules/
block/
custom_block/
lib/
Drupal/
custom_block/
Tests/
CustomBlockSaveTest.php
Tests saving a block on block insert.
CustomBlockSaveTest::testDeterminingChanges
in drupal/
core/
modules/
block/
custom_block/
lib/
Drupal/
custom_block/
Tests/
CustomBlockSaveTest.php
Tests determing changes in hook_block_presave().
CustomBlockTypeTest::testCustomBlockTypeDeletion
in drupal/
core/
modules/
block/
custom_block/
lib/
Drupal/
custom_block/
Tests/
CustomBlockTypeTest.php
Tests deleting a block type that still has content.