| block--search-form-block.html.twig |
file |
core/profiles/demo_umami/themes/umami/templates/components/search/block--search-form-block.html.twig |
Theme override for the search form block. |
| block--search-form-block.html.twig |
file |
core/themes/olivero/templates/block/block--search-form-block.html.twig |
Olivero's theme implementation for a search form block. |
| block--search-form-block.html.twig |
file |
core/themes/claro/templates/classy/block/block--search-form-block.html.twig |
Theme override for the search form block. |
| block--search-form-block.html.twig |
file |
core/themes/starterkit_theme/templates/block/block--search-form-block.html.twig |
Theme override for the search form block. |
| block--secondary-menu--plugin-id--search-form-block.html.twig |
file |
core/themes/olivero/templates/block/block--secondary-menu--plugin-id--search-form-block.html.twig |
Theme implementation for a search form block in the Secondary Menu region. |
| block.block.olivero_search_form_narrow.yml |
file |
core/themes/olivero/config/optional/block.block.olivero_search_form_narrow.yml |
core/themes/olivero/config/optional/block.block.olivero_search_form_narrow.yml |
| block.block.olivero_search_form_wide.yml |
file |
core/themes/olivero/config/optional/block.block.olivero_search_form_wide.yml |
core/themes/olivero/config/optional/block.block.olivero_search_form_wide.yml |
| Block::blockForm |
function |
core/modules/views/src/Plugin/views/display/Block.php |
Adds the configuration form elements specific to this views block plugin. |
| Block::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/display/Block.php |
Provide the default form for setting options. |
| Block::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/display/Block.php |
Perform any necessary changes to the form values prior to storage. |
| Block::usesExposedFormInBlock |
function |
core/modules/views/src/Plugin/views/display/Block.php |
Checks to see if the display can put the exposed form in a block. |
| BlockAddController::blockAddConfigureForm |
function |
core/modules/block/src/Controller/BlockAddController.php |
Build the block instance add form. |
| BlockBase::buildConfigurationForm |
function |
core/lib/Drupal/Core/Block/BlockBase.php |
Form constructor. |
| BlockBase::submitConfigurationForm |
function |
core/lib/Drupal/Core/Block/BlockBase.php |
Form submission handler. |
| BlockContentBlock::blockForm |
function |
core/modules/block_content/src/Plugin/Block/BlockContentBlock.php |
|
| BlockContentController::addForm |
function |
core/modules/block_content/src/Controller/BlockContentController.php |
Presents the content block creation form. |
| BlockContentController::getAddFormTitle |
function |
core/modules/block_content/src/Controller/BlockContentController.php |
Provides the page title for this controller. |
| BlockContentCreationTest::testBlockContentFormSubmitHandlers |
function |
core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php |
Tests the redirect workflow of creating a block_content and block. |
| BlockContentDeleteForm |
class |
core/modules/block_content/src/Form/BlockContentDeleteForm.php |
Provides a confirmation form for deleting a content block entity. |
| BlockContentDeleteForm.php |
file |
core/modules/block_content/src/Form/BlockContentDeleteForm.php |
|
| BlockContentDeleteForm::getDescription |
function |
core/modules/block_content/src/Form/BlockContentDeleteForm.php |
Returns additional text to display as a description. |
| BlockContentForm |
class |
core/modules/block_content/src/BlockContentForm.php |
Form handler for the content block edit forms. |
| BlockContentForm.php |
file |
core/modules/block_content/src/BlockContentForm.php |
|
| BlockContentForm::$entity |
property |
core/modules/block_content/src/BlockContentForm.php |
The block content entity. |
| BlockContentForm::actions |
function |
core/modules/block_content/src/BlockContentForm.php |
Returns an array of supported actions for the current entity form. |
| BlockContentForm::configureBlock |
function |
core/modules/block_content/src/BlockContentForm.php |
Form submission handler for the 'configureBlock' action. |
| BlockContentForm::form |
function |
core/modules/block_content/src/BlockContentForm.php |
Gets the actual form array to be built. |
| BlockContentForm::save |
function |
core/modules/block_content/src/BlockContentForm.php |
Form submission handler for the 'save' action. |
| BlockContentJsonAnonTest::$format |
property |
core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonAnonTest.php |
The format to use in this test. |
| BlockContentJsonBasicAuthTest::$format |
property |
core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonBasicAuthTest.php |
The format to use in this test. |
| BlockContentJsonCookieTest::$format |
property |
core/modules/block_content/tests/src/Functional/Rest/BlockContentJsonCookieTest.php |
The format to use in this test. |
| BlockContentModerationHandler::enforceRevisionsBundleFormAlter |
function |
core/modules/content_moderation/src/Entity/Handler/BlockContentModerationHandler.php |
Alters bundle forms to enforce revision handling. |
| BlockContentModerationHandler::enforceRevisionsEntityFormAlter |
function |
core/modules/content_moderation/src/Entity/Handler/BlockContentModerationHandler.php |
Alters entity forms to enforce revision handling. |
| BlockContentRevisionDeleteTest::testDeleteForm |
function |
core/modules/block_content/tests/src/Functional/BlockContentRevisionDeleteTest.php |
Tests revision delete. |
| BlockContentRevisionRevertTest::testRevertForm |
function |
core/modules/block_content/tests/src/Functional/BlockContentRevisionRevertTest.php |
Tests revision revert. |
| BlockContentRouteProvider::getDeleteFormRoute |
function |
core/modules/block_content/src/Routing/BlockContentRouteProvider.php |
Gets the delete-form route. |
| BlockContentRouteProvider::getEditFormRoute |
function |
core/modules/block_content/src/Routing/BlockContentRouteProvider.php |
Gets the edit-form route. |
| BlockContentTranslationHandler::entityFormTitle |
function |
core/modules/block_content/src/BlockContentTranslationHandler.php |
Returns the title to be used for the entity form page. |
| BlockContentTypeDeleteForm |
class |
core/modules/block_content/src/Form/BlockContentTypeDeleteForm.php |
Provides a confirmation form for deleting a block type entity. |
| BlockContentTypeDeleteForm.php |
file |
core/modules/block_content/src/Form/BlockContentTypeDeleteForm.php |
|
| BlockContentTypeDeleteForm::buildForm |
function |
core/modules/block_content/src/Form/BlockContentTypeDeleteForm.php |
Form constructor. |
| BlockContentTypeForm |
class |
core/modules/block_content/src/BlockContentTypeForm.php |
The block content type entity form. |
| BlockContentTypeForm.php |
file |
core/modules/block_content/src/BlockContentTypeForm.php |
|
| BlockContentTypeForm::copyFormValuesToEntity |
function |
core/modules/block_content/src/BlockContentTypeForm.php |
Copies top-level form values to entity properties. |
| BlockContentTypeForm::form |
function |
core/modules/block_content/src/BlockContentTypeForm.php |
Gets the actual form array to be built. |
| BlockContentTypeForm::save |
function |
core/modules/block_content/src/BlockContentTypeForm.php |
Form submission handler for the 'save' action. |
| BlockContentTypeJsonAnonTest::$format |
property |
core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeJsonAnonTest.php |
The format to use in this test. |
| BlockContentTypeJsonBasicAuthTest::$format |
property |
core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeJsonBasicAuthTest.php |
The format to use in this test. |
| BlockContentTypeJsonCookieTest::$format |
property |
core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeJsonCookieTest.php |
The format to use in this test. |
| BlockContentTypeXmlAnonTest::$format |
property |
core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeXmlAnonTest.php |
The format to use in this test. |