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
NodeLoadMultipleTest::$modules property core/modules/node/tests/src/Kernel/NodeLoadMultipleTest.php Modules to install.
NodeLoadMultipleTest::setUp function core/modules/node/tests/src/Kernel/NodeLoadMultipleTest.php
NodeLoadMultipleTest::testNodeMultipleLoad function core/modules/node/tests/src/Kernel/NodeLoadMultipleTest.php Creates four nodes and ensures that they are loaded correctly.
NodeLoadMultipleTest::testNodeMultipleLoadCaseSensitiveFalse function core/modules/node/tests/src/Kernel/NodeLoadMultipleTest.php Creates four nodes with not case sensitive fields and load them.
NodeMenuHooks class core/modules/node/src/Hook/NodeMenuHooks.php Menu hook implementations for node.
NodeMenuHooks.php file core/modules/node/src/Hook/NodeMenuHooks.php
NodeMenuHooks::localTasksAlter function core/modules/node/src/Hook/NodeMenuHooks.php Implements hook_local_tasks_alter().
NodeMigrateType::NODE_MIGRATE_TYPE_CLASSIC constant core/modules/migrate_drupal/src/NodeMigrateType.php Only the classic node migration map tables are in use.
NodeMigrateTypeTestTrait trait core/modules/migrate_drupal/tests/src/Traits/NodeMigrateTypeTestTrait.php Helper functions to test complete and classic node migrations.
NodeMigrateTypeTestTrait.php file core/modules/migrate_drupal/tests/src/Traits/NodeMigrateTypeTestTrait.php
NodeMigrateTypeTestTrait::$tableName property core/modules/migrate_drupal/tests/src/Traits/NodeMigrateTypeTestTrait.php The migrate_map table name.
NodeMigrateTypeTestTrait::getTableName function core/modules/migrate_drupal/tests/src/Traits/NodeMigrateTypeTestTrait.php Gets the migrate_map table name.
NodeMigrateTypeTestTrait::makeNodeMigrateMapTable function core/modules/migrate_drupal/tests/src/Traits/NodeMigrateTypeTestTrait.php Create a node migrate_map table.
NodeMigrateTypeTestTrait::nodeMigrateMapTableCount function core/modules/migrate_drupal/tests/src/Traits/NodeMigrateTypeTestTrait.php Gets the numbers of complete and classic node migrate_map tables.
NodeMigrateTypeTestTrait::removeNodeMigrateMapTable function core/modules/migrate_drupal/tests/src/Traits/NodeMigrateTypeTestTrait.php Remove the node migrate map table.
NodeMigrationTypePluginAlterTest class core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php Tests the assignment of the node migration type in migrations_plugin_alter.
NodeMigrationTypePluginAlterTest.php file core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php
NodeMigrationTypePluginAlterTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php Modules to install.
NodeMigrationTypePluginAlterTest::providerMigrationPluginAlter function core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php Data provider for testMigrationPluginAlter().
NodeMigrationTypePluginAlterTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php
NodeMigrationTypePluginAlterTest::setupDb function core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php Creates data in the source database.
NodeMigrationTypePluginAlterTest::testMigrationPluginAlter function core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php Tests the assignment of the node migration type.
NodeModerationHandler::createInstance function core/modules/content_moderation/src/Entity/Handler/NodeModerationHandler.php Instantiates a new instance of this entity handler.
NodeModerationHandler::enforceRevisionsBundleFormAlter function core/modules/content_moderation/src/Entity/Handler/NodeModerationHandler.php Alters bundle forms to enforce revision handling.
NodeModerationHandler::enforceRevisionsEntityFormAlter function core/modules/content_moderation/src/Entity/Handler/NodeModerationHandler.php Alters entity forms to enforce revision handling.
NodeModerationHandler::__construct function core/modules/content_moderation/src/Entity/Handler/NodeModerationHandler.php NodeModerationHandler constructor.
NodeModuleHooks class core/modules/node/src/Hook/NodeModuleHooks.php Module hook implementations for node.
NodeModuleHooks.php file core/modules/node/src/Hook/NodeModuleHooks.php
NodeModuleHooks::modulesInstalled function core/modules/node/src/Hook/NodeModuleHooks.php Implements hook_modules_installed().
NodeModuleHooks::modulesUninstalled function core/modules/node/src/Hook/NodeModuleHooks.php Implements hook_modules_uninstalled().
NodeModuleHooks::__construct function core/modules/node/src/Hook/NodeModuleHooks.php
NodeModulesExcluder class core/modules/package_manager/src/PathExcluder/NodeModulesExcluder.php Excludes node_modules files from stage directories.
NodeModulesExcluder.php file core/modules/package_manager/src/PathExcluder/NodeModulesExcluder.php
NodeModulesExcluder::excludeNodeModulesFiles function core/modules/package_manager/src/PathExcluder/NodeModulesExcluder.php Excludes node_modules directories from stage operations.
NodeModulesExcluder::getSubscribedEvents function core/modules/package_manager/src/PathExcluder/NodeModulesExcluder.php
NodeModulesExcluderTest class core/modules/package_manager/tests/src/Kernel/PathExcluder/NodeModulesExcluderTest.php Tests Node Modules Excluder.
NodeModulesExcluderTest.php file core/modules/package_manager/tests/src/Kernel/PathExcluder/NodeModulesExcluderTest.php
NodeModulesExcluderTest::testExcludedPaths function core/modules/package_manager/tests/src/Kernel/PathExcluder/NodeModulesExcluderTest.php Tests that node_modules directories are excluded from stage operations.
NodeNewComments class core/modules/comment/src/Plugin/views/field/NodeNewComments.php Field handler to display the number of new comments.
NodeNewComments class core/modules/history/src/Plugin/views/field/NodeNewComments.php Field handler to display the number of new comments.
NodeNewComments.php file core/modules/history/src/Plugin/views/field/NodeNewComments.php
NodeNewComments.php file core/modules/comment/src/Plugin/views/field/NodeNewComments.php
NodeNewComments::$database property core/modules/history/src/Plugin/views/field/NodeNewComments.php Database Service Object.
NodeNewComments::$entityFieldManager property core/modules/history/src/Plugin/views/field/NodeNewComments.php The entity field manager.
NodeNewComments::$entityTypeManager property core/modules/history/src/Plugin/views/field/NodeNewComments.php The entity type manager.
NodeNewComments::buildOptionsForm function core/modules/history/src/Plugin/views/field/NodeNewComments.php Default option form that provides label widget that all fields should have.
NodeNewComments::defineOptions function core/modules/history/src/Plugin/views/field/NodeNewComments.php Information about options for all kinds of purposes will be held here.
NodeNewComments::init function core/modules/history/src/Plugin/views/field/NodeNewComments.php Initialize the plugin.
NodeNewComments::preRender function core/modules/history/src/Plugin/views/field/NodeNewComments.php Runs before any fields are rendered.
NodeNewComments::query function core/modules/history/src/Plugin/views/field/NodeNewComments.php Called to add the field to a query.

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