Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
ContentTranslationUpdatesManager::$entityTypeManager property core/modules/content_translation/src/ContentTranslationUpdatesManager.php The entity type manager.
ContentTranslationUpdatesManager::$updateManager property core/modules/content_translation/src/ContentTranslationUpdatesManager.php The entity definition update manager.
ContentTranslationUpdatesManager::updateDefinitions function core/modules/content_translation/src/ContentTranslationUpdatesManager.php Executes field storage definition updates if needed.
ContentTranslationUpdatesManager::__construct function core/modules/content_translation/src/ContentTranslationUpdatesManager.php Constructs an updates manager instance.
ContentTranslationUpdateTest class core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php Tests the upgrade path for the Content Translation module.
ContentTranslationUpdateTest.php file core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php
ContentTranslationUpdateTest::$database property core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php The database connection used.
ContentTranslationUpdateTest::$entityDefinitionUpdateManager property core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php The entity definition update manager.
ContentTranslationUpdateTest::$state property core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php The state service.
ContentTranslationUpdateTest::setDatabaseDumpFiles function core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php Set database dump files to be used.
ContentTranslationUpdateTest::setUp function core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php Overrides WebTestBase::setUp() for update testing.
ContentTranslationUpdateTest::testContentTranslationUpdate8400 function core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php Tests that initial values for metadata fields are populated correctly.
ContentTranslationViewsUITest class core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php Tests the views UI when content_translation is enabled.
ContentTranslationViewsUITest.php file core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php
ContentTranslationViewsUITest::$defaultTheme property core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php The theme to install as the default for testing.
ContentTranslationViewsUITest::$modules property core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php Modules to enable.
ContentTranslationViewsUITest::$testViews property core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php Views used by this test.
ContentTranslationViewsUITest::testViewsUI function core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php Tests the views UI.
ContentTranslationWorkflowsTest class core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php Tests the content translation workflows for the test entity.
ContentTranslationWorkflowsTest.php file core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php
ContentTranslationWorkflowsTest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php The theme to install as the default for testing.
ContentTranslationWorkflowsTest::$entity property core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php The entity used for testing.
ContentTranslationWorkflowsTest::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php Modules to enable.
ContentTranslationWorkflowsTest::assertNoSharedElements function core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php Assert that the current page does not contain shared form elements.
ContentTranslationWorkflowsTest::doTestWorkflows function core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php Checks that workflows have the expected behaviors for the given user.
ContentTranslationWorkflowsTest::getEditorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php Returns an array of permissions needed for the editor.
ContentTranslationWorkflowsTest::getTranslatorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php Returns an array of permissions needed for the translator.
ContentTranslationWorkflowsTest::setUp function core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php
ContentTranslationWorkflowsTest::setupEntity function core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php Creates a test entity and translate it.
ContentTranslationWorkflowsTest::testWorkflows function core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php Test simple and editorial translation workflows.
ContentTypeCreationTrait trait core/modules/node/tests/src/Traits/ContentTypeCreationTrait.php Provides methods to create content type from given values.
ContentTypeCreationTrait trait core/modules/simpletest/src/ContentTypeCreationTrait.php Provides methods to create content type from given values.
ContentTypeCreationTrait.php file core/modules/simpletest/src/ContentTypeCreationTrait.php
ContentTypeCreationTrait.php file core/modules/node/tests/src/Traits/ContentTypeCreationTrait.php
ContentTypeCreationTrait::createContentType function core/modules/node/tests/src/Traits/ContentTypeCreationTrait.php Creates a custom content type based on default settings.
ContentTypeHeaderMatcher class core/lib/Drupal/Core/Routing/ContentTypeHeaderMatcher.php Filters routes based on the HTTP Content-type header.
ContentTypeHeaderMatcher.php file core/lib/Drupal/Core/Routing/ContentTypeHeaderMatcher.php
ContentTypeHeaderMatcher::filter function core/lib/Drupal/Core/Routing/ContentTypeHeaderMatcher.php
ContentTypeHeaderMatcherTest class core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php Confirm that the content types partial matcher is functioning properly.
ContentTypeHeaderMatcherTest.php file core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php
ContentTypeHeaderMatcherTest::$fixtures property core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php A collection of shared fixture data for tests.
ContentTypeHeaderMatcherTest::$matcher property core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php The matcher object that is going to be tested.
ContentTypeHeaderMatcherTest::providerTestSafeRequestFilter function core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php
ContentTypeHeaderMatcherTest::setUp function core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php
ContentTypeHeaderMatcherTest::testContentTypeRequestHeaderMissing function core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php Confirms that the matcher throws an exception for missing request header.
ContentTypeHeaderMatcherTest::testJsonRequest function core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php Tests that XML-restricted routes get filtered out on JSON requests.
ContentTypeHeaderMatcherTest::testNoRouteFound function core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php Confirms that the matcher throws an exception for no-route.
ContentTypeHeaderMatcherTest::testPostForm function core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php Tests route filtering on POST form submission requests.
ContentTypeHeaderMatcherTest::testSafeRequestFilter function core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php Tests that routes are not filtered on safe requests.
ContentUninstallValidator class core/lib/Drupal/Core/ProxyClass/Entity/ContentUninstallValidator.php Provides a proxy class for \Drupal\Core\Entity\ContentUninstallValidator.

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