Search for __set

  1. Search 7.x for __set
  2. Search 8.9.x for __set
  3. Search 10.3.x for __set
  4. Search 11.x for __set
  5. Other projects
Title Object type File name Summary
CacheTagsChecksumTrait::reset function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Implements \Drupal\Core\Cache\CacheTagsChecksumInterface::reset()
CacheTagsInvalidator::resetChecksums function core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php Reset statically cached tags in all cache tag checksum services.
CacheTagTest::setUp function core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php Sets up the test.
CacheTest::setUp function core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
CacheWebTest::setUp function core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php Sets up the test.
CaseInsensitivePathTest::setUp function core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php
CategorizingPluginManagerTraitTest::setUp function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php
CategoryAutocompleteTest::setUp function core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php
ChainedFastBackend::reset function core/lib/Drupal/Core/Cache/ChainedFastBackend.php @todo Document in https://www.drupal.org/node/2311945.
ChainedFastBackend::set function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Stores data in the persistent cache.
ChainedFastBackend::setMultiple function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Store multiple items in the persistent cache.
ChainEntityResolverTest::setUp function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php
ChainRequestPolicyTest::setUp function core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php
ChainResponsePolicyTest::setUp function core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php
charset.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/charset.css @charset "UTF-8";html{font-family:"sans-serif";}
charset.css.optimized.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/charset.css.optimized.css html{font-family:"sans-serif";}
charset_newline.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/charset_newline.css @charset "UTF-8";
html{font-family:"sans-serif";}
charset_sameline.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/charset_sameline.css @charset "UTF-8";html{font-family:"sans-serif";}
CheckProvider::setChecks function core/lib/Drupal/Core/Access/CheckProvider.php For each route, saves a list of applicable access checks to the route.
CheckProviderInterface::setChecks function core/lib/Drupal/Core/Access/CheckProviderInterface.php For each route, saves a list of applicable access checks to the route.
ckeditor-settings-toolbar.html.twig file core/themes/stable9/templates/admin/ckeditor-settings-toolbar.html.twig Theme override for the CKEditor settings toolbar.
ckeditor-settings-toolbar.html.twig file core/themes/stable/templates/admin/ckeditor-settings-toolbar.html.twig Theme override for the CKEditor settings toolbar.
ckeditor-settings-toolbar.html.twig file core/modules/ckeditor/templates/ckeditor-settings-toolbar.html.twig Default theme implementation for the CKEditor settings toolbar.
CKEditor4To5Upgrade::$cke4_plugin_settings property core/modules/ckeditor5/src/Annotation/CKEditor4To5Upgrade.php The CKEditor 4 plugins for whose settings an upgrade path is provided.
CKEditor4To5Upgrade::$cke5_plugin_elements_subset_configuration property core/modules/ckeditor5/src/Annotation/CKEditor4To5Upgrade.php The CKEditor 5 plugins with configurable subset with upgrade path provided.
CKEditor4to5UpgradeCompletenessTest::$smartDefaultSettings property core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Smart default settings utility.
CKEditor4to5UpgradeCompletenessTest::setUp function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php
CKEditor4to5UpgradeCompletenessTest::testCKEditor5ConfigurableSubsetPlugins function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests that all elements subset plugins in core have an upgrade path.
CKEditor4to5UpgradeCompletenessTest::testLyingUpgradePluginForCKEditor4PluginSettings function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests detecting a lying upgrade plugin cke4_plugin_settings annotation.
CKEditor4to5UpgradeCompletenessTest::testLyingUpgradePluginForCKEditor5ConfigurableSubsetPlugin function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests detecting lying cke5_plugin_elements_subset_configuration annotation.
CKEditor4to5UpgradeCompletenessTest::testOnlyOneUpgradePluginAllowedPerCKEditor4PluginSettings function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests that only one plugin can provide an upgrade path for plugin settings.
CKEditor4to5UpgradeCompletenessTest::testOnlyOneUpgradePluginAllowedPerCKEditor5ConfigurableSubsetPlugin function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests that only one plugin can provide an upgrade path for a subset plugin.
CKEditor4to5UpgradeCompletenessTest::testSettings function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests that all configurable CKEditor 4 plugins in core have an upgrade path.
CKEditor4to5UpgradeCompletenessTest::testSettingsWithTestOnlyModule function core/modules/ckeditor5/tests/src/Kernel/CKEditor4to5UpgradeCompletenessTest.php Tests that the test-only CKEditor 4 module does not have an upgrade path.
CKEditor4To5UpgradePluginInterface::computeCKEditor5PluginSubsetConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginInterface.php Computes elements subset configuration for CKEditor 5 plugin.
CKEditor4To5UpgradePluginInterface::mapCKEditor4SettingsToCKEditor5Configuration function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginInterface.php Maps CKEditor 4 settings to the CKEditor 5 equivalent, if needed.
CKEditor4To5UpgradePluginManager::$cke4PluginSettingsMap property core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php A map of CKEditor 4 plugins with settings to an upgrade plugin ID.
CKEditor4To5UpgradePluginManager::$cke5SubsetConfigurationMap property core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php A map of CKEditor 5 plugins with configurable subset to upgrade plugin ID.
CKEditor4To5UpgradePluginManager::computeCKEditor5PluginSubsetConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php Computes elements subset configuration for CKEditor 5 plugin.
CKEditor4To5UpgradePluginManager::mapCKEditor4SettingsToCKEditor5Configuration function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php Maps CKEditor 4 settings to the CKEditor 5 equivalent, if needed.
ckeditor5-settings-toolbar.html.twig file core/modules/ckeditor5/templates/ckeditor5-settings-toolbar.html.twig Default theme implementation to display CKEditor 5 toolbar settings.
ckeditor5.smart_default_settings service core/modules/ckeditor5/ckeditor5.services.yml Drupal\ckeditor5\SmartDefaultSettings
CKEditor5::$smartDefaultSettings property core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Smart default settings utility.
CKEditor5::getDefaultSettings function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Returns the default settings for this configurable text editor.
CKEditor5::getJSSettings function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Returns JavaScript settings to be attached.
CKEditor5::injectPluginSettingsForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Injects the CKEditor plugins settings forms as a vertical tabs subform.
CKEditor5::shouldHaveVisiblePluginSettingsForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Determines whether the plugin settings form should be visible.
CKEditor5CKEditor4Compatibility::setUp function core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditor5CKEditor4Compatibility.php
CKEditor5FragmentLinkTest::setUp function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5FragmentLinkTest.php
CKEditor5IntegrationTest::setUp function core/modules/quickedit/tests/src/FunctionalJavascript/CKEditor5IntegrationTest.php

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