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 10.3.x for __set
  5. Other projects
Title Object type File name Summary
ChainResponsePolicyTest::setUp function core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php
ChangeLoggerTest::setUp function core/modules/package_manager/tests/src/Kernel/ChangeLoggerTest.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";}
charset_same_line.css file core/tests/Drupal/Tests/Core/Asset/css_test_files/charset_same_line.css @charset "UTF-8";html{font-family:"sans-serif";}
CheckpointStorage::setCheckpointToReadFrom function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Sets the checkpoint to read from.
CheckpointStorageInterface::setCheckpointToReadFrom function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorageInterface.php Sets the checkpoint to read from.
CheckpointStorageTest::setRandomFixtureConfig function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Generate random config in the memory storage.
CheckpointStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::setUp function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php
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.
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.
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.
CKEditor5FragmentLinkTest::setUp function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5FragmentLinkTest.php
CKEditor5MediaAndFilterSettingsInSyncConstraint class core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraint.php Ensure CKEditor 5 media plugin's and media filter's settings are in sync.
CKEditor5MediaAndFilterSettingsInSyncConstraint.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraint.php
CKEditor5MediaAndFilterSettingsInSyncConstraint::$message property core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraint.php The default violation message.
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator class core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php CKEditor 5 Media plugin in sync with the filter settings validator.
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::$filterPluginManager property core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php The filter plugin manager service.
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::$typedConfigManager property core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php The typed config manager service.
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::create function core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php Instantiates a new instance of this class.
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::validate function core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::__construct function core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php Constructs a new CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.
CKEditor5Plugin::setClass function core/modules/ckeditor5/src/Annotation/CKEditor5Plugin.php Sets the class of the annotated class.
CKEditor5Plugin::setClass function core/modules/ckeditor5/src/Attribute/CKEditor5Plugin.php Sets the class of the attributed class.
CKEditor5PluginConfigurableTrait::setConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5PluginConfigurableTrait.php
CKEditor5PluginDefinition::setClass function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Sets the class.
CKEditor5PluginDefinition::setDeriver function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Sets the deriver of this plugin definition.
CKEditor5PluginElementsSubsetInterface interface core/modules/ckeditor5/src/Plugin/CKEditor5PluginElementsSubsetInterface.php Defines an interface for plugins that can support an elements subset.
CKEditor5PluginElementsSubsetInterface.php file core/modules/ckeditor5/src/Plugin/CKEditor5PluginElementsSubsetInterface.php
CKEditor5PluginElementsSubsetInterface::getElementsSubset function core/modules/ckeditor5/src/Plugin/CKEditor5PluginElementsSubsetInterface.php Returns a configured subset of the elements supported by this plugin.
CKEditor5PluginManagerTest::providerProvidedElementsInvalidElementSubset function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Data provider.
CKEditor5PluginManagerTest::setUp function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php

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