| SiteSettingsFormTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/SiteSettingsFormTest.php |
|
| SiteSettingsFormTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/SiteSettingsFormTest.php |
The theme to install as the default for testing. |
| SiteSettingsFormTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Installer/SiteSettingsFormTest.php |
Modules to install. |
| SiteSettingsFormTest::testSiteSettingsForm |
function |
core/tests/Drupal/FunctionalTests/Installer/SiteSettingsFormTest.php |
Confirms that the form is extensible. |
| SkipOnEmptyTest::testMultipleTransforms |
function |
core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php |
Tests repeated execution of a process plugin resets the pipeline stoppage. |
| SkipRowIfNotSet::transform |
function |
core/modules/migrate/src/Plugin/migrate/process/SkipRowIfNotSet.php |
Performs the associated process. |
| SmartDefaultSettings::addToolbarItemsToMatchHtmlElementsInFormat |
function |
core/modules/ckeditor5/src/SmartDefaultSettings.php |
Adds CKEditor 5 toolbar items to match the format's HTML elements. |
| SneakySuperset::buildConfigurationForm |
function |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/src/Plugin/CKEditor5Plugin/SneakySuperset.php |
Form constructor. |
| SneakySuperset::submitConfigurationForm |
function |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/src/Plugin/CKEditor5Plugin/SneakySuperset.php |
Form submission handler. |
| SneakySuperset::validateConfigurationForm |
function |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/src/Plugin/CKEditor5Plugin/SneakySuperset.php |
Form validation handler. |
| Some::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/pager/Some.php |
Provide the default form for setting options. |
| SortPluginBase::buildExposeForm |
function |
core/modules/views/src/Plugin/views/sort/SortPluginBase.php |
Form for exposed handler options. |
| SortPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/sort/SortPluginBase.php |
Basic options for all sort criteria. |
| SortPluginBase::showSortForm |
function |
core/modules/views/src/Plugin/views/sort/SortPluginBase.php |
Shortcut to display the value form. |
| SortPluginBase::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/sort/SortPluginBase.php |
Simple submit handler. |
| SortPluginBase::validateExposeForm |
function |
core/modules/views/src/Plugin/views/sort/SortPluginBase.php |
Validate the options form. |
| SortPluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/sort/SortPluginBase.php |
Simple validate handler. |
| SourceEditing::buildConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/SourceEditing.php |
Form constructor. |
| SourceEditing::submitConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/SourceEditing.php |
Form submission handler. |
| SourceEditing::validateConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/SourceEditing.php |
Form validation handler. |
| SourceEditingTest::testSourceEditingSettingsForm |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTest.php |
Tests source editing settings form. |
| Sql::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/query/Sql.php |
Add settings for the ui. |
| Sql::getDateFormat |
function |
core/modules/views/src/Plugin/views/query/Sql.php |
Creates cross-database date formatting. |
| Sql::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/query/Sql.php |
Special submit handling. |
| SqlBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/pager/SqlBase.php |
Provide the default form for setting options. |
| SqlBase::exposedFormAlter |
function |
core/modules/views/src/Plugin/views/pager/SqlBase.php |
Allows the exposed form to be altered. |
| SqlBase::exposedFormValidate |
function |
core/modules/views/src/Plugin/views/pager/SqlBase.php |
Allows the exposed form to be validated. |
| SqlBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/pager/SqlBase.php |
Provide the default form for validating options. |
| SqlContentEntityStorageSchema::performFieldSchemaOperation |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Performs the specified operation on a field. |
| SqliteDateSql::getDateFormat |
function |
core/modules/views/src/Plugin/views/query/SqliteDateSql.php |
Creates a native database date formatting. |
| SqliteDateSqlTest::providerTestGetDateFormat |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Provider for date formatting test. |
| SqliteDateSqlTest::testGetDateFormat |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Tests date formatting replacement. |
| SSH::getSettingsForm |
function |
core/lib/Drupal/Core/FileTransfer/SSH.php |
Returns a form to collect connection settings credentials. |
| StandardHooks::formInstallConfigureFormAlter |
function |
core/profiles/standard/src/Hook/StandardHooks.php |
Implements hook_form_FORM_ID_alter() for install_configure_form(). |
| StandardPerformanceTest |
class |
core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php |
Tests the performance of basic functionality in the standard profile. |
| StandardPerformanceTest.php |
file |
core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php |
|
| StandardPerformanceTest::$defaultTheme |
property |
core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php |
The theme to install as the default for testing. |
| StandardPerformanceTest::$profile |
property |
core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php |
The profile to install as a basis for testing. |
| StandardPerformanceTest::$user |
property |
core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php |
The user account created during testing. |
| StandardPerformanceTest::assertNoJavaScript |
function |
core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php |
Passes if no JavaScript is found on the page. |
| StandardPerformanceTest::refreshVariables |
function |
core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php |
Provides an empty implementation to prevent the resetting of caches. |
| StandardPerformanceTest::setUp |
function |
core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php |
|
| StandardPerformanceTest::submitLoginForm |
function |
core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php |
Submit the user login form. |
| StandardPerformanceTest::testAnonymous |
function |
core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php |
Tests performance for anonymous users. |
| StandardPerformanceTest::testCacheInvalidation |
function |
core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php |
Tests the impact of a cache tag based invalidation. |
| StandardPerformanceTest::testLogin |
function |
core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php |
Tests the performance of logging in. |
| StandardPerformanceTest::testLoginBlock |
function |
core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php |
Tests the performance of logging in via the user login block. |
| StandardPerformanceTest::testStandardPerformance |
function |
core/profiles/standard/tests/src/FunctionalJavascript/StandardPerformanceTest.php |
Tests performance of the standard profile. |
| StandardTest::$format |
property |
core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php |
The mocked text format configuration entity. |
| StateFormatterTest |
class |
core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php |
Test the state field formatter. |