Search for content

  1. Search 7.x for content
  2. Search 9.5.x for content
  3. Search 8.9.x for content
  4. Search 10.3.x for content
  5. Other projects
Title Object type File name Summary
SqlContentEntityStorageTest::testCleanIds function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests entity ID sanitization.
SqlContentEntityStorageTest::testCreate function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @covers ::create[[api-linebreak]]
SqlContentEntityStorageTest::testDeleteFromDedicatedTablesExecutesOneDelete function core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests that only one SQL DELETE is executed on dedicated data tables.
SqlContentEntityStorageTest::testGetBaseTable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests SqlContentEntityStorage::getBaseTable().
SqlContentEntityStorageTest::testGetDataTable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests SqlContentEntityStorage::getDataTable().
SqlContentEntityStorageTest::testGetRevisionDataTable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests SqlContentEntityStorage::getRevisionDataTable().
SqlContentEntityStorageTest::testGetRevisionTable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests SqlContentEntityStorage::getRevisionTable().
SqlContentEntityStorageTest::testGetTableMappingEmpty function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with an empty entity type.
SqlContentEntityStorageTest::testGetTableMappingRevisionable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a revisionable, non-translatable entity type.
SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a revisionable, translatable entity type.
SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatableWithFields function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a complex entity type with fields.
SqlContentEntityStorageTest::testGetTableMappingRevisionableWithFields function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a revisionable entity type with fields.
SqlContentEntityStorageTest::testGetTableMappingSimple function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a simple entity type.
SqlContentEntityStorageTest::testGetTableMappingSimpleWithDedicatedStorageFields function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a base field that requires a dedicated table.
SqlContentEntityStorageTest::testGetTableMappingSimpleWithFields function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a simple entity type with some base fields.
SqlContentEntityStorageTest::testGetTableMappingTranslatable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a non-revisionable, translatable entity type.
SqlContentEntityStorageTest::testGetTableMappingTranslatableWithFields function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a translatable entity type with fields.
SqlContentEntityStorageTest::testHasData function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @covers ::hasData[[api-linebreak]]
SqlContentEntityStorageTest::testLoadMultipleNoPersistentCache function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @covers ::doLoadMultiple[[api-linebreak]]
@covers ::buildCacheId[[api-linebreak]]
@covers ::getFromPersistentCache[[api-linebreak]]
@covers ::setPersistentCache[[api-linebreak]]
SqlContentEntityStorageTest::testLoadMultiplePersistentCached function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @covers ::doLoadMultiple[[api-linebreak]]
@covers ::buildCacheId[[api-linebreak]]
@covers ::getFromPersistentCache[[api-linebreak]]
SqlContentEntityStorageTest::testLoadMultiplePersistentCacheMiss function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @covers ::doLoadMultiple[[api-linebreak]]
@covers ::buildCacheId[[api-linebreak]]
@covers ::getFromPersistentCache[[api-linebreak]]
@covers ::setPersistentCache[[api-linebreak]]
SqlContentEntityStorageTest::testOnEntityTypeCreate function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests ContentEntityDatabaseStorage::onEntityTypeCreate().
SqlContentEntityStorageTest::testSetTableMapping function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests that setting a new table mapping also updates the table names.
statistics.tracking_popular_content.html.twig file core/modules/statistics/help_topics/statistics.tracking_popular_content.html.twig ---
label: 'Tracking and displaying popular content'
related:
- core.tracking_content
- history.tracking_user_content
- block.place
---
{% set statistics_settings_link_text %}{% trans %}Statistics{% endtrans %}{% endset %}
{% set…
StatisticsReportsTest::testPopularContentBlock function core/modules/statistics/tests/src/Functional/StatisticsReportsTest.php Tests the "popular content" block.
StorageCopyTrait::replaceStorageContents function core/lib/Drupal/Core/Config/StorageCopyTrait.php Copy the configuration from one storage to another and remove stale items.
StorageCopyTraitTest::providerTestReplaceStorageContents function core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Provides data for testCheckRequirements().
StorageCopyTraitTest::testReplaceStorageContents function core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php @covers ::replaceStorageContents[[api-linebreak]]
StringFormatterTest::testLinkToContentForEntitiesWithNoCanonicalPath function core/modules/field/tests/src/Kernel/KernelString/StringFormatterTest.php Test "link_to_entity" feature on fields which are added to config entity.
StubNegotiationMiddleware::getContentType function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php
SvgSpriteExtractorTest::testDiscoverIconsSvgSpriteInvalidContent function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php Test the SvgSpriteExtractor::discoverIcons() method with invalid content.
system.menu.content.yml file core/modules/navigation/config/install/system.menu.content.yml core/modules/navigation/config/install/system.menu.content.yml
SystemMainBlock::$mainContent property core/modules/system/src/Plugin/Block/SystemMainBlock.php The render array representing the main page content.
SystemMainBlock::setMainContent function core/modules/system/src/Plugin/Block/SystemMainBlock.php
SystemManager::getBlockContents function core/modules/system/src/SystemManager.php Loads the contents of a menu block.
SystemTestController::mainContentFallback function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Tests main content fallback.
SystemTestController::permissionDependentContent function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Shows permission-dependent content.
Tables::$contentWorkspaceTables property core/modules/workspaces/src/EntityQuery/Tables.php Workspace association table array, key is base table name, value is alias.
Tar::listContents function core/lib/Drupal/Core/Archiver/Tar.php
TaxonomyTermContentModerationTest class core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php Tests taxonomy terms with Content Moderation.
TaxonomyTermContentModerationTest.php file core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php
TaxonomyTermContentModerationTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php
TaxonomyTermContentModerationTest::$modules property core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php
TaxonomyTermContentModerationTest::$vocabulary property core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php The vocabulary used for creating terms.
TaxonomyTermContentModerationTest::setUp function core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php
TaxonomyTermContentModerationTest::testTaxonomyTermParents function core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php Tests taxonomy term parents on a moderated vocabulary.
TaxonomyTermContentModerationTest::testTaxonomyTermPendingRevisions function core/modules/taxonomy/tests/src/Functional/TaxonomyTermContentModerationTest.php Tests changing field values in pending revisions of taxonomy terms.
template_preprocess_admin_block_content function core/modules/system/system.admin.inc Prepares variables for administrative content block templates.
template_preprocess_block_content_add_list function core/modules/block_content/block_content.pages.inc Prepares variables for a block type creation list templates.
template_preprocess_language_content_settings_table function core/modules/language/language.admin.inc Prepares variables for language content settings table templates.

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