Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search 11.x for to
  6. Other projects
Title Object type File name Summary
NegotiatorBase::ensureVersionExists function core/modules/jsonapi/src/Revisions/NegotiatorBase.php Helper method that ensures that a version exists.
NegotiatorBase::getRevision function core/modules/jsonapi/src/Revisions/NegotiatorBase.php Gets the identified revision.
NegotiatorBase::getRevisionId function core/modules/jsonapi/src/Revisions/NegotiatorBase.php Gets the revision ID.
NegotiatorBase::loadRevision function core/modules/jsonapi/src/Revisions/NegotiatorBase.php Loads an entity revision.
NegotiatorBase::__construct function core/modules/jsonapi/src/Revisions/NegotiatorBase.php Constructs a version negotiator instance.
NestedArrayTest::testMergeOutOfSequenceKeys function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests that array keys values on the first array are ignored when merging.
NestedCompositeConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Validation/NestedCompositeConstraintValidatorTest.php Tests nested composite validation constraints.
NestedCompositeConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Validation/NestedCompositeConstraintValidatorTest.php
NestedCompositeConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Validation/NestedCompositeConstraintValidatorTest.php Modules to install.
NestedCompositeConstraintValidatorTest::testConfigValidation function core/tests/Drupal/KernelTests/Core/Validation/NestedCompositeConstraintValidatorTest.php Tests use of AtLeastOneOf validation constraint in config.
NestedFormTest::$fieldStorageSingle property core/modules/field/tests/src/Functional/NestedFormTest.php
NestedFormTest::$fieldStorageUnlimited property core/modules/field/tests/src/Functional/NestedFormTest.php
node.grant_storage service core/modules/node/node.services.yml Drupal\node\NodeGrantDatabaseStorage
Node::$entityDisplayRepository property core/modules/node/src/Plugin/views/wizard/Node.php The entity display repository.
Node::initializeIterator function core/modules/node/src/Plugin/migrate/source/d6/Node.php Initializes the iterator with the source data.
NodeAccessControlHandler::$grantStorage property core/modules/node/src/NodeAccessControlHandler.php The node grant storage.
NodeAccessTestAutoBubblingController class core/modules/node/tests/node_access_test_auto_bubbling/src/Controller/NodeAccessTestAutoBubblingController.php Returns a node ID listing.
NodeAccessTestAutoBubblingController.php file core/modules/node/tests/node_access_test_auto_bubbling/src/Controller/NodeAccessTestAutoBubblingController.php
NodeAccessTestAutoBubblingController::latest function core/modules/node/tests/node_access_test_auto_bubbling/src/Controller/NodeAccessTestAutoBubblingController.php Lists the three latest published node IDs.
NodeAccessTestAutoBubblingController::nodeAccessCacheability function core/modules/node/tests/node_access_test_auto_bubbling/src/Controller/NodeAccessTestAutoBubblingController.php Exposes the node label when a user has access to view a node.
NodeAdminRouteSubscriber::$configFactory property core/modules/node/src/EventSubscriber/NodeAdminRouteSubscriber.php The config factory.
NodeBodyFieldStorageTest class core/modules/field/tests/src/Kernel/NodeBodyFieldStorageTest.php Tests node body field storage.
NodeBodyFieldStorageTest.php file core/modules/field/tests/src/Kernel/NodeBodyFieldStorageTest.php
NodeBodyFieldStorageTest::$modules property core/modules/field/tests/src/Kernel/NodeBodyFieldStorageTest.php Modules to install.
NodeBodyFieldStorageTest::setUp function core/modules/field/tests/src/Kernel/NodeBodyFieldStorageTest.php
NodeBodyFieldStorageTest::testFieldOverrides function core/modules/field/tests/src/Kernel/NodeBodyFieldStorageTest.php Tests node body field storage persistence even if there are no instances.
NodeBulkFormTest::testConstructor function core/modules/node/tests/src/Unit/Plugin/views/field/NodeBulkFormTest.php Tests the constructor assignment of actions.
NodeController::$entityRepository property core/modules/node/src/Controller/NodeController.php The entity repository service.
NodeCreationTest::testAuthorAutocomplete function core/modules/node/tests/src/Functional/NodeCreationTest.php Tests the author autocompletion textfield.
NodeEditFormTest::$nodeStorage property core/modules/node/tests/src/Functional/NodeEditFormTest.php The node storage.
NodeFieldAccessTest::testAccessToAdministrativeFields function core/modules/node/tests/src/Kernel/NodeFieldAccessTest.php Tests permissions on nodes administrative fields.
NodeFieldTokensTest class core/modules/node/tests/src/Functional/Views/NodeFieldTokensTest.php Tests replacement of Views tokens supplied by the Node module.
NodeFieldTokensTest.php file core/modules/node/tests/src/Functional/Views/NodeFieldTokensTest.php
NodeFieldTokensTest::$defaultTheme property core/modules/node/tests/src/Functional/Views/NodeFieldTokensTest.php The theme to install as the default for testing.
NodeFieldTokensTest::$testViews property core/modules/node/tests/src/Functional/Views/NodeFieldTokensTest.php Views used by this test.
NodeFieldTokensTest::testViewsTokenReplacement function core/modules/node/tests/src/Functional/Views/NodeFieldTokensTest.php Tests token replacement for Views tokens supplied by the Node module.
NodeForm::$tempStoreFactory property core/modules/node/src/Form/NodeForm.php The tempstore factory.
NodeGrantDatabaseStorage class core/modules/node/src/NodeGrantDatabaseStorage.php Defines a storage handler class that handles the node grants system.
NodeGrantDatabaseStorage.php file core/modules/node/src/NodeGrantDatabaseStorage.php
NodeGrantDatabaseStorage::$hasNodeGrantsImplementations property core/modules/node/src/NodeGrantDatabaseStorage.php Indicates if any module implements hook_node_grants().
NodeGrantDatabaseStorage::access function core/modules/node/src/NodeGrantDatabaseStorage.php Determines access to nodes based on node grants.
NodeGrantDatabaseStorage::alterQuery function core/modules/node/src/NodeGrantDatabaseStorage.php Alters a query when node access is required.
NodeGrantDatabaseStorage::buildGrantsQueryCondition function core/modules/node/src/NodeGrantDatabaseStorage.php Creates a query condition from an array of node access grants.
NodeGrantDatabaseStorage::checkAll function core/modules/node/src/NodeGrantDatabaseStorage.php Checks all grants for a given account.
NodeGrantDatabaseStorage::count function core/modules/node/src/NodeGrantDatabaseStorage.php Counts available node grants.
NodeGrantDatabaseStorage::delete function core/modules/node/src/NodeGrantDatabaseStorage.php Deletes all node access entries.
NodeGrantDatabaseStorage::deleteNodeRecords function core/modules/node/src/NodeGrantDatabaseStorage.php Remove the access records belonging to certain nodes.
NodeGrantDatabaseStorage::write function core/modules/node/src/NodeGrantDatabaseStorage.php Writes a list of grants to the database, deleting previously saved ones.
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

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