DefaultHtmlRouteProvider::getDeleteMultipleFormRoute |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Returns the delete multiple form route. |
DefaultHtmlRouteProvider::getEditFormRoute |
function |
core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php |
Gets the edit-form route. |
DefaultHtmlRouteProviderTest::providerTestGetAddFormRoute |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
|
DefaultHtmlRouteProviderTest::testGetAddFormRoute |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
Tests get add form route. |
DefaultSelection::buildConfigurationForm |
function |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php |
Form constructor. |
DefaultsEntityForm |
class |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Provides a form containing the Layout Builder UI for defaults. |
DefaultsEntityForm.php |
file |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
|
DefaultsEntityForm::$entityTypeBundleInfo |
property |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
The entity type bundle info service. |
DefaultsEntityForm::$layoutTempstoreRepository |
property |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Layout tempstore repository. |
DefaultsEntityForm::$sectionStorage |
property |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
The section storage. |
DefaultsEntityForm::actions |
function |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Returns an array of supported actions for the current entity form. |
DefaultsEntityForm::buildEntity |
function |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Builds an updated entity object based upon the submitted form values. |
DefaultsEntityForm::buildForm |
function |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Form constructor. |
DefaultsEntityForm::buildMessage |
function |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Renders a message to display at the top of the layout builder. |
DefaultsEntityForm::create |
function |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Instantiates a new instance of this class. |
DefaultsEntityForm::getEntityFromRouteMatch |
function |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Determines which entity will be used by this form from a RouteMatch object. |
DefaultsEntityForm::save |
function |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Form submission handler for the 'save' action. |
DefaultsEntityForm::__construct |
function |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Constructs a new DefaultsEntityForm. |
DefaultSummary::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/style/DefaultSummary.php |
Provide a form to edit options for this plugin. |
DefaultValue::transform |
function |
core/modules/migrate/src/Plugin/migrate/process/DefaultValue.php |
Performs the associated process. |
default_format_test.info.yml |
file |
core/modules/system/tests/modules/default_format_test/default_format_test.info.yml |
core/modules/system/tests/modules/default_format_test/default_format_test.info.yml |
default_format_test.routing.yml |
file |
core/modules/system/tests/modules/default_format_test/default_format_test.routing.yml |
core/modules/system/tests/modules/default_format_test/default_format_test.routing.yml |
DeleteForm |
class |
core/modules/comment/src/Form/DeleteForm.php |
Provides the comment delete confirmation form. |
DeleteForm.php |
file |
core/modules/comment/src/Form/DeleteForm.php |
|
DeleteForm::getCancelUrl |
function |
core/modules/comment/src/Form/DeleteForm.php |
Returns the route to go to if the user cancels the action. |
DeleteForm::getDeletionMessage |
function |
core/modules/comment/src/Form/DeleteForm.php |
|
DeleteForm::getDescription |
function |
core/modules/comment/src/Form/DeleteForm.php |
Returns additional text to display as a description. |
DeleteForm::getRedirectUrl |
function |
core/modules/comment/src/Form/DeleteForm.php |
Returns the URL where the user should be redirected after deletion. |
DeleteForm::logDeletionMessage |
function |
core/modules/comment/src/Form/DeleteForm.php |
|
DeleteMultipleForm |
class |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
Provides an entities deletion confirmation form. |
DeleteMultipleForm.php |
file |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
|
DeleteMultipleForm::$currentUser |
property |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
The current user. |
DeleteMultipleForm::$entityType |
property |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
The entity type definition. |
DeleteMultipleForm::$entityTypeId |
property |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
The entity type ID. |
DeleteMultipleForm::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
The entity type manager. |
DeleteMultipleForm::$messenger |
property |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
The messenger service. |
DeleteMultipleForm::$selection |
property |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
The selection, in the entity_id => langcodes format. |
DeleteMultipleForm::$tempStore |
property |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
The tempstore. |
DeleteMultipleForm::buildForm |
function |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
Form constructor. |
DeleteMultipleForm::create |
function |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
Instantiates a new instance of this class. |
DeleteMultipleForm::getBaseFormId |
function |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
Returns a string identifying the base form. |
DeleteMultipleForm::getCancelUrl |
function |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
Returns the route to go to if the user cancels the action. |
DeleteMultipleForm::getConfirmText |
function |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
Returns a caption for the button that confirms the action. |
DeleteMultipleForm::getDeletedMessage |
function |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
Returns the message to show the user after an item was deleted. |
DeleteMultipleForm::getFormId |
function |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
Returns a unique string identifying the form. |
DeleteMultipleForm::getInaccessibleMessage |
function |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
Returns the message to show the user when an item has not been deleted. |
DeleteMultipleForm::getQuestion |
function |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
Returns the question to ask the user. |
DeleteMultipleForm::isWorkspaceSafeForm |
function |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
Determines whether the form is safe to be submitted in a workspace. |
DeleteMultipleForm::submitForm |
function |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
Form submission handler. |
DeleteMultipleForm::__construct |
function |
core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php |
Constructs a new DeleteMultiple object. |