Search for age

  1. Search 7.x for age
  2. Search 9.5.x for age
  3. Search 8.9.x for age
  4. Search 10.3.x for age
  5. Search 11.x for age
  6. Other projects
Title Object type File name Summary
announcements_feed.page.pcss.css file core/modules/announcements_feed/css/announcements_feed.page.pcss.css .announcements ul {
margin-inline-start: 0;
list-style: none;
}

.announcement:not(.announcement:last-child) {
margin-block-end: 1rem;
}

.announcement.announcement--featured + .announcement.announcement--standard {
padding-block-start: 1rem;
ApcuBackend::garbageCollection function core/lib/Drupal/Core/Cache/ApcuBackend.php Performs garbage collection on a cache bin.
ApiController::createAndApplyStage function core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php Creates a stage, requires packages into it, and applies the changes.
AppendOp::$managed property composer/Plugin/Scaffold/Operations/AppendOp.php An indicator of whether the file we are appending to is managed or not.
ArchiverManager class core/lib/Drupal/Core/Archiver/ArchiverManager.php Provides an Archiver plugin manager.
ArchiverManager.php file core/lib/Drupal/Core/Archiver/ArchiverManager.php
ArchiverManager::$fileSystem property core/lib/Drupal/Core/Archiver/ArchiverManager.php The file system service.
ArchiverManager::createInstance function core/lib/Drupal/Core/Archiver/ArchiverManager.php Creates a plugin instance based on the provided ID and configuration.
ArchiverManager::getExtensions function core/lib/Drupal/Core/Archiver/ArchiverManager.php Returns a string of supported archive extensions.
ArchiverManager::getInstance function core/lib/Drupal/Core/Archiver/ArchiverManager.php Gets or creates a plugin instance that satisfies the given options.
ArchiverManager::__construct function core/lib/Drupal/Core/Archiver/ArchiverManager.php Constructs an ArchiverManager object.
AreaDisplayLinkTest::assertNoWarningMessages function core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php Assert no warning messages are shown when all display are equal.
AreaDisplayLinkTest::assertWarningMessages function core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php Assert the warning messages are shown after changing the page_1 display.
AreaMessagesTest class core/modules/views/tests/src/Kernel/Handler/AreaMessagesTest.php Tests the messages area handler.
AreaMessagesTest.php file core/modules/views/tests/src/Kernel/Handler/AreaMessagesTest.php
AreaMessagesTest::$testViews property core/modules/views/tests/src/Kernel/Handler/AreaMessagesTest.php Views used by this test.
AreaMessagesTest::testMessageText function core/modules/views/tests/src/Kernel/Handler/AreaMessagesTest.php Tests the messages area handler.
ArgumentLanguageTest class core/modules/language/tests/src/Kernel/Views/ArgumentLanguageTest.php Tests the argument language handler.
ArgumentLanguageTest.php file core/modules/language/tests/src/Kernel/Views/ArgumentLanguageTest.php
ArgumentLanguageTest::$testViews property core/modules/language/tests/src/Kernel/Views/ArgumentLanguageTest.php Views used by this test.
ArgumentLanguageTest::testArgument function core/modules/language/tests/src/Kernel/Views/ArgumentLanguageTest.php Tests the language argument.
ArgumentPluginBase::getCacheMaxAge function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php The maximum age for which this object may be cached.
AssertPageCacheContextsAndTagsTrait trait core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php Provides test assertions for testing page-level cache contexts & tags.
AssertPageCacheContextsAndTagsTrait.php file core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php
AssertPageCacheContextsAndTagsTrait::assertCacheContext function core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php Asserts whether an expected cache context was present in the last response.
AssertPageCacheContextsAndTagsTrait::assertCacheContexts function core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php Ensures that some cache contexts are present in the current response.
AssertPageCacheContextsAndTagsTrait::assertCacheMaxAge function core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php Asserts the max age header.
AssertPageCacheContextsAndTagsTrait::assertCacheTags function core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php Ensures that some cache tags are present in the current response.
AssertPageCacheContextsAndTagsTrait::assertNoCacheContext function core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php Asserts that a cache context was not present in the last response.
AssertPageCacheContextsAndTagsTrait::assertPageCacheContextsAndTags function core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php Asserts page cache miss, then hit for the given URL; checks cache headers.
AssertPageCacheContextsAndTagsTrait::enablePageCaching function core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php Enables page caching.
AssertPageCacheContextsAndTagsTrait::getCacheHeaderValues function core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php Gets a specific header value as array.
AssetAggregationAcrossPagesTest class core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php Tests demo_umami profile performance.
AssetAggregationAcrossPagesTest.php file core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php
AssetAggregationAcrossPagesTest::$profile property core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php The profile to install as a basis for testing.
AssetAggregationAcrossPagesTest::doRequests function core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php Performs a common set of requests so the above test methods stay in sync.
AssetAggregationAcrossPagesTest::doTestFrontAndRecipesPages function core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php Checks the asset requests made when the front and recipe pages are visited.
AssetAggregationAcrossPagesTest::doTestFrontAndRecipesPagesAuthenticated function core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php Checks the front and recipe page asset requests as an authenticated user.
AssetAggregationAcrossPagesTest::doTestFrontAndRecipesPagesEditor function core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php Checks the front and recipe page asset requests as an editor.
AssetAggregationAcrossPagesTest::doTestNodeAddPagesAuthor function core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php Checks the node/add page asset requests as an author.
AssetAggregationAcrossPagesTest::testAssetsAcrossMultiplePages function core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php Tests asset aggregation duplication across multiple pages.
AssetOptimizationTest::requestPage function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Creates a user and requests a page.
AssetOptimizationUmamiTest::requestPage function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationUmamiTest.php Creates a user and requests a page.
AssetResolver::$languageManager property core/lib/Drupal/Core/Asset/AssetResolver.php The language manager.
AssetResolver::$themeManager property core/lib/Drupal/Core/Asset/AssetResolver.php The theme manager.
AssetResolverTest::$languageManager property core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php The language manager.
AssetResolverTest::$themeManager property core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php The theme manager.
AtLeastOneOfConstraintValidatorTest::$typedDataManager property core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php The typed data manager to use.
AttachedRenderingBlock::getCacheMaxAge function core/modules/system/tests/modules/render_attached_test/src/Plugin/Block/AttachedRenderingBlock.php
Attachment::$usesPager property core/modules/views/src/Plugin/views/display/Attachment.php Whether the display allows the use of a pager or not.

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