Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 8.9.x for conf
  4. Search 10.3.x for conf
  5. Other projects
Title Object type File name Summary
BlockConfigSchemaTest.php file core/modules/book/tests/src/Kernel/Block/BlockConfigSchemaTest.php
BlockConfigSchemaTest::$blockManager property core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php The block manager.
BlockConfigSchemaTest::$modules property core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php Modules to install.
BlockConfigSchemaTest::$modules property core/modules/book/tests/src/Kernel/Block/BlockConfigSchemaTest.php Modules to enable.
BlockConfigSchemaTest::$typedConfig property core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php The typed config manager.
BlockConfigSchemaTest::$typedConfig property core/modules/book/tests/src/Kernel/Block/BlockConfigSchemaTest.php The typed config manager.
BlockConfigSchemaTest::setUp function core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php
BlockConfigSchemaTest::setUp function core/modules/book/tests/src/Kernel/Block/BlockConfigSchemaTest.php
BlockConfigSchemaTest::testBlockConfigSchema function core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php Tests the block config schema for block plugins.
BlockConfigSchemaTest::testBlockConfigSchema function core/modules/book/tests/src/Kernel/Block/BlockConfigSchemaTest.php Tests the block config schema for block plugins.
BlockConfigSyncTest class core/modules/block/tests/src/Kernel/BlockConfigSyncTest.php Tests that blocks are not created during config sync.
BlockConfigSyncTest.php file core/modules/block/tests/src/Kernel/BlockConfigSyncTest.php
BlockConfigSyncTest::$modules property core/modules/block/tests/src/Kernel/BlockConfigSyncTest.php Modules to install.
BlockConfigSyncTest::register function core/modules/block/tests/src/Kernel/BlockConfigSyncTest.php Registers test-specific services.
BlockConfigSyncTest::setUp function core/modules/block/tests/src/Kernel/BlockConfigSyncTest.php
BlockConfigSyncTest::testNoBlocksCreatedDuringConfigSync function core/modules/block/tests/src/Kernel/BlockConfigSyncTest.php Tests blocks are not created during config sync.
BlockContentBlock::defaultConfiguration function core/modules/block_content/src/Plugin/Block/BlockContentBlock.php
BlockContentCreationTest::testConfigDependencies function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Tests placed content blocks create a dependency in the block placement.
BlockContentForm::configureBlock function core/modules/block_content/src/BlockContentForm.php Form submission handler for the 'configureBlock' action.
BlockDeleteForm::getConfirmText function core/modules/block/src/Form/BlockDeleteForm.php
BlockHooks::configurableLanguageDelete function core/modules/block/src/Hook/BlockHooks.php Implements hook_ENTITY_TYPE_delete() for 'configurable_language'.
BlockInterface::setVisibilityConfig function core/modules/block/src/BlockInterface.php Sets the visibility condition configuration.
BlockInvalidRegionTest::$configSchemaCheckerExclusions property core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php An array of config object names that are excluded from schema checking.
BlockPluginInterface::setConfigurationValue function core/lib/Drupal/Core/Block/BlockPluginInterface.php Sets a particular value in the block settings.
BlockPluginTrait::baseConfigurationDefaults function core/lib/Drupal/Core/Block/BlockPluginTrait.php Returns generic default configuration for block plugins.
BlockPluginTrait::buildConfigurationForm function core/lib/Drupal/Core/Block/BlockPluginTrait.php Creates a generic configuration form for all block types. Individual
block plugins can add elements to this form by overriding
BlockBase::blockForm(). Most block plugins should not override this
method unless they need to alter the generic form elements.
BlockPluginTrait::defaultConfiguration function core/lib/Drupal/Core/Block/BlockPluginTrait.php
BlockPluginTrait::getConfiguration function core/lib/Drupal/Core/Block/BlockPluginTrait.php
BlockPluginTrait::setConfiguration function core/lib/Drupal/Core/Block/BlockPluginTrait.php
BlockPluginTrait::setConfigurationValue function core/lib/Drupal/Core/Block/BlockPluginTrait.php
BlockPluginTrait::submitConfigurationForm function core/lib/Drupal/Core/Block/BlockPluginTrait.php Most block plugins should not override this method. To add submission
handling for a specific block type, override BlockBase::blockSubmit().
BlockPluginTrait::validateConfigurationForm function core/lib/Drupal/Core/Block/BlockPluginTrait.php Most block plugins should not override this method. To add validation
for a specific block type, override BlockBase::blockValidate().
BlockRebuildTest::$configSchemaCheckerExclusions property core/modules/block/tests/src/Kernel/BlockRebuildTest.php An array of config object names that are excluded from schema checking.
BlockRepositoryTest::providerBlocksConfig function core/modules/block/tests/src/Unit/BlockRepositoryTest.php Provides data to testGetVisibleBlocksPerRegion().
BlockTheme::$themeConfig property core/modules/block/src/Plugin/migrate/process/BlockTheme.php Contains the system.theme configuration object.
book.configuring.html.twig file core/modules/book/help_topics/book.configuring.html.twig ---
label: 'Configuring books'
related:
- book.about
- book.adding
- book.creating
- book.organizing
---
{% set settings_link_text %}{% trans %}Settings{% endtrans %}{% endset %}
{% set settings_link =…
BookManager::$configFactory property core/modules/book/src/BookManager.php Config Factory Service Object.
BookManagerTest::$configFactory property core/modules/book/tests/src/Unit/BookManagerTest.php The mocked config factory.
BookNavigationBlock::defaultConfiguration function core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookRemoveForm::getConfirmText function core/modules/book/src/Form/BookRemoveForm.php Returns a caption for the button that confirms the action.
BookSettingsForm::getEditableConfigNames function core/modules/book/src/Form/BookSettingsForm.php Gets the configuration names that will be editable.
BookSettingsFormTest::testConfigValuesSavedCorrectly function core/modules/book/tests/src/Kernel/BookSettingsFormTest.php Tests that submitted values are processed and saved correctly.
book_form_node_confirm_form_alter function core/modules/book/book.module Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\Form\NodeDeleteForm.
BootstrapConfigStorageFactory class core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php Defines a factory for retrieving the config storage used pre-kernel.
BootstrapConfigStorageFactory.php file core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php
BootstrapConfigStorageFactory::get function core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php Returns a configuration storage implementation.
BootstrapConfigStorageFactory::getDatabaseStorage function core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php Returns a Database configuration storage implementation.
BreakLockForm::getConfirmText function core/modules/views_ui/src/Form/BreakLockForm.php Returns a caption for the button that confirms the action.
Broken::buildConfigurationForm function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php Form constructor.
BrowserTestBase::$configImporter property core/tests/Drupal/Tests/BrowserTestBase.php The config importer that can be used in a test.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.