Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 8.9.x for end
  4. Search 10.3.x for end
  5. Other projects
Title Object type File name Summary
config_test.dynamic.other_module_test_with_dependency.yml file core/modules/config/tests/config_install_double_dependency_test/config/install/config_test.dynamic.other_module_test_with_dependency.yml core/modules/config/tests/config_install_double_dependency_test/config/install/config_test.dynamic.other_module_test_with_dependency.yml
config_test.dynamic.yet_another_module_test_with_dependency.yml file core/modules/config/tests/config_install_double_dependency_test/config/install/config_test.dynamic.yet_another_module_test_with_dependency.yml core/modules/config/tests/config_install_double_dependency_test/config/install/config_test.dynamic.yet_another_module_test_with_dependency.yml
ContactController::$renderer property core/modules/contact/src/Controller/ContactController.php The renderer.
ContactLink::renderLink function core/modules/contact/src/Plugin/views/field/ContactLink.php Prepares the link to view an entity.
ContactLinkTest::testRenderNullEntity function core/modules/contact/tests/src/Unit/ContactLinkTest.php Test the render method when getEntity returns NULL.
ContactPersonalTest::testSendPersonalContactMessage function core/modules/contact/tests/src/Functional/ContactPersonalTest.php Tests that mails for contact messages are correctly sent.
Container::preRenderContainer function core/lib/Drupal/Core/Render/Element/Container.php Prevents optional containers from rendering if they have no children.
ContainerTest::testGetForNonExistentParameterDependency function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::get() for non-existent parameters works properly.
ContainerTest::testGetForNonExistentParameterDependencyWithException function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::get() for non-existent parameters works properly.
ContainerTest::testGetForNonExistentServiceDependency function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::get() for non-existent dependencies works properly.
ContainerTest::testGetForNonExistentServiceDependencyWithException function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::get() for non-existent dependencies works properly.
ContainerTest::testGetForParameterDependencyWithExceptionOnSecondCall function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests Container::get() with an exception due to missing parameter on the second call.
ContainerTest::testResolveServicesAndParametersForOptionalServiceDependencies function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that services that are optional work correctly.
container_rebuild_required_dependency_false.info.yml file core/modules/system/tests/modules/container_rebuild_required_dependency_false/container_rebuild_required_dependency_false.info.yml core/modules/system/tests/modules/container_rebuild_required_dependency_false/container_rebuild_required_dependency_false.info.yml
ContentDispositionFilenameParserTest::testParseFilenameExtended function core/modules/file/tests/src/Unit/Upload/ContentDispositionFilenameParserTest.php Tests parse filename extended.
ContentEntityStorageBase::$cacheBackend property core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Cache backend.
ContentEntityType::getConfigDependencyKey function core/lib/Drupal/Core/Entity/ContentEntityType.php Gets the key that is used to store configuration dependencies.
ContentExportTest::doTestCircularDependency function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Tests that the exporter handles circular dependencies gracefully.
ContentExportTest::doTestExportWithDependencies function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Tests exporting a piece of content with its dependencies.
ContentExportTest::doTestMissingDependenciesAreLogged function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Tests that the exporter handles missing dependencies gracefully.
ContentLanguageSettings::calculateDependencies function core/modules/language/src/Entity/ContentLanguageSettings.php Calculates dependencies and stores them in the dependency property.
ContentLanguageSettingsUnitTest::testCalculateDependencies function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php Tests calculate dependencies.
ContentModeration::calculateDependencies function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Calculates dependencies for the configured plugin.
ContentModeration::onDependencyRemoval function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Informs the plugin that a dependency of the workflow will be deleted.
ContentModerationStateTest::doTestContentModerationStatePendingRevisionDataRemoval function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Tests removal of content moderation state pending entity revisions.
ContentModerationStateTest::testContentModerationStatePendingRevisionDataRemoval function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Tests removal of content moderation state pending entity revisions.
ContentModerationStateTest::testWorkflowDependencies function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Tests the dependencies of the workflow when using content moderation.
ContentModerationStateTest::testWorkflowNonConfigBundleDependencies function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Tests the content moderation workflow dependencies for non-config bundles.
ContentTranslationManager::isPendingRevisionSupportEnabled function core/modules/content_translation/src/ContentTranslationManager.php Checks whether support for pending revisions should be enabled.
ContentTranslationPendingRevisionTestBase class core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Base class for pending revision translation tests.
ContentTranslationPendingRevisionTestBase.php file core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php
ContentTranslationPendingRevisionTestBase::$commonPermissions property core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Permissions common to all test accounts.
ContentTranslationPendingRevisionTestBase::$currentAccount property core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php The current test account.
ContentTranslationPendingRevisionTestBase::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Modules to install.
ContentTranslationPendingRevisionTestBase::$storage property core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php The entity storage.
ContentTranslationPendingRevisionTestBase::enableContentModeration function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Enables content moderation for the test entity type and bundle.
ContentTranslationPendingRevisionTestBase::getDeleteUrl function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Returns the delete translation URL for the specified entity.
ContentTranslationPendingRevisionTestBase::getEditorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Returns an array of permissions needed for the editor.
ContentTranslationPendingRevisionTestBase::getEditUrl function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Returns the edit URL for the specified entity.
ContentTranslationPendingRevisionTestBase::getTranslatorPermissions function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Returns an array of permissions needed for the translator.
ContentTranslationPendingRevisionTestBase::loadRevisionTranslation function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Loads the active revision translation for the specified entity.
ContentTranslationPendingRevisionTestBase::setUp function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php
ContentTranslationPendingRevisionTestBase::setupBundle function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Creates or initializes the bundle date if needed.
Context::addCacheableDependency function core/lib/Drupal/Core/Plugin/Context/Context.php Adds a dependency on an object: merges its cacheability metadata.
ContextInterface::addCacheableDependency function core/lib/Drupal/Core/Plugin/Context/ContextInterface.php Adds a dependency on an object: merges its cacheability metadata.
ContextTest::testSetContextValueCacheableDependency function core/tests/Drupal/Tests/Core/Plugin/Context/ContextTest.php Tests set context value cacheable dependency.
ContextualController::render function core/modules/contextual/src/ContextualController.php Returns the requested rendered contextual links.
ContextualDynamicContextTest::renderContextualLinks function core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php Get server-rendered contextual links for the given contextual link ids.
ContextualLinkManagerTest::$cacheBackend property core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php The cache backend used in the test.
ContextualLinks::preRender function core/modules/contextual/src/Plugin/views/field/ContextualLinks.php Runs before any fields are rendered.

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