| SearchPageRepositoryTest::testGetDefaultSearchPageWithActiveDefault |
function |
core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php |
Tests the getDefaultSearchPage() method when the default is active. |
| SearchPageRepositoryTest::testGetDefaultSearchPageWithInactiveDefault |
function |
core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php |
Tests the getDefaultSearchPage() method when the default is inactive. |
| SearchPageRepositoryTest::testSetDefaultSearchPage |
function |
core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php |
Tests the setDefaultSearchPage() method. |
| SelectTableSortDefaultTest::testTableSortDefaultSort |
function |
core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php |
Confirms that tableselect is rendered without error. |
| ServicesDefaultsTest |
class |
core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php |
Tests services _defaults definition. |
| ServicesDefaultsTest.php |
file |
core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php |
|
| ServicesDefaultsTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php |
Modules to install. |
| ServicesDefaultsTest::testAutowiring |
function |
core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php |
Tests that 'services_defaults_test.service' has its dependencies injected. |
| ServicesDefaultsTest::testDefaultTags |
function |
core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php |
Tests that default tags for 'services_defaults_test.service' are applied. |
| ServicesDefaultsTest::testPrivateServices |
function |
core/tests/Drupal/KernelTests/Core/DependencyInjection/ServicesDefaultsTest.php |
Tests that service from 'services_defaults_test.service' is private. |
| services_defaults_test.info.yml |
file |
core/modules/system/tests/modules/services_defaults_test/services_defaults_test.info.yml |
core/modules/system/tests/modules/services_defaults_test/services_defaults_test.info.yml |
| services_defaults_test.services.yml |
file |
core/modules/system/tests/modules/services_defaults_test/services_defaults_test.services.yml |
core/modules/system/tests/modules/services_defaults_test/services_defaults_test.services.yml |
| SessionConfigurationTest::testConstructorDefaultSettings |
function |
core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php |
Tests constructor's default settings. |
| ShapeItem::defaultStorageSettings |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php |
Defines the storage-level settings for this plugin. |
| ShortcutSetStorage::getDefaultSet |
function |
core/modules/shortcut/src/ShortcutSetStorage.php |
Gets the default shortcut set for a given user account. |
| ShortcutSetStorageInterface::getDefaultSet |
function |
core/modules/shortcut/src/ShortcutSetStorageInterface.php |
Gets the default shortcut set for a given user account. |
| SiteConfigurationExcluder::getDefaultSiteDirectoryPath |
function |
core/modules/package_manager/src/PathExcluder/SiteConfigurationExcluder.php |
Returns the full path to `sites/default`, relative to a root directory. |
| SiteConfigurationExcluder::makeDefaultSiteDirectoryWritable |
function |
core/modules/package_manager/src/PathExcluder/SiteConfigurationExcluder.php |
Makes the staged `sites/default` directory owner-writable. |
| SiteConfigurationExcluder::syncDefaultSiteDirectoryPermissions |
function |
core/modules/package_manager/src/PathExcluder/SiteConfigurationExcluder.php |
Makes `sites/default` permissions the same in live and stage directories. |
| SiteConfigurationExcluderTest::testDefaultSiteDirectoryPermissions |
function |
core/modules/package_manager/tests/src/Kernel/PathExcluder/SiteConfigurationExcluderTest.php |
Tests that `sites/default` is made writable in the stage directory. |
| SmartDefaultSettings |
class |
core/modules/ckeditor5/src/SmartDefaultSettings.php |
Generates CKEditor 5 settings for existing text editors/formats. |
| SmartDefaultSettings.php |
file |
core/modules/ckeditor5/src/SmartDefaultSettings.php |
|
| SmartDefaultSettings::$currentUser |
property |
core/modules/ckeditor5/src/SmartDefaultSettings.php |
The current user. |
| SmartDefaultSettings::$logger |
property |
core/modules/ckeditor5/src/SmartDefaultSettings.php |
A logger instance. |
| SmartDefaultSettings::$moduleHandler |
property |
core/modules/ckeditor5/src/SmartDefaultSettings.php |
The module handler. |
| SmartDefaultSettings::$pluginManager |
property |
core/modules/ckeditor5/src/SmartDefaultSettings.php |
The CKEditor 5 plugin manager. |
| SmartDefaultSettings::addDefaultSettingsForEnabledConfigurablePlugins |
function |
core/modules/ckeditor5/src/SmartDefaultSettings.php |
Adds default settings for all enabled CKEditor 5 plugins. |
| SmartDefaultSettings::addTagsToSourceEditing |
function |
core/modules/ckeditor5/src/SmartDefaultSettings.php |
|
| SmartDefaultSettings::addToolbarItemsToMatchHtmlElementsInFormat |
function |
core/modules/ckeditor5/src/SmartDefaultSettings.php |
Adds CKEditor 5 toolbar items to match the format's HTML elements. |
| SmartDefaultSettings::computeNetNewElementsForPlugin |
function |
core/modules/ckeditor5/src/SmartDefaultSettings.php |
Computes net new needed elements when considering adding the given plugin. |
| SmartDefaultSettings::computeSmartDefaultSettings |
function |
core/modules/ckeditor5/src/SmartDefaultSettings.php |
Computes the closest equivalent settings for switching to CKEditor 5. |
| SmartDefaultSettings::computeSurplusScore |
function |
core/modules/ckeditor5/src/SmartDefaultSettings.php |
Computes a score for the given surplus compared to the given need. |
| SmartDefaultSettings::getCandidates |
function |
core/modules/ckeditor5/src/SmartDefaultSettings.php |
Finds candidates for the still needed restrictions among disabled plugins. |
| SmartDefaultSettings::selectCandidate |
function |
core/modules/ckeditor5/src/SmartDefaultSettings.php |
Selects best candidate for each of the still needed restrictions. |
| SmartDefaultSettings::__construct |
function |
core/modules/ckeditor5/src/SmartDefaultSettings.php |
Constructs a SmartDefaultSettings object. |
| SmartDefaultSettingsTest |
class |
core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php |
Tests Drupal\ckeditor5\SmartDefaultSettings. |
| SmartDefaultSettingsTest |
class |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
Tests Smart Default Settings. |
| SmartDefaultSettingsTest.php |
file |
core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php |
|
| SmartDefaultSettingsTest.php |
file |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
|
| SmartDefaultSettingsTest::$database |
property |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
The database connection used. |
| SmartDefaultSettingsTest::$manager |
property |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
The manager for "CKEditor 5 plugin" plugins. |
| SmartDefaultSettingsTest::$modules |
property |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
Modules to install. |
| SmartDefaultSettingsTest::$parser |
property |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
The message's placeholders parser. |
| SmartDefaultSettingsTest::$smartDefaultSettings |
property |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
Smart default settings utility. |
| SmartDefaultSettingsTest::$strictConfigSchema |
property |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
Exempt from strict schema checking, because using CKEditor 4. |
| SmartDefaultSettingsTest::$testLogServiceName |
property |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
The service name for a logger implementation that collects anything logged. |
| SmartDefaultSettingsTest::$typedConfig |
property |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
The typed config manager. |
| SmartDefaultSettingsTest::provider |
function |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
Data provider. |
| SmartDefaultSettingsTest::providerCandidates |
function |
core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php |
Data provider for testing getCandidates() and ::selectCandidate(). |
| SmartDefaultSettingsTest::providerSurplusScore |
function |
core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php |
Data provider for testing computeSurplusScore(). |