Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
NamespaceCoverageNotPublicTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoverageNotPublicTest.php
NamespaceCoveragePrivateTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoveragePrivateTest.php
NamespaceCoverageProtectedTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoverageProtectedTest.php
NamespaceCoveragePublicTest class drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoveragePublicTest.php
NamespacedAttributeBag class Symfony\Component\HttpFoundation\Session\Attribute drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/NamespacedAttributeBag.php This class provides structured storage of session attributes using a name spacing character in the key. 1
NamespacedAttributeBagTest class Symfony\Component\HttpFoundation\Tests\Session\Attribute drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/NamespacedAttributeBagTest.php Tests NamespacedAttributeBag
NamespacedSingleClassLOC1000 class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/NamespacedSingleClassLOC1000.php
NamespaceWithClosureDeclaration class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/NamespaceWithClosureDeclaration.php
NativeFileSessionHandler class Symfony\Component\HttpFoundation\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php NativeFileSessionHandler. 2
NativeFileSessionHandlerTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php Test class for NativeFileSessionHandler.
NativePhpunitPrinter class drupal/core/vendor/doctrine/common/tests/NativePhpunitTask.php
NativePhpunitTask class drupal/core/vendor/doctrine/common/tests/NativePhpunitTask.php A more flexible and powerful PHPUnit Task than the native Phing one.
NativeProxy class Symfony\Component\HttpFoundation\Session\Storage\Proxy drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/NativeProxy.php NativeProxy. 3
NativeProxyTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Proxy drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/NativeProxyTest.php Test class for NativeProxy.
NativeSessionHandlerTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeSessionHandlerTest.php Test class for NativeSessionHandler.
NativeSessionStorage class Symfony\Component\HttpFoundation\Session\Storage drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php This provides a base class for session attribute storage. 1 4
NativeSessionStorageTest class Symfony\Component\HttpFoundation\Tests\Session\Storage drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php Test class for NativeSessionStorage.
NcsLastCommentName class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NcsLastCommentName.php Field handler to present the name of the last comment poster.
NcsLastCommentName class Drupal\comment\Plugin\views\sort drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/sort/NcsLastCommentName.php Sort handler to sort by last comment name which might be in 2 different fields.
NcsLastUpdated class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NcsLastUpdated.php Field handler to display the newer of last comment / node updated.
NcsLastUpdated class Drupal\comment\Plugin\views\sort drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/sort/NcsLastUpdated.php Sort handler for the newer of last comment / node updated.
NcsLastUpdated class Drupal\comment\Plugin\views\filter drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/NcsLastUpdated.php Filter handler for the newer of last comment / node updated.
NegotiationSelectedForm class Drupal\language\Form drupal/core/modules/language/lib/Drupal/language/Form/NegotiationSelectedForm.php Configure the selected language negotiation method for this site. 1
NegotiationSessionForm class Drupal\language\Form drupal/core/modules/language/lib/Drupal/language/Form/NegotiationSessionForm.php Configure the session language negotiation method for this site. 1
NegotiationUrlForm class Drupal\language\Form drupal/core/modules/language/lib/Drupal/language/Form/NegotiationUrlForm.php Configure the URL language negotiation method for this site. 1
NestedArray class Drupal\Component\Utility drupal/core/lib/Drupal/Component/Utility/NestedArray.php Provides helpers to perform operations on nested arrays and array keys of variable depth. 49
NestedArrayUnitTest class Drupal\Tests\Core drupal/core/tests/Drupal/Tests/Core/NestedArrayUnitTest.php Tests the NestedArray helper class.
NestedMatcher class Symfony\Cmf\Component\Routing\NestedMatcher drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/NestedMatcher.php A more flexible approach to matching. The route collection to match against can be dynamically determined based on the request and users can inject their own filters or use a custom final matching strategy. 1 2
NestedMatcherTest class Symfony\Cmf\Component\Routing\Tests\NestedMatcher drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/NestedMatcher/NestedMatcherTest.php
NewDefaultThemeBlocksTest class Drupal\block\Tests drupal/core/modules/block/lib/Drupal/block/Tests/NewDefaultThemeBlocksTest.php Test blocks correctly initialized when picking a new default theme.
NewException class drupal/core/vendor/phpunit/phpunit/Tests/Regression/GitHub/74/NewException.php
NewTopicsBlock class Drupal\forum\Plugin\Block drupal/core/modules/forum/lib/Drupal/forum/Plugin/Block/NewTopicsBlock.php Provides a 'New forum topics' block.
NextIdTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/NextIdTest.php Checks the sequences API.
Nid class Drupal\node\Plugin\views\argument drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/Nid.php Argument handler to accept a node id.
NoAnnotation class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/NoAnnotation.php
NoArgTestCaseTest class drupal/core/vendor/phpunit/phpunit/Tests/_files/NoArgTestCaseTest.php
Node class Drupal\node\Plugin\views\field drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Node.php Field handler to provide simple renderer that allows linking to a node. Definition terms: 4 4
Node class Drupal\node\Plugin\views\wizard drupal/core/modules/node/lib/Drupal/node/Plugin/views/wizard/Node.php Tests creating node views with the wizard.
Node class Drupal\node\Plugin\views\argument_validator drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument_validator/Node.php Validate whether an argument is an acceptable node.
Node class Drupal\node\Plugin\views\argument_default drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument_default/Node.php Default argument plugin to extract a node via menu_get_object
Node class Drupal\node\Plugin\Core\Entity drupal/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php Defines the node entity class. 1
NodeAccessBaseTableTest class Drupal\node\Tests drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessBaseTableTest.php Tests for Node Access with a non-node base table.
NodeAccessController class Drupal\node drupal/core/modules/node/lib/Drupal/node/NodeAccessController.php Defines the access controller for the node entity type.
NodeAccessFieldTest class Drupal\node\Tests drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessFieldTest.php Tests the interaction of the node access system with fields.
NodeAccessLanguageAwareCombinationTest class Drupal\node\Tests drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageAwareCombinationTest.php Tests node access with multiple languages and access control modules.
NodeAccessLanguageAwareTest class Drupal\node\Tests drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageAwareTest.php Tests node access functionality for multiple languages.
NodeAccessLanguageTest class Drupal\node\Tests drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageTest.php Verifies node_access() functionality for multiple languages.
NodeAccessPagerTest class Drupal\node\Tests drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessPagerTest.php Tests pagination with a node access module enabled.
NodeAccessRebuildTest class Drupal\node\Tests drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessRebuildTest.php Verifies the rebuild functionality for the node_access table.
NodeAccessRecordsTest class Drupal\node\Tests drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessRecordsTest.php Tests hook_node_access_records() functionality.

Pages

Other projects