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
Node::postSave function core/modules/node/src/Entity/Node.php Acts on a saved entity before the insert or update hook is invoked.
Node::preSave function core/modules/node/src/Entity/Node.php Acts on an entity before the presave hook is invoked.
Node::preSaveRevision function core/modules/node/src/Entity/Node.php Acts on a revision before it gets saved.
Node::rowStyleOptions function core/modules/node/src/Plugin/views/wizard/Node.php Retrieves row style plugin names.
Node::setCreatedTime function core/modules/node/src/Entity/Node.php Sets the node creation timestamp.
Node::setPromoted function core/modules/node/src/Entity/Node.php Sets the node promoted status.
Node::setSticky function core/modules/node/src/Entity/Node.php Sets the node sticky status.
Node::setTitle function core/modules/node/src/Entity/Node.php Sets the node title.
Node::__construct function core/modules/node/src/Plugin/views/wizard/Node.php Node constructor.
Node::__construct function core/modules/node/src/Plugin/views/argument_default/Node.php Constructs a new Node instance.
Node::__construct function core/modules/node/src/Plugin/migrate/source/d6/Node.php Constructs a \Drupal\Component\Plugin\PluginBase object.
Node::__construct function core/modules/node/src/Plugin/migrate/source/d7/Node.php Constructs a \Drupal\Component\Plugin\PluginBase object.
NodeAccessBaseTableTest class core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php Tests behavior of the node access subsystem if the base table is not node.
NodeAccessBaseTableTest.php file core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php
NodeAccessBaseTableTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php The theme to install as the default for testing.
NodeAccessBaseTableTest::$modules property core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php Modules to install.
NodeAccessBaseTableTest::$nidsVisible property core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php The nids visible.
NodeAccessBaseTableTest::$nodesByUser property core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php Nodes by user.
NodeAccessBaseTableTest::$privateTid property core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php A private tid.
NodeAccessBaseTableTest::$publicTid property core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php A public tid.
NodeAccessBaseTableTest::$webUser property core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php A web user.
NodeAccessBaseTableTest::assertTaxonomyPage function core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php Checks taxonomy/term listings to ensure only accessible nodes are listed.
NodeAccessBaseTableTest::setUp function core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php
NodeAccessBaseTableTest::testNodeAccessBasic function core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php Tests the "private" node access functionality.
NodeAccessCacheabilityTest class core/modules/node/tests/src/Functional/NodeAccessCacheabilityTest.php Tests the node access automatic cacheability bubbling logic.
NodeAccessCacheabilityTest.php file core/modules/node/tests/src/Functional/NodeAccessCacheabilityTest.php
NodeAccessCacheabilityTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeAccessCacheabilityTest.php The theme to install as the default for testing.
NodeAccessCacheabilityTest::$modules property core/modules/node/tests/src/Functional/NodeAccessCacheabilityTest.php Modules to install.
NodeAccessCacheabilityTest::setUp function core/modules/node/tests/src/Functional/NodeAccessCacheabilityTest.php
NodeAccessCacheabilityTest::testNodeAccessCacheabilitySafeguard function core/modules/node/tests/src/Functional/NodeAccessCacheabilityTest.php Tests that the node grants cache context is auto-added, only when needed.
NodeAccessCacheabilityTest::testNodeAccessCacheContext function core/modules/node/tests/src/Functional/NodeAccessCacheabilityTest.php Tests that the user cache contexts are correctly set.
NodeAccessCacheabilityWithNodeGrantsTest class core/modules/node/tests/src/Functional/NodeAccessCacheabilityWithNodeGrantsTest.php Tests node view access cacheability with node grants.
NodeAccessCacheabilityWithNodeGrantsTest.php file core/modules/node/tests/src/Functional/NodeAccessCacheabilityWithNodeGrantsTest.php
NodeAccessCacheabilityWithNodeGrantsTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeAccessCacheabilityWithNodeGrantsTest.php The theme to install as the default for testing.
NodeAccessCacheabilityWithNodeGrantsTest::$modules property core/modules/node/tests/src/Functional/NodeAccessCacheabilityWithNodeGrantsTest.php Modules to install.
NodeAccessCacheabilityWithNodeGrantsTest::testAccessCacheabilityWithNodeGrants function core/modules/node/tests/src/Functional/NodeAccessCacheabilityWithNodeGrantsTest.php Tests node view access cacheability with node grants.
NodeAccessCacheRedirectWarningTest class core/modules/node/tests/src/Functional/NodeAccessCacheRedirectWarningTest.php Tests the node access grants cache context service.
NodeAccessCacheRedirectWarningTest.php file core/modules/node/tests/src/Functional/NodeAccessCacheRedirectWarningTest.php
NodeAccessCacheRedirectWarningTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeAccessCacheRedirectWarningTest.php The theme to install as the default for testing.
NodeAccessCacheRedirectWarningTest::$modules property core/modules/node/tests/src/Functional/NodeAccessCacheRedirectWarningTest.php Modules to install.
NodeAccessCacheRedirectWarningTest::setUp function core/modules/node/tests/src/Functional/NodeAccessCacheRedirectWarningTest.php
NodeAccessCacheRedirectWarningTest::testNodeAccessCacheRedirectWarning function core/modules/node/tests/src/Functional/NodeAccessCacheRedirectWarningTest.php Ensures that node access checks don't cause cache redirect warnings.
NodeAccessControlHandler class core/modules/node/src/NodeAccessControlHandler.php Defines the access control handler for the node entity type.
NodeAccessControlHandler.php file core/modules/node/src/NodeAccessControlHandler.php
NodeAccessControlHandler::$entityTypeManager property core/modules/node/src/NodeAccessControlHandler.php The entity type manager.
NodeAccessControlHandler::$grantStorage property core/modules/node/src/NodeAccessControlHandler.php The node grant storage.
NodeAccessControlHandler::access function core/modules/node/src/NodeAccessControlHandler.php Checks access to an operation on a given entity or entity translation.
NodeAccessControlHandler::acquireGrants function core/modules/node/src/NodeAccessControlHandler.php Gets the list of node access grants.
NodeAccessControlHandler::checkAccess function core/modules/node/src/NodeAccessControlHandler.php Performs access checks.
NodeAccessControlHandler::checkAllGrants function core/modules/node/src/NodeAccessControlHandler.php Checks all grants for a given account.

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