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
NodeAttributesTest::setUp function core/modules/rdf/tests/src/Functional/NodeAttributesTest.php
NodeAttributesTest::testNodeAttributes function core/modules/rdf/tests/src/Functional/NodeAttributesTest.php Creates a node of type article and tests its RDFa markup.
NodeBlockFunctionalTest class core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php Tests node block functionality.
NodeBlockFunctionalTest.php file core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php
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::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::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.
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::$modules property core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php Modules to install.
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.

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