Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 10.3.x for end
  4. Search 11.x for end
  5. Other projects
Title Object type File name Summary
ModuleHandlerTest::testUninstallProfileDependency function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests uninstalling a module installed by a profile.
ModuleHandlerTest::testUninstallProfileDependencyBC function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests uninstalling a module that is a "dependency" of a profile.
ModuleInstallerTest::testDependencyInvalidCoreInstall function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests install with a dependency with an invalid core version constraint.
ModuleInstallerTest::testDependencyInvalidCoreInstallNoDependencies function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests no dependencies install with a dependency with invalid core.
ModuleRequiredByThemesUninstallValidator::getThemesDependingOnModule function core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php Returns themes that depend on a module.
ModuleRequiredByThemesUninstallValidatorTest::testValidateNoThemeDependency function core/tests/Drupal/Tests/Core/Extension/ModuleRequiredByThemesUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
ModuleRequiredByThemesUninstallValidatorTest::testValidateOneThemeDependency function core/tests/Drupal/Tests/Core/Extension/ModuleRequiredByThemesUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
ModuleRequiredByThemesUninstallValidatorTest::testValidateTwoThemeDependencies function core/tests/Drupal/Tests/Core/Extension/ModuleRequiredByThemesUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
MultiItemsFieldHandlerInterface::renderItems function core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php Render all items in this field together.
MultiItemsFieldHandlerInterface::render_item function core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php Renders a single item of a row.
new_dependency_test.alias service core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml Alias of new_dependency_test.dependent
new_dependency_test.alias2 service core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml Alias of new_dependency_test.alias_dependency
new_dependency_test.alias_dependency service core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml Drupal\new_dependency_test\ServiceWithDependency
new_dependency_test.alias_dependency2 service core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml Drupal\new_dependency_test\ServiceWithDependency
new_dependency_test.another_service service core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml Drupal\new_dependency_test\Service
new_dependency_test.another_service.decorated service core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml Drupal\new_dependency_test\Service
new_dependency_test.another_service_two service core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml Drupal\new_dependency_test\Service
new_dependency_test.another_service_two.decorated service core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml Drupal\new_dependency_test\Service
new_dependency_test.dependent service core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml Drupal\new_dependency_test\InjectedService
new_dependency_test.hard_dependency service core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml Drupal\new_dependency_test\ServiceWithDependency
new_dependency_test.info.yml file core/modules/system/tests/modules/new_dependency_test/new_dependency_test.info.yml core/modules/system/tests/modules/new_dependency_test/new_dependency_test.info.yml
new_dependency_test.install file core/modules/system/tests/modules/new_dependency_test/new_dependency_test.install Install, update and uninstall functions for the new_dependency_test module.
new_dependency_test.optional_dependency service core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml Drupal\new_dependency_test\ServiceWithDependency
new_dependency_test.recursion service core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml Drupal\new_dependency_test\ServiceWithDependency
new_dependency_test.services.yml file core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml
new_dependency_test.setter_injection service core/modules/system/tests/modules/new_dependency_test/new_dependency_test.services.yml Drupal\new_dependency_test\SetterInjection
new_dependency_test_update_8001 function core/modules/system/tests/modules/new_dependency_test/new_dependency_test.install Enable the new_dependency_test_with_service module.
new_dependency_test_with_service.info.yml file core/modules/system/tests/modules/new_dependency_test_with_service/new_dependency_test_with_service.info.yml core/modules/system/tests/modules/new_dependency_test_with_service/new_dependency_test_with_service.info.yml
new_dependency_test_with_service.service service core/modules/system/tests/modules/new_dependency_test_with_service/new_dependency_test_with_service.services.yml Drupal\new_dependency_test_with_service\NewService
new_dependency_test_with_service.services.yml file core/modules/system/tests/modules/new_dependency_test_with_service/new_dependency_test_with_service.services.yml core/modules/system/tests/modules/new_dependency_test_with_service/new_dependency_test_with_service.services.yml
Node::render function core/modules/node/src/Plugin/views/field/Node.php Renders the field.
Node::renderLink function core/modules/node/src/Plugin/views/field/Node.php Prepares link to the node.
NodeController::$renderer property core/modules/node/src/Controller/NodeController.php The renderer service.
NodeNewComments::preRender function core/modules/comment/src/Plugin/views/field/NodeNewComments.php Runs before any fields are rendered.
NodeNewComments::render function core/modules/comment/src/Plugin/views/field/NodeNewComments.php Renders the field.
NodeNewComments::renderLink function core/modules/comment/src/Plugin/views/field/NodeNewComments.php Prepares the link to the first new comment.
NoDependenciesUpdateTest class core/modules/system/tests/src/Functional/Update/NoDependenciesUpdateTest.php Test the system module updates with no dependencies installed.
NoDependenciesUpdateTest.php file core/modules/system/tests/src/Functional/Update/NoDependenciesUpdateTest.php
NoDependenciesUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/NoDependenciesUpdateTest.php The theme to install as the default for testing.
NoDependenciesUpdateTest::$installProfile property core/modules/system/tests/src/Functional/Update/NoDependenciesUpdateTest.php The install profile used in the database dump file.
NoDependenciesUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/NoDependenciesUpdateTest.php Set database dump files to be used.
NoDependenciesUpdateTest::testNoDependenciesUpdate function core/modules/system/tests/src/Functional/Update/NoDependenciesUpdateTest.php Test the system module updates with no dependencies installed.
NodeRevisionsTest::renderContextualLinks function core/modules/node/tests/src/Functional/NodeRevisionsTest.php Gets server-rendered contextual links for the given contextual links IDs.
NodeSearch::$renderer property core/modules/node/src/Plugin/Search/NodeSearch.php The Renderer service to format the username and node.
NodeTermData::calculateDependencies function core/modules/taxonomy/src/Plugin/views/relationship/NodeTermData.php Calculates dependencies for the configured plugin.
NodeTranslationUITest::testRevisionTranslationRendering function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Tests that revision translations are rendered properly.
NodeTranslationUITest::testTranslationRendering function core/modules/node/tests/src/Functional/NodeTranslationUITest.php Tests that translations are rendered properly.
NodeTypeListBuilder::render function core/modules/node/src/NodeTypeListBuilder.php Builds the entity listing as renderable array for table.html.twig.
NodeViewBuilder::renderLinks function core/modules/node/src/NodeViewBuilder.php #lazy_builder callback; builds a node's links.
NodeViewBuilderTest::$renderer property core/modules/node/tests/src/Kernel/NodeViewBuilderTest.php The renderer.

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