Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
NodeClassicTest::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php Gets the available upgrade paths.
NodeClassicTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php Gets the expected number of entities per entity type after migration.
NodeClassicTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php Gets expected number of entities per entity after incremental migration.
NodeClassicTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php Gets the missing upgrade paths.
NodeClassicTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php Gets the source base path for the concrete test.
NodeClassicTest::setUp function core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php
NodeClassicTest::testNodeClassicUpgrade function core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php Tests node classic migration via the UI.
NodeComment::getValueOptions function core/modules/comment/src/Plugin/views/filter/NodeComment.php Gets the value options.
NodeCommentsTest class core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php Tests comments on nodes.
NodeCommentsTest.php file core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php
NodeCommentsTest::$defaultTheme property core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php The theme to install as the default for testing.
NodeCommentsTest::$testViews property core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php Views used by this test.
NodeCommentsTest::testCommentCount function core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php Test the comment count field.
NodeComplete::getIds function core/modules/node/src/Plugin/migrate/source/d6/NodeComplete.php Defines the source fields uniquely identifying a source row.
NodeComplete::getIds function core/modules/node/src/Plugin/migrate/source/d7/NodeComplete.php Defines the source fields uniquely identifying a source row.
NodeComplete::handleTranslations function core/modules/node/src/Plugin/migrate/source/d7/NodeComplete.php Adapt our query for translations.
NodeCompleteNodeLookup::transform function core/modules/migrate_drupal/src/Plugin/migrate/process/NodeCompleteNodeLookup.php Performs the associated process.
NodeCompleteNodeRevisionLookup class core/modules/migrate_drupal/src/Plugin/migrate/process/NodeCompleteNodeRevisionLookup.php Returns only the vid from migration_lookup on node_complete migration.
NodeCompleteNodeRevisionLookup.php file core/modules/migrate_drupal/src/Plugin/migrate/process/NodeCompleteNodeRevisionLookup.php
NodeCompleteNodeRevisionLookup::transform function core/modules/migrate_drupal/src/Plugin/migrate/process/NodeCompleteNodeRevisionLookup.php Performs the associated process.
NodeCompleteNodeTranslationLookup class core/modules/migrate_drupal/src/Plugin/migrate/process/NodeCompleteNodeTranslationLookup.php Returns nid and langcode from migration_lookup on node_complete migration.
NodeCompleteNodeTranslationLookup.php file core/modules/migrate_drupal/src/Plugin/migrate/process/NodeCompleteNodeTranslationLookup.php
NodeCompleteNodeTranslationLookup::transform function core/modules/migrate_drupal/src/Plugin/migrate/process/NodeCompleteNodeTranslationLookup.php Performs the associated process.
NodeConfigTranslationHooks class core/modules/node/src/Hook/NodeConfigTranslationHooks.php Config translation hook implementations for node.
NodeConfigTranslationHooks.php file core/modules/node/src/Hook/NodeConfigTranslationHooks.php
NodeConfigTranslationHooks::configTranslationInfoAlter function core/modules/node/src/Hook/NodeConfigTranslationHooks.php Implements hook_config_translation_info_alter().
NodeContextTestBlock class core/modules/node/tests/modules/node_block_test/src/Plugin/Block/NodeContextTestBlock.php Provides a 'Node Context Test' block.
NodeContextTestBlock.php file core/modules/node/tests/modules/node_block_test/src/Plugin/Block/NodeContextTestBlock.php
NodeContextTestBlock::build function core/modules/node/tests/modules/node_block_test/src/Plugin/Block/NodeContextTestBlock.php Builds and returns the renderable array for this block plugin.
NodeContextualLinksTest class core/modules/node/tests/src/Functional/NodeContextualLinksTest.php Tests views contextual links on nodes.
NodeContextualLinksTest class core/modules/node/tests/src/Functional/Views/NodeContextualLinksTest.php Tests views contextual links on nodes.
NodeContextualLinksTest.php file core/modules/node/tests/src/Functional/NodeContextualLinksTest.php
NodeContextualLinksTest.php file core/modules/node/tests/src/Functional/Views/NodeContextualLinksTest.php
NodeContextualLinksTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeContextualLinksTest.php The theme to install as the default for testing.
NodeContextualLinksTest::$defaultTheme property core/modules/node/tests/src/Functional/Views/NodeContextualLinksTest.php The theme to install as the default for testing.
NodeContextualLinksTest::$modules property core/modules/node/tests/src/Functional/NodeContextualLinksTest.php Modules to install.
NodeContextualLinksTest::$modules property core/modules/node/tests/src/Functional/Views/NodeContextualLinksTest.php Modules to install.
NodeContextualLinksTest::testNodeContextualLinks function core/modules/node/tests/src/Functional/NodeContextualLinksTest.php Tests contextual links.
NodeContextualLinksTest::testPageWithDisabledContextualModule function core/modules/node/tests/src/Functional/Views/NodeContextualLinksTest.php Tests if the node page works if Contextual Links is disabled.
NodeController::$entityRepository property core/modules/node/src/Controller/NodeController.php The entity repository service.
NodeController::getRevisionIds function core/modules/node/src/Controller/NodeController.php Gets a list of node revision IDs for a specific node.
NodeController::revisionOverview function core/modules/node/src/Controller/NodeController.php Generates an overview table of older revisions of a node.
NodeController::revisionShow function core/modules/node/src/Controller/NodeController.php Displays a node revision.
NodeController::__construct function core/modules/node/src/Controller/NodeController.php Constructs a NodeController object.
NodeCreationTest class core/modules/node/tests/src/Functional/NodeCreationTest.php Create a node and test saving it.
NodeCreationTest.php file core/modules/node/tests/src/Functional/NodeCreationTest.php
NodeCreationTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeCreationTest.php The theme to install as the default for testing.
NodeCreationTest::$modules property core/modules/node/tests/src/Functional/NodeCreationTest.php Modules to install.
NodeCreationTest::getWatchdogIdsForTestExceptionRollback function core/modules/node/tests/src/Functional/NodeCreationTest.php Gets the watchdog IDs of the records with the rollback exception message.
NodeCreationTest::setUp function core/modules/node/tests/src/Functional/NodeCreationTest.php

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