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 11.x for end
  5. Other projects
Title Object type File name Summary
ConfigManagerInterface::findMissingContentDependencies function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Finds missing content dependencies declared in configuration entities.
ConfigManagerInterface::getConfigDependencyManager function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Creates and populates a ConfigDependencyManager object.
ConfigManagerInterface::getConfigEntitiesToChangeOnDependencyRemoval function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Lists which config entities to update and delete on removal of a dependency.
ConfigSingleImportForm::$renderer property core/modules/config/src/Form/ConfigSingleImportForm.php The renderer service.
ConfigSync::$renderer property core/modules/config/src/Form/ConfigSync.php The renderer.
ConfigTest::append function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Appends to protected property.
ConfigTest::calculateDependencies function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Calculates dependencies and stores them in the dependency property.
ConfigTest::onDependencyRemoval function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Informs the entity that entities it depends on will be deleted.
ConfigTest::setEnforcedDependencies function core/modules/config/tests/config_test/src/Entity/ConfigTest.php Sets the enforced dependencies.
ConfigTranslationController::$renderer property core/modules/config_translation/src/Controller/ConfigTranslationController.php The renderer.
ConfigTranslationEntityListBuilder::render function core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php Builds the entity listing as renderable array for table.html.twig.
ConfigTranslationMapperList::render function core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php Builds the mappers as a renderable array for table.html.twig.
ConfigurableActionBase::calculateDependencies function core/lib/Drupal/Core/Action/ConfigurableActionBase.php Calculates dependencies for the configured plugin.
ConfigurableLanguageRenderer class core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php Renders entities in a configured language.
ConfigurableLanguageRenderer.php file core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php
ConfigurableLanguageRenderer::$langcode property core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php A specific language code for rendering if available.
ConfigurableLanguageRenderer::getLangcode function core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php Returns the language code associated with the given row.
ConfigurableLanguageRenderer::__construct function core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php Constructs a renderer object.
ConfigurableSearchPluginBase::calculateDependencies function core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php Calculates dependencies for the configured plugin.
config_install_dependency_enforced_combo_test.info.yml file core/modules/config/tests/config_install_dependency_enforced_combo_test/config_install_dependency_enforced_combo_test.info.yml core/modules/config/tests/config_install_dependency_enforced_combo_test/config_install_dependency_enforced_combo_test.info.yml
config_install_dependency_test.info.yml file core/modules/config/tests/config_install_dependency_test/config_install_dependency_test.info.yml core/modules/config/tests/config_install_dependency_test/config_install_dependency_test.info.yml
config_install_dependency_test.module file core/modules/config/tests/config_install_dependency_test/config_install_dependency_test.module Provides hook implementations for testing purposes.
config_install_dependency_test_config_test_create function core/modules/config/tests/config_install_dependency_test/config_install_dependency_test.module Implements hook_ENTITY_TYPE_create().
config_install_double_dependency_test.info.yml file core/modules/config/tests/config_install_double_dependency_test/config_install_double_dependency_test.info.yml core/modules/config/tests/config_install_double_dependency_test/config_install_double_dependency_test.info.yml
config_test.dynamic.dependency_for_unmet2.yml file core/modules/config/tests/config_install_dependency_test/config/optional/config_test.dynamic.dependency_for_unmet2.yml core/modules/config/tests/config_install_dependency_test/config/optional/config_test.dynamic.dependency_for_unmet2.yml
config_test.dynamic.enforced_and_base_dependencies.yml file core/modules/config/tests/config_install_dependency_enforced_combo_test/config/optional/config_test.dynamic.enforced_and_base_dependencies.yml core/modules/config/tests/config_install_dependency_enforced_combo_test/config/optional/config_test.dynamic.enforced_and_base_dependencies.yml
config_test.dynamic.other_module_test_with_dependency.yml file core/modules/config/tests/config_install_dependency_test/config/install/config_test.dynamic.other_module_test_with_dependency.yml core/modules/config/tests/config_install_dependency_test/config/install/config_test.dynamic.other_module_test_with_dependency.yml
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
Connection::$rootTransactionEndCallbacks property core/lib/Drupal/Core/Database/Connection.php Post-root (non-nested) transaction commit callbacks.
Connection::addRootTransactionEndCallback function core/lib/Drupal/Core/Database/Connection.php Adds a root transaction end callback.
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.
ContentDispositionFilenameParserTest::testParseFilenameExtended function core/modules/file/tests/src/Unit/Upload/ContentDispositionFilenameParserTest.php @covers ::parseFilename[[api-linebreak]]
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.
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 @covers ::calculateDependencies[[api-linebreak]]
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.

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