Search for Id

  1. Search 7.x for Id
  2. Search 8.9.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
nav-primary-wide.pcss.css file core/themes/olivero/css/components/navigation/nav-primary-wide.pcss.css Nav Primary (wide widths).
NegotiationBrowserDeleteForm::getFormId function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php Returns a unique string identifying the form.
NegotiationBrowserForm::getFormId function core/modules/language/src/Form/NegotiationBrowserForm.php Returns a unique string identifying the form.
NegotiationBrowserForm::validateForm function core/modules/language/src/Form/NegotiationBrowserForm.php Form validation handler.
NegotiationConfigureForm::getFormId function core/modules/language/src/Form/NegotiationConfigureForm.php Returns a unique string identifying the form.
NegotiationMiddleware class core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php Provides a middleware to determine the content type upon the accept header.
NegotiationMiddleware.php file core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php
NegotiationMiddleware::$app property core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php The wrapped HTTP kernel.
NegotiationMiddleware::$formats property core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php Contains a hashmap of format as key and mimetype as value.
NegotiationMiddleware::getContentType function core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php Gets the normalized type of a request.
NegotiationMiddleware::handle function core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php
NegotiationMiddleware::registerFormat function core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php Registers a format for a given MIME type.
NegotiationMiddleware::__construct function core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php Constructs a new NegotiationMiddleware.
NegotiationMiddlewareTest class core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php @coversDefaultClass \Drupal\Core\StackMiddleware\NegotiationMiddleware
@group NegotiationMiddleware
NegotiationMiddlewareTest.php file core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Contains \Drupal\Tests\Core\StackMiddleware\NegotiationMiddlewareTest.
NegotiationMiddlewareTest::$app property core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php
NegotiationMiddlewareTest::$contentNegotiation property core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php
NegotiationMiddlewareTest::setUp function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php
NegotiationMiddlewareTest::testAjaxIframeUpload function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Tests the getContentType() method with AJAX iframe upload.
NegotiationMiddlewareTest::testFormatViaQueryParameter function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Tests the specifying a format via query parameters gets used.
NegotiationMiddlewareTest::testHandle function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Tests that handle() correctly hands off to sub application.
NegotiationMiddlewareTest::testSetFormat function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php @covers ::registerFormat
NegotiationMiddlewareTest::testUnknownContentTypeButAjaxRequest function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Tests the getContentType() method when no priority format is found but it's an AJAX request.
NegotiationMiddlewareTest::testUnknownContentTypeReturnsNull function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Tests the getContentType() method when no priority format is found.
NegotiationSelectedForm::getFormId function core/modules/language/src/Form/NegotiationSelectedForm.php Returns a unique string identifying the form.
NegotiationSessionForm::getFormId function core/modules/language/src/Form/NegotiationSessionForm.php Returns a unique string identifying the form.
NegotiationUrlForm::getFormId function core/modules/language/src/Form/NegotiationUrlForm.php Returns a unique string identifying the form.
NegotiationUrlForm::validateForm function core/modules/language/src/Form/NegotiationUrlForm.php Form validation handler.
NegotiatorBase::getRevisionId function core/modules/jsonapi/src/Revisions/NegotiatorBase.php Gets the revision ID.
NestedArrayTest::providerTestFilter function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php
NestedEntityTestForm::getFormId function core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php Returns a unique string identifying the form.
NestedEntityTestForm::validateForm function core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php Form validation handler.
NestedFormTest::testNestedEntityFormEntityLevelValidation function core/modules/field/tests/src/Functional/NestedFormTest.php Tests entity level validation within subforms.
NestedTableDragTestForm::getFormId function core/modules/system/tests/modules/tabledrag_test/src/Form/NestedTableDragTestForm.php Returns a unique string identifying the form.
NextIdTest class core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php Tests the sequences API.
NextIdTest class core/modules/mysql/tests/src/Kernel/mysql/NextIdTest.php Tests the sequences API.
NextIdTest.php file core/modules/mysql/tests/src/Kernel/mysql/NextIdTest.php
NextIdTest.php file core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php
NextIdTest::$modules property core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php The modules to enable.
NextIdTest::$modules property core/modules/mysql/tests/src/Kernel/mysql/NextIdTest.php The modules to enable.
NextIdTest::setUp function core/modules/mysql/tests/src/Kernel/mysql/NextIdTest.php
NextIdTest::setUp function core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php
NextIdTest::testDbNextId function core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php Tests that the sequences API works.
NextIdTest::testDbNextIdClosedConnection function core/modules/mysql/tests/src/Kernel/mysql/NextIdTest.php Tests that sequences table clear up works when a connection is closed.
Nid class core/modules/node/src/Plugin/views/argument/Nid.php Argument handler to accept a node id.
Nid.php file core/modules/node/src/Plugin/views/argument/Nid.php
Nid::$nodeStorage property core/modules/node/src/Plugin/views/argument/Nid.php The node storage.
Nid::create function core/modules/node/src/Plugin/views/argument/Nid.php Creates an instance of the plugin.
Nid::titleQuery function core/modules/node/src/Plugin/views/argument/Nid.php Override the behavior of title(). Get the title of the node.
Nid::__construct function core/modules/node/src/Plugin/views/argument/Nid.php Constructs the Nid object.

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