Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
NodeBlockFunctionalTest::$adminUser property core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php An administrative user for testing.
NodeBlockFunctionalTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php The theme to install as the default for testing.
NodeBlockFunctionalTest::$modules property core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php Modules to enable.
NodeBlockFunctionalTest::$webUser property core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php An unprivileged user for testing.
NodeBlockFunctionalTest::setUp function core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php
NodeBlockFunctionalTest::testRecentNodeBlock function core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php Tests the recent comments block.
NodeBodyFieldStorageTest class core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php Tests node body field storage.
NodeBodyFieldStorageTest.php file core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php
NodeBodyFieldStorageTest::$modules property core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php Modules to enable.
NodeBodyFieldStorageTest::setUp function core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php
NodeBodyFieldStorageTest::testFieldOverrides function core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php Tests node body field storage persistence even if there are no instances.
NodeBulkForm class core/modules/node/src/Plugin/views/field/NodeBulkForm.php Defines a node operations bulk form element.
NodeBulkForm.php file core/modules/node/src/Plugin/views/field/NodeBulkForm.php
NodeBulkForm::emptySelectedMessage function core/modules/node/src/Plugin/views/field/NodeBulkForm.php Returns the message to be displayed when there are no selected items.
NodeBulkFormTest class core/modules/node/tests/src/Unit/Plugin/views/field/NodeBulkFormTest.php @coversDefaultClass \Drupal\node\Plugin\views\field\NodeBulkForm[[api-linebreak]]
@group node
NodeBulkFormTest.php file core/modules/node/tests/src/Unit/Plugin/views/field/NodeBulkFormTest.php
NodeBulkFormTest::tearDown function core/modules/node/tests/src/Unit/Plugin/views/field/NodeBulkFormTest.php
NodeBulkFormTest::testConstructor function core/modules/node/tests/src/Unit/Plugin/views/field/NodeBulkFormTest.php Tests the constructor assignment of actions.
NodeByNodeTypeTest class core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeByNodeTypeTest.php Tests D6 node source plugin with 'node_type' configuration.
NodeByNodeTypeTest.php file core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeByNodeTypeTest.php
NodeByNodeTypeTest::$modules property core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeByNodeTypeTest.php Modules to enable.
NodeByNodeTypeTest::providerSource function core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeByNodeTypeTest.php The data provider.
NodeCacheTagsTest class core/modules/node/tests/src/Functional/NodeCacheTagsTest.php Tests the Node entity's cache tags.
NodeCacheTagsTest.php file core/modules/node/tests/src/Functional/NodeCacheTagsTest.php
NodeCacheTagsTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeCacheTagsTest.php The theme to install as the default for testing.
NodeCacheTagsTest::$modules property core/modules/node/tests/src/Functional/NodeCacheTagsTest.php Modules to enable.
NodeCacheTagsTest::createEntity function core/modules/node/tests/src/Functional/NodeCacheTagsTest.php Creates the entity to be tested.
NodeCacheTagsTest::getAdditionalCacheContextsForEntity function core/modules/node/tests/src/Functional/NodeCacheTagsTest.php Returns the additional (non-standard) cache contexts for the tested entity.
NodeCacheTagsTest::getAdditionalCacheContextsForEntityListing function core/modules/node/tests/src/Functional/NodeCacheTagsTest.php Returns the additional cache tags for the tested entity's listing by type.
NodeCacheTagsTest::getAdditionalCacheTagsForEntity function core/modules/node/tests/src/Functional/NodeCacheTagsTest.php Each node must have an author.
NodeCacheTagsTest::getDefaultCacheContexts function core/modules/node/tests/src/Functional/NodeCacheTagsTest.php Gets the default cache contexts for rendered entities.
NodeClassicTest class core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php Tests the classic node migration runs.
NodeClassicTest.php file core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php
NodeClassicTest::$modules property core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php Modules to enable.
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::testMigrateUpgradeExecute function core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php Tests ID Conflict form.
NodeComment class core/modules/comment/src/Plugin/views/filter/NodeComment.php Filter based on comment node status.
NodeComment.php file core/modules/comment/src/Plugin/views/filter/NodeComment.php
NodeComment::getValueOptions function core/modules/comment/src/Plugin/views/filter/NodeComment.php Child classes should be used to override this function and set the
'value options', unless 'options callback' is defined as a valid function
or static public method to generate these values.
NodeCommentCombinationTrait trait core/modules/migrate/tests/src/Kernel/NodeCommentCombinationTrait.php Provides methods for testing node and comment combinations.
NodeCommentCombinationTrait.php file core/modules/migrate/tests/src/Kernel/NodeCommentCombinationTrait.php
NodeCommentCombinationTrait::createNodeCommentCombination function core/modules/migrate/tests/src/Kernel/NodeCommentCombinationTrait.php Creates a node type with a corresponding comment type.
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.

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