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. |
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. |
BlockContentTypeXmlBasicAuthTest::$format |
property |
core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeXmlBasicAuthTest.php |
The format to use in this test. |
BlockContentTypeXmlCookieTest::$format |
property |
core/modules/block_content/tests/src/Functional/Rest/BlockContentTypeXmlCookieTest.php |
The format to use in this test. |
BlockContentXmlAnonTest::$format |
property |
core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlAnonTest.php |
The format to use in this test. |
BlockContentXmlBasicAuthTest::$format |
property |
core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlBasicAuthTest.php |
The format to use in this test. |
BlockContentXmlCookieTest::$format |
property |
core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlCookieTest.php |
The format to use in this test. |
BlockController::performOperation |
function |
core/modules/block/src/Controller/BlockController.php |
Calls a method on a block and reloads the listing page. |
BlockDeleteForm |
class |
core/modules/block/src/Form/BlockDeleteForm.php |
Provides a deletion confirmation form for the block instance deletion form. |
BlockDeleteForm.php |
file |
core/modules/block/src/Form/BlockDeleteForm.php |
|
BlockDeleteForm::getCancelUrl |
function |
core/modules/block/src/Form/BlockDeleteForm.php |
|
BlockDeleteForm::getConfirmText |
function |
core/modules/block/src/Form/BlockDeleteForm.php |
|
BlockDeleteForm::getDeletionMessage |
function |
core/modules/block/src/Form/BlockDeleteForm.php |
Gets the message to display to the user after deleting the entity. |
BlockDeleteForm::getDescription |
function |
core/modules/block/src/Form/BlockDeleteForm.php |
Returns additional text to display as a description. |
BlockDeleteForm::getQuestion |
function |
core/modules/block/src/Form/BlockDeleteForm.php |
|
BlockDeleteForm::systemRegionList |
function |
core/modules/block/src/Form/BlockDeleteForm.php |
Wraps system_region_list(). |
BlockEntitySettingTrayForm |
class |
core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php |
Provides form for block instance forms when used in the off-canvas dialog. |
BlockEntitySettingTrayForm.php |
file |
core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php |
|
BlockEntitySettingTrayForm::actions |
function |
core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php |
Returns an array of supported actions for the current entity form. |
BlockEntitySettingTrayForm::buildForm |
function |
core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php |
Form constructor. |
BlockEntitySettingTrayForm::buildVisibilityInterface |
function |
core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php |
Helper function for building the visibility UI form. |
BlockEntitySettingTrayForm::form |
function |
core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php |
Gets the actual form array to be built. |
BlockEntitySettingTrayForm::getPluginForm |
function |
core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php |
Retrieves the plugin form for a given block and operation. |
BlockEntitySettingTrayForm::getRedirectUrl |
function |
core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php |
Gets the form's redirect URL from 'destination' provide in the request. |
BlockEntitySettingTrayForm::submitVisibility |
function |
core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php |
Helper function to independently submit the visibility UI. |
BlockEntitySettingTrayForm::successfulAjaxSubmit |
function |
core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php |
Allows the form to respond to a successful AJAX submission. |
BlockEntitySettingTrayForm::title |
function |
core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php |
Provides a title callback to get the block's admin label. |
BlockEntitySettingTrayForm::validateVisibility |
function |
core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php |
Helper function to independently validate the visibility UI. |
BlockForm |
class |
core/modules/block/src/BlockForm.php |
Provides form for block instance forms. |
BlockForm.php |
file |
core/modules/block/src/BlockForm.php |
|
BlockForm::$contextRepository |
property |
core/modules/block/src/BlockForm.php |
The context repository service. |
BlockForm::$entity |
property |
core/modules/block/src/BlockForm.php |
The block entity. |