Search for set

  1. Search 7.x for set
  2. Search 9.5.x for set
  3. Search 8.9.x for set
  4. Search 11.x for set
  5. Other projects
Title Object type File name Summary
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 possible equivalent settings for switching to CKEditor 5.
SmartDefaultSettings::computeSubsetSettingForEnabledPluginsWithSubsets function core/modules/ckeditor5/src/SmartDefaultSettings.php Computes configuration for all enabled CKEditor 5 plugins with subsets.
SmartDefaultSettings::computeSurplusScore function core/modules/ckeditor5/src/SmartDefaultSettings.php Computes a score for the given surplus compared to the given need.
SmartDefaultSettings::createSettingsFromCKEditor4 function core/modules/ckeditor5/src/SmartDefaultSettings.php Creates equivalent CKEditor 5 settings from CKEditor 4 settings.
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 @coversDefaultClass \Drupal\ckeditor5\SmartDefaultSettings[[api-linebreak]]
@group ckeditor5
SmartDefaultSettingsTest class core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php @covers \Drupal\ckeditor5\SmartDefaultSettings::computeSmartDefaultSettings[[api-linebreak]]
@group ckeditor5
@internal
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::$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::$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().
SmartDefaultSettingsTest::setUp function core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php
SmartDefaultSettingsTest::test function core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php Tests the CKEditor 5 default settings conversion.
SmartDefaultSettingsTest::testCandidates function core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php @covers ::getCandidates[[api-linebreak]]
@covers ::selectCandidate[[api-linebreak]]
@dataProvider providerCandidates
SmartDefaultSettingsTest::testSurplusScore function core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php @covers ::computeSurplusScore[[api-linebreak]]
@dataProvider providerSurplusScore
SneakySuperset class core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/src/Plugin/CKEditor5Plugin/SneakySuperset.php
SneakySuperset.php file core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/src/Plugin/CKEditor5Plugin/SneakySuperset.php
SneakySuperset::buildConfigurationForm function core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/src/Plugin/CKEditor5Plugin/SneakySuperset.php Form constructor.
SneakySuperset::defaultConfiguration function core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/src/Plugin/CKEditor5Plugin/SneakySuperset.php Gets default configuration for this plugin.
SneakySuperset::getElementsSubset function core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/src/Plugin/CKEditor5Plugin/SneakySuperset.php Returns a configured subset of the elements supported by this plugin.
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.
SortDateTest::expectedResultSet function core/modules/views/tests/src/Kernel/Handler/SortDateTest.php
SortDateTimeTest::setUp function core/modules/datetime/tests/src/Kernel/Views/SortDateTimeTest.php
SortingTest::setUp function core/modules/views/tests/src/Functional/Wizard/SortingTest.php Sets up the test.
SortRandomTest::dataSet function core/modules/views/tests/src/Kernel/Handler/SortRandomTest.php Add more items to the test set, to make the order tests more robust.
SortTest::setUp function core/tests/Drupal/Tests/PhpCs/SortTest.php
SortTest::setUp function core/tests/Drupal/Tests/CSpell/SortTest.php
SortTest::setUp function core/modules/jsonapi/tests/src/Unit/Query/SortTest.php
SortTranslationTest::setUp function core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php
SourceEditing::getElementsSubset function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/SourceEditing.php Returns a configured subset of the elements supported by this plugin.
SourceEditingTest::testSourceEditingSettingsForm function core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTest.php @covers \Drupal\ckeditor5\Plugin\CKEditor5Plugin\SourceEditing::buildConfigurationForm[[api-linebreak]]
SourceEditingTestBase::setUp function core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTestBase.php
SourceString::setString function core/modules/locale/src/SourceString.php Sets the string contained in this object.
SpaceUsedTest::setUp function core/modules/file/tests/src/Kernel/SpaceUsedTest.php
Sql::setCountField function core/modules/views/src/Plugin/views/query/Sql.php Set what field the query will count() on for paging.
Sql::setDistinct function core/modules/views/src/Plugin/views/query/Sql.php Set the view to be distinct (per base field).
Sql::setFieldTimezoneOffset function core/modules/views/src/Plugin/views/query/Sql.php Applies a timezone offset to the given field.
Sql::setMessage function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Sets the migrate message service.
Sql::setUpdate function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Sets a specified record to be updated, if it exists.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.