Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
StatusReport.php file core/lib/Drupal/Core/Render/Element/StatusReport.php
StatusReport::getInfo function core/lib/Drupal/Core/Render/Element/StatusReport.php Returns the element properties for this element.
StatusReport::preRenderGroupRequirements function core/lib/Drupal/Core/Render/Element/StatusReport.php Render API callback: Groups requirements.
StatusReportPage class core/modules/system/src/Element/StatusReportPage.php Creates status report page element.
StatusReportPage.php file core/modules/system/src/Element/StatusReportPage.php
StatusReportPage::getInfo function core/modules/system/src/Element/StatusReportPage.php Returns the element properties for this element.
StatusReportPage::preRenderCounters function core/modules/system/src/Element/StatusReportPage.php The #pre_render callback to create counter elements.
StatusReportPage::preRenderGeneralInfo function core/modules/system/src/Element/StatusReportPage.php Render API callback: Gets general info out of requirements.
StatusReportPage::preRenderRequirements function core/modules/system/src/Element/StatusReportPage.php Render API callback: Create status report requirements.
StatusReportPageTest class core/modules/system/tests/src/Kernel/Element/StatusReportPageTest.php Tests the status report page element.
StatusReportPageTest.php file core/modules/system/tests/src/Kernel/Element/StatusReportPageTest.php
StatusReportPageTest::testPeRenderCounters function core/modules/system/tests/src/Kernel/Element/StatusReportPageTest.php Tests the status report page element.
StatusReportTest class core/tests/Drupal/KernelTests/Core/Render/Element/StatusReportTest.php Tests the status report element.
StatusReportTest.php file core/tests/Drupal/KernelTests/Core/Render/Element/StatusReportTest.php
StatusReportTest::testPreRenderGroupRequirements function core/tests/Drupal/KernelTests/Core/Render/Element/StatusReportTest.php Tests the status report element.
StatusTest class core/modules/system/tests/src/Functional/System/StatusTest.php Tests output on the status overview page.
StatusTest.php file core/modules/system/tests/src/Functional/System/StatusTest.php
StatusTest::$defaultTheme property core/modules/system/tests/src/Functional/System/StatusTest.php The theme to install as the default for testing.
StatusTest::$modules property core/modules/system/tests/src/Functional/System/StatusTest.php Modules to install.
StatusTest::setUp function core/modules/system/tests/src/Functional/System/StatusTest.php
StatusTest::testErrorElementCount function core/modules/system/tests/src/Functional/System/StatusTest.php Tests that the Error counter matches the displayed number of errors.
StatusTest::testStatusPage function core/modules/system/tests/src/Functional/System/StatusTest.php Tests that the status page returns.
StatusTest::testWarningElementCount function core/modules/system/tests/src/Functional/System/StatusTest.php Tests that the Warning counter matches the displayed number of warnings.
status_report_8001.inc file core/modules/system/tests/modules/entity_test/update/status_report_8001.inc
status_report_8002.inc file core/modules/system/tests/modules/entity_test/update/status_report_8002.inc
sticky-header.module.css file core/themes/stable9/css/core/components/sticky-header.module.css table.sticky-header thead {
position: sticky;
z-index: 500;
top: var(--drupal-displace-offset-top, 0);
}
sticky-header.module.css file core/misc/components/sticky-header.module.css table.sticky-header thead {
position: sticky;
z-index: 500;
top: var(--drupal-displace-offset-top, 0);
}
StickyNode class core/modules/node/src/Plugin/Action/StickyNode.php Makes a node sticky.
StickyNode.php file core/modules/node/src/Plugin/Action/StickyNode.php
StickyNode::getFieldsToUpdate function core/modules/node/src/Plugin/Action/StickyNode.php Gets an array of values to be set.
StorableConfigBase class core/lib/Drupal/Core/Config/StorableConfigBase.php Provides a base class for configuration objects with storage support.
StorableConfigBase.php file core/lib/Drupal/Core/Config/StorableConfigBase.php
StorableConfigBase::$isNew property core/lib/Drupal/Core/Config/StorableConfigBase.php Whether the configuration object is new or has been saved to the storage.
StorableConfigBase::$originalData property core/lib/Drupal/Core/Config/StorableConfigBase.php The data of the configuration object.
StorableConfigBase::$schemaWrapper property core/lib/Drupal/Core/Config/StorableConfigBase.php The config schema wrapper object for this configuration object.
StorableConfigBase::$storage property core/lib/Drupal/Core/Config/StorableConfigBase.php The storage used to load and save this configuration object.
StorableConfigBase::$typedConfigManager property core/lib/Drupal/Core/Config/StorableConfigBase.php The typed config manager.
StorableConfigBase::castValue function core/lib/Drupal/Core/Config/StorableConfigBase.php Casts the value to correct data type using the configuration schema.
StorableConfigBase::delete function core/lib/Drupal/Core/Config/StorableConfigBase.php Deletes the configuration object.
StorableConfigBase::getOriginal function core/lib/Drupal/Core/Config/StorableConfigBase.php Gets original data from this configuration object.
StorableConfigBase::getRawData function core/lib/Drupal/Core/Config/StorableConfigBase.php Gets the raw data without any manipulations.
StorableConfigBase::getSchemaWrapper function core/lib/Drupal/Core/Config/StorableConfigBase.php Gets the schema wrapper for the whole configuration object.
StorableConfigBase::getStorage function core/lib/Drupal/Core/Config/StorableConfigBase.php Retrieves the storage used to load and save this configuration object.
StorableConfigBase::initWithData function core/lib/Drupal/Core/Config/StorableConfigBase.php Initializes a configuration object with pre-loaded data.
StorableConfigBase::isNew function core/lib/Drupal/Core/Config/StorableConfigBase.php Returns whether this configuration object is new.
StorableConfigBase::save function core/lib/Drupal/Core/Config/StorableConfigBase.php Saves the configuration object.
StorableConfigBase::validateValue function core/lib/Drupal/Core/Config/StorableConfigBase.php Validate the values are allowed data types.
StorageBase class core/lib/Drupal/Core/KeyValueStore/StorageBase.php Provides a base class for key/value storage implementations.
StorageBase.php file core/lib/Drupal/Core/KeyValueStore/StorageBase.php
StorageBase::$collection property core/lib/Drupal/Core/KeyValueStore/StorageBase.php The name of the collection holding key and value pairs.

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