Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StatusExtraTest.php | file | core/ |
|
| StatusExtraTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| StatusExtraTest::$modules | property | core/ |
Modules to install. |
| StatusExtraTest::$testViews | property | core/ |
Views used by this test. |
| StatusExtraTest::testStatusExtra | function | core/ |
Tests the status extra filter. |
| StatusItem | class | core/ |
Defines the 'status' entity field type. |
| StatusItem.php | file | core/ |
|
| StatusItem::generateSampleValue | function | core/ |
Generates placeholder field values. |
| StatusMessages | class | core/ |
Provides a messages element. |
| StatusMessages.php | file | core/ |
|
| StatusMessages::generatePlaceholder | function | core/ |
#pre_render callback to generate a placeholder. |
| StatusMessages::getInfo | function | core/ |
Generate the placeholder in a #pre_render callback, because the hash salt needs to be accessed, which may not yet be available when this is called. |
| StatusMessages::renderMessages | function | core/ |
#lazy_builder callback; replaces placeholder with messages. |
| StatusReport | class | core/ |
Creates status report page element. |
| StatusReport.php | file | core/ |
|
| StatusReport::getInfo | function | core/ |
Returns the element properties for this element. |
| StatusReport::getSeverities | function | core/ |
Gets the severities. |
| StatusReport::preRenderGroupRequirements | function | core/ |
#pre_render callback to group requirements. |
| StatusReportPage | class | core/ |
Creates status report page element. |
| StatusReportPage.php | file | core/ |
|
| StatusReportPage::getInfo | function | core/ |
Returns the element properties for this element. |
| StatusReportPage::preRenderCounters | function | core/ |
#pre_render callback to create counter elements. |
| StatusReportPage::preRenderGeneralInfo | function | core/ |
#pre_render callback to get general info out of requirements. |
| StatusReportPage::preRenderRequirements | function | core/ |
#pre_render callback to create status report requirements. |
| StatusTest | class | core/ |
Tests output on the status overview page. |
| StatusTest.php | file | core/ |
|
| StatusTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| StatusTest::$modules | property | core/ |
Modules to install. |
| StatusTest::setUp | function | core/ |
|
| StatusTest::testErrorElementCount | function | core/ |
Tests that the Error counter matches the displayed number of errors. |
| StatusTest::testStatusPage | function | core/ |
Tests that the status page returns. |
| StatusTest::testWarningElementCount | function | core/ |
Tests that the Warning counter matches the displayed number of warnings. |
| status_report_8001.inc | file | core/ |
Defines the 8001 db update for the "status_report" group. |
| status_report_8002.inc | file | core/ |
|
| sticky-header.module.css | file | core/ |
table.sticky-header thead { position: sticky; z-index: 500; top: var(--drupal-displace-offset-top, 0); } |
| sticky-header.module.css | file | core/ |
table.sticky-header thead { position: sticky; z-index: 500; top: var(--drupal-displace-offset-top, 0); } |
| StickyNode | class | core/ |
Makes a node sticky. |
| StickyNode.php | file | core/ |
|
| StickyNode::getFieldsToUpdate | function | core/ |
Gets an array of values to be set. |
| StorableConfigBase | class | core/ |
Provides a base class for configuration objects with storage support. |
| StorableConfigBase.php | file | core/ |
|
| StorableConfigBase::$isNew | property | core/ |
Whether the configuration object is new or has been saved to the storage. |
| StorableConfigBase::$originalData | property | core/ |
The data of the configuration object. |
| StorableConfigBase::$schemaWrapper | property | core/ |
The config schema wrapper object for this configuration object. |
| StorableConfigBase::$storage | property | core/ |
The storage used to load and save this configuration object. |
| StorableConfigBase::$typedConfigManager | property | core/ |
The typed config manager. |
| StorableConfigBase::castValue | function | core/ |
Casts the value to correct data type using the configuration schema. |
| StorableConfigBase::delete | function | core/ |
Deletes the configuration object. |
| StorableConfigBase::getOriginal | function | core/ |
Gets original data from this configuration object. |
| StorableConfigBase::getRawData | function | core/ |
Gets the raw data without any manipulations. |
Pagination
- Previous page
- Page 1214
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.