Search for content

  1. Search 7.x for content
  2. Search 9.5.x for content
  3. Search 10.3.x for content
  4. Search 11.x for content
  5. Other projects
Title Object type File name Summary
MenuLinkContentHalJsonCookieTest::$defaultTheme property core/modules/menu_link_content/tests/src/Functional/Hal/MenuLinkContentHalJsonCookieTest.php The theme to install as the default for testing.
MenuLinkContentResourceTestBase class core/modules/rest/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentResourceTestBase.php
MenuLinkContentResourceTestBase.php file core/modules/rest/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentResourceTestBase.php
MenuLinkContentUpdateTest class core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php Tests the upgrade path for custom menu links.
MenuLinkContentUpdateTest.php file core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php
MenuLinkContentUpdateTest::assertMenuLinkTitle function core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php Assert that a menu link label matches the expectation.
MenuLinkContentUpdateTest::replaceUser1 function core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php Replace User 1 with the user created here.
MenuLinkContentUpdateTest::setDatabaseDumpFiles function core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php Set database dump files to be used.
MenuLinkContentUpdateTest::testConversionToRevisionable function core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php Tests the conversion of custom menu links to be revisionable.
MenuLinkContentUpdateTest::testMissingDataUpdateRequirementsCheck function core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php Test the update hook requirements check for revisionable menu links.
MenuLinkContentUpdateTest::testPublishedEntityKeyAddition function core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php Tests the addition of the publishing status entity key.
MigrateSqlSourceTestCase::$databaseContents property core/modules/migrate/tests/src/Unit/MigrateSqlSourceTestCase.php The database contents.
ModeratedContentViewLatestRevisionUpdateTest class core/modules/content_moderation/tests/src/Functional/Update/ModeratedContentViewLatestRevisionUpdateTest.php Tests the upgrade path for updating the moderated content view.
ModeratedContentViewLatestRevisionUpdateTest.php file core/modules/content_moderation/tests/src/Functional/Update/ModeratedContentViewLatestRevisionUpdateTest.php
ModeratedContentViewLatestRevisionUpdateTest::setDatabaseDumpFiles function core/modules/content_moderation/tests/src/Functional/Update/ModeratedContentViewLatestRevisionUpdateTest.php Set database dump files to be used.
ModeratedContentViewLatestRevisionUpdateTest::testUpdateModeratedContentView function core/modules/content_moderation/tests/src/Functional/Update/ModeratedContentViewLatestRevisionUpdateTest.php Tests updating the moderated content view.
QuickEditImageControllerTest::$contentAuthorUser property core/modules/image/tests/src/Functional/QuickEditImageControllerTest.php A user with permissions to edit articles and use Quick Edit.
QuickEditImageTest::$contentAuthorUser property core/modules/image/tests/src/FunctionalJavascript/QuickEditImageTest.php A user with permissions to edit Articles and use Quick Edit.
QuickEditIntegrationTest::$contentAuthorUser property core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php A user with permissions to edit Articles and use Quick Edit.
QuickEditIntegrationTest::createBlockContent function core/modules/settings_tray/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php Creates a custom block.
QuickEditIntegrationTest::createBlockContentType function core/modules/settings_tray/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php Creates a custom block type (bundle).
SqlContentEntityStorageSchemaConverter class core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php Defines a schema converter for entity types with existing data.
SqlContentEntityStorageSchemaConverter.php file core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php
SqlContentEntityStorageSchemaConverter::$entityDefinitionUpdateManager property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php The entity definition update manager service.
SqlContentEntityStorageSchemaConverter::$entityTypeId property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php The entity type ID this schema converter is responsible for.
SqlContentEntityStorageSchemaConverter::$entityTypeManager property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php The entity type manager.
SqlContentEntityStorageSchemaConverter::convertToRevisionable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php Converts an entity type with existing data to be revisionable.
SqlContentEntityStorageSchemaConverter::__construct function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php SqlContentEntityStorageSchemaConverter constructor.
SqlContentEntityStorageSchemaConverterNonTranslatableTest class core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php Tests converting a non-translatable entity type with data to revisionable.
SqlContentEntityStorageSchemaConverterNonTranslatableTest.php file core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php
SqlContentEntityStorageSchemaConverterNonTranslatableTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php Set database dump files to be used.
SqlContentEntityStorageSchemaConverterTest class core/tests/Drupal/KernelTests/Core/Entity/SqlContentEntityStorageSchemaConverterTest.php Tests the SqlContentEntityStorageSchemaConverter class.
SqlContentEntityStorageSchemaConverterTest.php file core/tests/Drupal/KernelTests/Core/Entity/SqlContentEntityStorageSchemaConverterTest.php
SqlContentEntityStorageSchemaConverterTest::testConvertToRevisionable function core/tests/Drupal/KernelTests/Core/Entity/SqlContentEntityStorageSchemaConverterTest.php @covers ::convertToRevisionable[[api-linebreak]]
SqlContentEntityStorageSchemaConverterTestBase class core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php Defines a class for testing the conversion of entity types to revisionable.
SqlContentEntityStorageSchemaConverterTestBase.php file core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php
SqlContentEntityStorageSchemaConverterTestBase::$entityDefinitionUpdateManager property core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php The entity definition update manager.
SqlContentEntityStorageSchemaConverterTestBase::$installedStorageSchema property core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php The key-value collection for tracking installed storage schema.
SqlContentEntityStorageSchemaConverterTestBase::$lastInstalledSchemaRepository property core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php The last installed schema repository service.
SqlContentEntityStorageSchemaConverterTestBase::$state property core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php The state service.
SqlContentEntityStorageSchemaConverterTestBase::setUp function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php Overrides WebTestBase::setUp() for update testing.
SqlContentEntityStorageSchemaConverterTestBase::testMakeRevisionable function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php Tests the conversion of an entity type to revisionable.
SqlContentEntityStorageSchemaConverterTranslatableTest class core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php Tests converting a translatable entity type with data to revisionable.
SqlContentEntityStorageSchemaConverterTranslatableTest.php file core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php
SqlContentEntityStorageSchemaConverterTranslatableTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php Set database dump files to be used.
SqlContentEntityStorageSchemaIndexFilledTest class core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php Runs SqlContentEntityStorageSchemaIndexTest with a dump filled with content.
SqlContentEntityStorageSchemaIndexFilledTest.php file core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php
SqlContentEntityStorageSchemaIndexFilledTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php Set database dump files to be used.
SqlContentEntityStorageSchemaIndexTest class core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexTest.php Tests that a newly-added index is properly created during database updates.
SqlContentEntityStorageSchemaIndexTest.php file core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexTest.php

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