DisplayExtenderTest::submitOptionsForm |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php |
Handle any special handling on the validate form. |
DisplayLink::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/area/DisplayLink.php |
Provide a form to edit options for this plugin. |
DisplayModeUpdateTest::$defaultFormDisplayName |
property |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
The default form display name. |
DisplayModeUpdateTest::$foobarFormDisplayName |
property |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
The alternate form display name. |
DisplayPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Provide a form to edit options for this plugin. |
DisplayPluginBase::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Handle any special handling on the validate form. |
DisplayPluginBase::usesExposedFormInBlock |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Checks to see if the display can put the exposed form in a block. |
DisplayPluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Validate the options form. |
DisplayPluginBase::viewExposedFormBlocks |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
Renders the exposed form as block. |
DisplayPluginInterface::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Provides the default form for setting options. |
DisplayPluginInterface::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Performs any necessary changes to the form values prior to storage. |
DisplayPluginInterface::usesExposedFormInBlock |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Checks to see if the display can put the exposed form in a block. |
DisplayPluginInterface::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Validates the options form. |
DisplayPluginInterface::viewExposedFormBlocks |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Renders the exposed form as block. |
DisplayTest::buildOptionsForm |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php |
Provide a form to edit options for this plugin. |
DisplayTest::submitOptionsForm |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php |
Handle any special handling on the validate form. |
DisplayTest::validateOptionsForm |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php |
Validate the options form. |
DisplayVariantTest::testSubmitConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Display/DisplayVariantTest.php |
Tests the submitConfigurationForm() method. |
Download::transform |
function |
core/modules/migrate/src/Plugin/migrate/process/Download.php |
Performs the associated process. |
DownloadTest::doTransform |
function |
core/modules/migrate/tests/src/Kernel/process/DownloadTest.php |
Runs an input value through the download plugin. |
DraggableListBuilderTrait::$formBuilder |
property |
core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php |
The form builder. |
DraggableListBuilderTrait::buildForm |
function |
core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php |
Form constructor. |
DraggableListBuilderTrait::submitForm |
function |
core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php |
Form submission handler. |
DraggableListBuilderTrait::validateForm |
function |
core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php |
Form validation handler. |
Drupal::formBuilder |
function |
core/lib/Drupal.php |
Returns the form builder service. |
DrupalDateTime::$formatTranslationCache |
property |
core/lib/Drupal/Core/Datetime/DrupalDateTime.php |
Formatted strings translation cache. |
DrupalDateTime::format |
function |
core/lib/Drupal/Core/Datetime/DrupalDateTime.php |
Overrides format(). |
DrupalDateTimeTest::testRfc2822DateFormat |
function |
core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php |
Tests that an RFC2822 formatted date always returns an English string. |
DrupalDateTimeTest::testTimezoneFormat |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DrupalDateTimeTest.php |
Tests the ability to override the time zone in the format method. |
DrupalTest::testFormBuilder |
function |
core/tests/Drupal/Tests/Core/DrupalTest.php |
Tests the formBuilder() method. |
Drupal\Core\Form\FormPreprocess |
service |
core/core.services.yml |
Drupal\Core\Form\FormPreprocess |
Drupal\performance_test\DatabaseEventEnabler |
service |
core/modules/system/tests/modules/performance_test/performance_test.services.yml |
|
Drupal\performance_test\PerformanceDataCollector |
service |
core/modules/system/tests/modules/performance_test/performance_test.services.yml |
|
DummyAjaxFormatter |
class |
core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyAjaxFormatter.php |
Empty renderer for a dummy field with an AJAX handler. |
DummyAjaxFormatter.php |
file |
core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyAjaxFormatter.php |
|
DummyAjaxFormatter::settingsSummary |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyAjaxFormatter.php |
Returns a short summary for the current formatter settings. |
DummyAjaxFormatter::viewElements |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyAjaxFormatter.php |
Builds a renderable array for a field value. |
DummyAjaxWidget::formElement |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldWidget/DummyAjaxWidget.php |
Returns the form for a single field widget. |
DummyImageFormatter |
class |
core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyImageFormatter.php |
Plugin implementation of the Dummy image formatter. |
DummyImageFormatter.php |
file |
core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyImageFormatter.php |
|
DummyImageFormatter::viewElements |
function |
core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyImageFormatter.php |
Builds a renderable array for a field value. |
EarlyFormatSetter |
class |
core/modules/jsonapi/src/Routing/EarlyFormatSetter.php |
Sets the 'api_json' format for requests to JSON:API resources. |
EarlyFormatSetter.php |
file |
core/modules/jsonapi/src/Routing/EarlyFormatSetter.php |
|
EarlyFormatSetter::filter |
function |
core/modules/jsonapi/src/Routing/EarlyFormatSetter.php |
Filters the route collection against a request. |
EditDetails::buildForm |
function |
core/modules/views_ui/src/Form/Ajax/EditDetails.php |
Form constructor. |
EditDetails::getFormId |
function |
core/modules/views_ui/src/Form/Ajax/EditDetails.php |
Returns a unique string identifying the form. |
EditDetails::getFormKey |
function |
core/modules/views_ui/src/Form/Ajax/EditDetails.php |
Returns the key that represents this form. |
EditDetails::submitForm |
function |
core/modules/views_ui/src/Form/Ajax/EditDetails.php |
Form submission handler. |
Editor::$filterFormat |
property |
core/modules/editor/src/Entity/Editor.php |
The filter format this text editor is associated with. |
Editor::$format |
property |
core/modules/editor/src/Entity/Editor.php |
Machine name of the text format for this configured text editor. |