Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
NodeLegacyTest::setUp function core/modules/node/tests/src/Kernel/NodeLegacyTest.php
NodeLegacyTest::testEntityLegacyCode function core/modules/node/tests/src/Kernel/NodeLegacyTest.php @expectedDeprecation node_load_multiple() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\node\Entity\Node::loadMultiple(). See https://www.drupal.org/node/2266845
@expectedDeprecation node_load() is deprecated in…
NodeLegacyTest::testNodeGetRevisionAuthor function core/modules/node/tests/src/Kernel/NodeLegacyTest.php Tests that Node::getRevisionAuthor() triggers a deprecation error.
NodeLegacyTest::testNodeSetRevisionAuthorId function core/modules/node/tests/src/Kernel/NodeLegacyTest.php Tests that Node::setRevisionAuthorId() triggers a deprecation error.
NodeLegacyTest::testNodeTypeIsNewRevision function core/modules/node/tests/src/Kernel/NodeLegacyTest.php Tests that NodeType::isNewRevision() triggers a deprecation error.
NodeLegacyTest::testNodeView function core/modules/node/tests/src/Kernel/NodeLegacyTest.php @expectedDeprecation node_view() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal::entityTypeManager()->getViewBuilder('node')->view() instead. See…
NodeLinksTest class core/modules/node/tests/src/Functional/NodeLinksTest.php Tests the output of node links (read more, add new comment, etc).
NodeLinksTest.php file core/modules/node/tests/src/Functional/NodeLinksTest.php
NodeLinksTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeLinksTest.php The theme to install as the default for testing.
NodeLinksTest::$modules property core/modules/node/tests/src/Functional/NodeLinksTest.php Modules to enable.
NodeLinksTest::testHideLinks function core/modules/node/tests/src/Functional/NodeLinksTest.php Tests that the links can be hidden in the view display settings.
NodeListBuilder class core/modules/node/src/NodeListBuilder.php Defines a class to build a listing of node entities.
NodeListBuilder.php file core/modules/node/src/NodeListBuilder.php
NodeListBuilder::$dateFormatter property core/modules/node/src/NodeListBuilder.php The date formatter service.
NodeListBuilder::buildHeader function core/modules/node/src/NodeListBuilder.php Builds the header row for the entity listing.
NodeListBuilder::buildRow function core/modules/node/src/NodeListBuilder.php Builds a row for an entity in the entity listing.
NodeListBuilder::createInstance function core/modules/node/src/NodeListBuilder.php Instantiates a new instance of this entity handler.
NodeListBuilder::__construct function core/modules/node/src/NodeListBuilder.php Constructs a new NodeListBuilder object.
NodeListBuilderTest class core/modules/node/tests/src/Kernel/NodeListBuilderTest.php Tests the admin listing fallback when views is not enabled.
NodeListBuilderTest.php file core/modules/node/tests/src/Kernel/NodeListBuilderTest.php
NodeListBuilderTest::$modules property core/modules/node/tests/src/Kernel/NodeListBuilderTest.php Modules to enable.
NodeListBuilderTest::setUp function core/modules/node/tests/src/Kernel/NodeListBuilderTest.php
NodeListBuilderTest::testCacheContexts function core/modules/node/tests/src/Kernel/NodeListBuilderTest.php Tests that the correct cache contexts are set.
NodeLoadMultipleTest class core/modules/node/tests/src/Functional/NodeLoadMultipleTest.php Tests the loading of multiple nodes.
NodeLoadMultipleTest.php file core/modules/node/tests/src/Functional/NodeLoadMultipleTest.php
NodeLoadMultipleTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeLoadMultipleTest.php The theme to install as the default for testing.
NodeLoadMultipleTest::$modules property core/modules/node/tests/src/Functional/NodeLoadMultipleTest.php Enable Views to test the frontpage against Node::loadMultiple() results.
NodeLoadMultipleTest::setUp function core/modules/node/tests/src/Functional/NodeLoadMultipleTest.php
NodeLoadMultipleTest::testNodeMultipleLoad function core/modules/node/tests/src/Functional/NodeLoadMultipleTest.php Creates four nodes and ensures that they are loaded correctly.
NodeLoadMultipleTest::testNodeMultipleLoadCaseSensitiveFalse function core/modules/node/tests/src/Functional/NodeLoadMultipleTest.php Creates four nodes with not case sensitive fields and load them.
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 enable.
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.
NodeNewComments class core/modules/comment/src/Plugin/views/field/NodeNewComments.php Field handler to display the number of new comments.

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