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 11.x for %s
  6. Other projects
Title Object type File name Summary
NodeGrantDatabaseStorage::writeDefault function core/modules/node/src/NodeGrantDatabaseStorage.php Creates the default node access grant entry.
NodeGrantDatabaseStorage::__construct function core/modules/node/src/NodeGrantDatabaseStorage.php
NodeGrantDatabaseStorageInterface interface core/modules/node/src/NodeGrantDatabaseStorageInterface.php Provides an interface for node access grant storage.
NodeGrantDatabaseStorageInterface.php file core/modules/node/src/NodeGrantDatabaseStorageInterface.php
NodeGrantDatabaseStorageInterface::access function core/modules/node/src/NodeGrantDatabaseStorageInterface.php Determines access to nodes based on node grants.
NodeGrantDatabaseStorageInterface::alterQuery function core/modules/node/src/NodeGrantDatabaseStorageInterface.php Alters a query when node access is required.
NodeGrantDatabaseStorageInterface::checkAll function core/modules/node/src/NodeGrantDatabaseStorageInterface.php Checks all grants for a given account.
NodeGrantDatabaseStorageInterface::count function core/modules/node/src/NodeGrantDatabaseStorageInterface.php Counts available node grants.
NodeGrantDatabaseStorageInterface::delete function core/modules/node/src/NodeGrantDatabaseStorageInterface.php Deletes all node access entries.
NodeGrantDatabaseStorageInterface::deleteNodeRecords function core/modules/node/src/NodeGrantDatabaseStorageInterface.php Remove the access records belonging to certain nodes.
NodeGrantDatabaseStorageInterface::write function core/modules/node/src/NodeGrantDatabaseStorageInterface.php Writes a list of grants to the database, deleting previously saved ones.
NodeGrantDatabaseStorageInterface::writeDefault function core/modules/node/src/NodeGrantDatabaseStorageInterface.php Creates the default node access grant entry.
NodeGrantsHelper class core/modules/node/src/NodeGrantsHelper.php Defines some helpers for the node access control system relating to grants.
NodeGrantsHelper.php file core/modules/node/src/NodeGrantsHelper.php
NodeGrantsHelper::nodeAccessGrants function core/modules/node/src/NodeGrantsHelper.php Fetches an array of permission IDs granted to the given user ID.
NodeGrantsHelper::__construct function core/modules/node/src/NodeGrantsHelper.php
NodeHelpHooks class core/modules/node/src/Hook/NodeHelpHooks.php Help hook implementation for node.
NodeHelpHooks.php file core/modules/node/src/Hook/NodeHelpHooks.php
NodeHelpHooks::help function core/modules/node/src/Hook/NodeHelpHooks.php Implements hook_help().
NodeHelpHooks::__construct function core/modules/node/src/Hook/NodeHelpHooks.php
NodeHelpTest class core/modules/node/tests/src/Functional/NodeHelpTest.php Tests help functionality for nodes.
NodeHelpTest.php file core/modules/node/tests/src/Functional/NodeHelpTest.php
NodeHelpTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeHelpTest.php The theme to install as the default for testing.
NodeHelpTest::$modules property core/modules/node/tests/src/Functional/NodeHelpTest.php Modules to install.
NodeHelpTest::$testText property core/modules/node/tests/src/Functional/NodeHelpTest.php The test 'node help' text to be checked.
NodeHelpTest::$testType property core/modules/node/tests/src/Functional/NodeHelpTest.php The name of the test node type to create.
NodeHelpTest::setUp function core/modules/node/tests/src/Functional/NodeHelpTest.php
NodeHelpTest::testNodeShowHelpText function core/modules/node/tests/src/Functional/NodeHelpTest.php Verifies that help text appears on node add/edit forms.
NodeImportChangeTest class core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php Change content types during config create method invocation.
NodeImportChangeTest.php file core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php
NodeImportChangeTest::$modules property core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php Modules to install.
NodeImportChangeTest::setUp function core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php Set the default field storage backend for fields created during tests.
NodeImportChangeTest::testImportChange function core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php Tests importing an updated content type.
NodeImportCreateTest class core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php Create content types during config create method invocation.
NodeImportCreateTest.php file core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php
NodeImportCreateTest::$modules property core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php Modules to install.
NodeImportCreateTest::setUp function core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php Set the default field storage backend for fields created during tests.
NodeImportCreateTest::testImportCreate function core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php Tests creating a content type during config import.
NodeImportCreateTest::testImportCreateDefault function core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php Tests creating a content type during default config import.
NodeIntegrationTest class core/modules/node/tests/src/Functional/Views/NodeIntegrationTest.php Tests the node integration into views.
NodeIntegrationTest.php file core/modules/node/tests/src/Functional/Views/NodeIntegrationTest.php
NodeIntegrationTest::$defaultTheme property core/modules/node/tests/src/Functional/Views/NodeIntegrationTest.php The theme to install as the default for testing.
NodeIntegrationTest::$testViews property core/modules/node/tests/src/Functional/Views/NodeIntegrationTest.php Views used by this test.
NodeIntegrationTest::assertNids function core/modules/node/tests/src/Functional/Views/NodeIntegrationTest.php Ensures that a list of nodes appear on the page.
NodeIntegrationTest::testNodeViewTypeArgument function core/modules/node/tests/src/Functional/Views/NodeIntegrationTest.php Tests basic node view with a node type argument.
NodeInterface::getRevisionCreationTime function core/modules/node/src/NodeInterface.php Gets the node revision creation timestamp.
NodeInterface::isPromoted function core/modules/node/src/NodeInterface.php Returns the node promotion status.
NodeInterface::isSticky function core/modules/node/src/NodeInterface.php Returns the node sticky status.
NodeInterface::NOT_PUBLISHED constant core/modules/node/src/NodeInterface.php Denotes that the node is not published.
NodeInterface::NOT_STICKY constant core/modules/node/src/NodeInterface.php Denotes that the node is not sticky at the top of the page.

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