Search for id

  1. Search 7.x for id
  2. Search 9.5.x for id
  3. Search 8.9.x for id
  4. Search 10.3.x for id
  5. Other projects
Title Object type File name Summary
MultiWidthLayoutBase::submitConfigurationForm function core/modules/layout_builder/src/Plugin/Layout/MultiWidthLayoutBase.php Form submission handler.
MysqlDateSqlTest::providerTestGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Provider for date formatting test.
MysqlServiceProvider class core/modules/mysql/src/MysqlServiceProvider.php Registers the 'mysql.views.cast_sql' service when views is installed.
MysqlServiceProvider.php file core/modules/mysql/src/MysqlServiceProvider.php
MysqlServiceProvider::register function core/modules/mysql/src/MysqlServiceProvider.php Registers services to the container.
Name::$validated_exposed_input property core/modules/user/src/Plugin/views/filter/Name.php The validated exposed input.
Name::validateExposed function core/modules/user/src/Plugin/views/filter/Name.php Validate the exposed handler form.
Name::valueValidate function core/modules/user/src/Plugin/views/filter/Name.php Validate the options form.
NamedPlaceholderConverter::BACKTICK_IDENTIFIER constant core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php
NamedPlaceholderConverter::BRACKET_IDENTIFIER constant core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php
NamedPlaceholderConverterTest::statementsWithParametersProvider function core/modules/mysqli/tests/src/Unit/NamedPlaceholderConverterTest.php Data for testParse.
nav-primary-wide.css file core/themes/olivero/css/components/navigation/nav-primary-wide.css Nav Primary (wide widths).
nav-primary-wide.pcss.css file core/themes/olivero/css/components/navigation/nav-primary-wide.pcss.css Nav Primary (wide widths).
NavigationLinkBlock::validateIconClassElement function core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php Form element validation handler for the 'icon_class' element.
NavigationLinkBlock::validateUriElement function core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php Form element validation handler for the 'uri' element.
NavigationMenuBlockTest::convertBuiltMenuToIdTree function core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php Helper method to allow for easy menu link tree structure assertions.
NavigationRenderer::LOGO_PROVIDER_CUSTOM constant core/modules/navigation/src/NavigationRenderer.php Use the custom provided logo in the navigation.
NavigationRenderer::LOGO_PROVIDER_DEFAULT constant core/modules/navigation/src/NavigationRenderer.php Use the default Drupal logo in the navigation.
NavigationRenderer::LOGO_PROVIDER_HIDE constant core/modules/navigation/src/NavigationRenderer.php Hide the logo in the navigation.
NavigationSafeBlockDefinitionTest::testNavigationBlocksHiddenInBlockLayout function core/modules/navigation/tests/src/Functional/NavigationSafeBlockDefinitionTest.php Tests logic to exclude blocks in Block Layout UI.
NavigationSectionStorage::getStorageId function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Returns an identifier for this storage.
NavigationSectionStorage::STORAGE_ID constant core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php
NavigationServiceProvider class core/modules/navigation/src/NavigationServiceProvider.php Defines a service provider for the Navigation module.
NavigationServiceProvider.php file core/modules/navigation/src/NavigationServiceProvider.php
NavigationServiceProvider::register function core/modules/navigation/src/NavigationServiceProvider.php Registers services to the container.
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::$formats property core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php Contains a hashmap of format as key and mimetype as value.
NegotiationMiddleware::$httpKernel property core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php The wrapped HTTP kernel.
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[[api-linebreak]]
@group NegotiationMiddleware
NegotiationMiddlewareTest.php file core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php
NegotiationMiddlewareTest::$contentNegotiation property core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php
NegotiationMiddlewareTest::$httpKernel 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[[api-linebreak]]
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.

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