Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
NormalizeTest.php file core/modules/hal/tests/src/Kernel/NormalizeTest.php
NormalizeTest::getEntityUri function core/modules/hal/tests/src/Kernel/NormalizeTest.php Constructs the entity URI.
NormalizeTest::setUp function core/modules/hal/tests/src/Kernel/NormalizeTest.php
NormalizeTest::testNormalize function core/modules/hal/tests/src/Kernel/NormalizeTest.php Tests the normalize function.
NoSerializationClassTestResource class core/modules/rest/tests/modules/rest_test/src/Plugin/rest/resource/NoSerializationClassTestResource.php Class used to test that serialization_class is optional.
NoSerializationClassTestResource.php file core/modules/rest/tests/modules/rest_test/src/Plugin/rest/resource/NoSerializationClassTestResource.php
NoSerializationClassTestResource::post function core/modules/rest/tests/modules/rest_test/src/Plugin/rest/resource/NoSerializationClassTestResource.php Responds to a POST request.
NoServerError class core/lib/Drupal/Core/PageCache/ResponsePolicy/NoServerError.php A policy denying caching of a server error (HTTP 5xx) responses.
NoServerError.php file core/lib/Drupal/Core/PageCache/ResponsePolicy/NoServerError.php
NoServerError::check function core/lib/Drupal/Core/PageCache/ResponsePolicy/NoServerError.php Determines whether it is save to store a page in the cache.
NoSessionOpen class core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php A policy allowing delivery of cached pages when there is no session open.
NoSessionOpen.php file core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php
NoSessionOpen::$sessionConfiguration property core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php The session configuration.
NoSessionOpen::check function core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php Determines whether delivery of a cached page should be attempted.
NoSessionOpen::__construct function core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php Constructs a new page cache session policy.
NoSessionOpenTest class core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php @coversDefaultClass \Drupal\Core\PageCache\RequestPolicy\NoSessionOpen[[api-linebreak]]
@group PageCache
NoSessionOpenTest.php file core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php
NoSessionOpenTest::$policy property core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php The request policy under test.
NoSessionOpenTest::$sessionConfiguration property core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php The session configuration.
NoSessionOpenTest::setUp function core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php
NoSessionOpenTest::testNoAllowUnlessSessionCookiePresent function core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php Asserts that caching is allowed unless there is a session cookie present.
NoSourceModule class core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/src/Plugin/migrate/source/NoSourceModule.php A test source plugin without a source_module.
NoSourceModule.php file core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/src/Plugin/migrate/source/NoSourceModule.php
NoSourceModule::fields function core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/src/Plugin/migrate/source/NoSourceModule.php Returns available fields on the source.
NoSourceModule::getIds function core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/src/Plugin/migrate/source/NoSourceModule.php Defines the source fields uniquely identifying a source row.
NoSourceModule::query function core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/src/Plugin/migrate/source/NoSourceModule.php
NoSourcePluginDecorator class core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php Remove definitions which refer to a non-existing source plugin.
NoSourcePluginDecorator.php file core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php
NoSourcePluginDecorator::$decorated property core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php The Discovery object being decorated.
NoSourcePluginDecorator::getDefinitions function core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php Gets the definition of all plugins for this type.
NoSourcePluginDecorator::__call function core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php Passes through all unknown calls onto the decorated object.
NoSourcePluginDecorator::__construct function core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php Constructs a NoSourcePluginDecorator object.
NotNullConstraint class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/NotNullConstraint.php NotNull constraint.
NotNullConstraint.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/NotNullConstraint.php
NotNullConstraintValidator class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/NotNullConstraintValidator.php NotNull constraint validator.
NotNullConstraintValidator.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/NotNullConstraintValidator.php
NotNullConstraintValidator::validate function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/NotNullConstraintValidator.php
NoType::access function core/modules/system/tests/modules/action_test/src/Plugin/Action/NoType.php Checks object access.
nowrap.module.css file core/themes/stable/css/system/components/nowrap.module.css Utility class to prevent text wrapping.
nowrap.module.css file core/modules/system/css/components/nowrap.module.css Utility class to prevent text wrapping.
NullArgument::buildOptionsForm function core/modules/views/src/Plugin/views/argument/NullArgument.php Override buildOptionsForm() so that only the relevant options
are displayed to the user.
NullArgument::defaultActions function core/modules/views/src/Plugin/views/argument/NullArgument.php Override defaultActions() to remove actions that don't
make sense for a null argument.
NullArgument::defineOptions function core/modules/views/src/Plugin/views/argument/NullArgument.php Information about options for all kinds of purposes will be held here.
NullBackend::set function core/lib/Drupal/Core/Cache/NullBackend.php Stores data in the persistent cache.
NullBackend::setMultiple function core/lib/Drupal/Core/Cache/NullBackend.php Store multiple items in the persistent cache.
NullBackend::__construct function core/lib/Drupal/Core/Cache/NullBackend.php Constructs a NullBackend object.
NullBackendTest class core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php Tests the cache NullBackend.
NullBackendTest.php file core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php
NullBackendTest::testNullBackend function core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php Tests that the NullBackend does not actually store variables.
NullCoalesce class core/modules/migrate/src/Plugin/migrate/process/NullCoalesce.php Provides a Null Coalesce process plugin.

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