| Serializer::getFormatOptions |
function |
core/modules/rest/src/Plugin/views/style/Serializer.php |
Returns an array of format options. |
| Serializer::getFormats |
function |
core/modules/rest/src/Plugin/views/style/Serializer.php |
Gets a list of all available formats that can be requested. |
| Serializer::submitOptionsForm |
function |
core/modules/rest/src/Plugin/views/style/Serializer.php |
Handle any special handling on the validate form. |
| SessionHttpsTest::getUserLoginFormBuildId |
function |
core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php |
Gets the form build ID for the user login form. |
| SessionTestForm |
class |
core/modules/system/tests/modules/session_test/src/Form/SessionTestForm.php |
Form controller for the test config edit forms. |
| SessionTestForm.php |
file |
core/modules/system/tests/modules/session_test/src/Form/SessionTestForm.php |
|
| SessionTestForm::buildForm |
function |
core/modules/system/tests/modules/session_test/src/Form/SessionTestForm.php |
Form constructor. |
| SessionTestForm::getFormId |
function |
core/modules/system/tests/modules/session_test/src/Form/SessionTestForm.php |
Returns a unique string identifying the form. |
| SessionTestForm::submitForm |
function |
core/modules/system/tests/modules/session_test/src/Form/SessionTestForm.php |
Form submission handler. |
| SetCustomize::form |
function |
core/modules/shortcut/src/Form/SetCustomize.php |
Gets the actual form array to be built. |
| SetFormCommand |
class |
core/modules/views_ui/src/Ajax/SetFormCommand.php |
Provides an AJAX command for setting a form submit URL in modal forms. |
| SetFormCommand.php |
file |
core/modules/views_ui/src/Ajax/SetFormCommand.php |
|
| SetFormCommand::$url |
property |
core/modules/views_ui/src/Ajax/SetFormCommand.php |
The URL of the form. |
| SetFormCommand::render |
function |
core/modules/views_ui/src/Ajax/SetFormCommand.php |
Return an array to be run through json_encode and sent to the client. |
| SetFormCommand::__construct |
function |
core/modules/views_ui/src/Ajax/SetFormCommand.php |
Constructs a SetFormCommand object. |
| Settings::getSettingsForm |
function |
core/themes/admin/src/Settings.php |
Build the settings form for the theme. |
| Settings::getSettingsForm |
function |
core/themes/default_admin/src/Settings.php |
Build the settings form for the theme. |
| SettingsForm |
class |
core/modules/navigation/src/Form/SettingsForm.php |
Configure Navigation settings for this site. |
| SettingsForm |
class |
core/modules/media_library/src/Form/SettingsForm.php |
Defines a form for configuring the Media Library module. |
| SettingsForm.php |
file |
core/modules/media_library/src/Form/SettingsForm.php |
|
| SettingsForm.php |
file |
core/modules/navigation/src/Form/SettingsForm.php |
|
| SettingsForm::adjustLogoDimensions |
function |
core/modules/navigation/src/Form/SettingsForm.php |
Adjusts the custom logo dimensions according to navigation settings. |
| SettingsForm::buildForm |
function |
core/modules/navigation/src/Form/SettingsForm.php |
Form constructor. |
| SettingsForm::buildForm |
function |
core/modules/media_library/src/Form/SettingsForm.php |
Form constructor. |
| SettingsForm::create |
function |
core/modules/navigation/src/Form/SettingsForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| SettingsForm::getEditableConfigNames |
function |
core/modules/navigation/src/Form/SettingsForm.php |
Gets the configuration names that will be editable. |
| SettingsForm::getEditableConfigNames |
function |
core/modules/media_library/src/Form/SettingsForm.php |
Gets the configuration names that will be editable. |
| SettingsForm::getFormId |
function |
core/modules/media_library/src/Form/SettingsForm.php |
Returns a unique string identifying the form. |
| SettingsForm::getFormId |
function |
core/modules/navigation/src/Form/SettingsForm.php |
Returns a unique string identifying the form. |
| SettingsForm::submitForm |
function |
core/modules/navigation/src/Form/SettingsForm.php |
Form submission handler. |
| SettingsForm::submitForm |
function |
core/modules/media_library/src/Form/SettingsForm.php |
Form submission handler. |
| SettingsForm::validateForm |
function |
core/modules/navigation/src/Form/SettingsForm.php |
Form validation handler. |
| SettingsForm::validateLogoPath |
function |
core/modules/navigation/src/Form/SettingsForm.php |
Helper function for the navigation settings form. |
| SettingsForm::__construct |
function |
core/modules/navigation/src/Form/SettingsForm.php |
Constructs a Navigation SettingsForm object. |
| SettingsFormTest |
class |
core/modules/jsonapi/tests/src/Functional/SettingsFormTest.php |
Tests Settings Form. |
| SettingsFormTest |
class |
core/modules/media_library/tests/src/Functional/SettingsFormTest.php |
Tests the Media Library settings form. |
| SettingsFormTest.php |
file |
core/modules/media_library/tests/src/Functional/SettingsFormTest.php |
|
| SettingsFormTest.php |
file |
core/modules/jsonapi/tests/src/Functional/SettingsFormTest.php |
|
| SettingsFormTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/SettingsFormTest.php |
The theme to install as the default for testing. |
| SettingsFormTest::$defaultTheme |
property |
core/modules/media_library/tests/src/Functional/SettingsFormTest.php |
The theme to install as the default for testing. |
| SettingsFormTest::$modules |
property |
core/modules/media_library/tests/src/Functional/SettingsFormTest.php |
Modules to install. |
| SettingsFormTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/SettingsFormTest.php |
Modules to install. |
| SettingsFormTest::testSettingsForm |
function |
core/modules/jsonapi/tests/src/Functional/SettingsFormTest.php |
Tests the JSON:API settings form. |
| SettingsFormTest::testSettingsForm |
function |
core/modules/media_library/tests/src/Functional/SettingsFormTest.php |
Tests the Media Library settings form. |
| SettingsTest::providerTestCredentialForm |
function |
core/modules/migrate_drupal_ui/tests/src/FunctionalJavascript/SettingsTest.php |
Data provider for testCredentialForm. |
| SettingsTest::testCredentialForm |
function |
core/modules/migrate_drupal_ui/tests/src/FunctionalJavascript/SettingsTest.php |
Test the Credential form with defaults in settings.php. |
| SettingsTrayBlockFormTest |
class |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php |
Testing opening and saving block forms in the off-canvas dialog. |
| SettingsTrayBlockFormTest.php |
file |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php |
|
| SettingsTrayBlockFormTest::$defaultTheme |
property |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php |
The theme to install as the default for testing. |
| SettingsTrayBlockFormTest::$modules |
property |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php |
Modules to install. |