Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
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
NotRegularDirectoryException class core/lib/Drupal/Core/File/Exception/NotRegularDirectoryException.php Exception thrown when a target is not a regular directory (e.g. a file).
NotRegularDirectoryException.php file core/lib/Drupal/Core/File/Exception/NotRegularDirectoryException.php
NotRegularFileException class core/lib/Drupal/Core/File/Exception/NotRegularFileException.php Exception thrown when a target is not a regular file (e.g. a directory).
NotRegularFileException.php file core/lib/Drupal/Core/File/Exception/NotRegularFileException.php
NoType class core/modules/system/tests/modules/action_test/src/Plugin/Action/NoType.php Provides an operation with no type specified.
NoType.php file core/modules/system/tests/modules/action_test/src/Plugin/Action/NoType.php
NoType::access function core/modules/system/tests/modules/action_test/src/Plugin/Action/NoType.php Checks object access.
NoType::execute function core/modules/system/tests/modules/action_test/src/Plugin/Action/NoType.php Executes the plugin.
NoUniqueFieldException class core/lib/Drupal/Core/Database/Query/NoUniqueFieldException.php Exception thrown if an upsert query doesn't specify a unique field.
NoUniqueFieldException.php file core/lib/Drupal/Core/Database/Query/NoUniqueFieldException.php
nowrap.module.css file core/modules/system/css/components/nowrap.module.css Utility class to prevent text wrapping.
nowrap.module.css file core/themes/stable/css/system/components/nowrap.module.css Utility class to prevent text wrapping.
NullArgument class core/modules/views/src/Plugin/views/argument/NullArgument.php Argument handler that ignores the argument.
NullArgument.php file core/modules/views/src/Plugin/views/argument/NullArgument.php
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.
NullArgument::query function core/modules/views/src/Plugin/views/argument/NullArgument.php Override the behavior of query() to prevent the query
from being changed in any way.
NullBackend class core/lib/Drupal/Core/Cache/NullBackend.php Defines a stub cache implementation.
NullBackend.php file core/lib/Drupal/Core/Cache/NullBackend.php
NullBackend::delete function core/lib/Drupal/Core/Cache/NullBackend.php Deletes an item from the cache.
NullBackend::deleteAll function core/lib/Drupal/Core/Cache/NullBackend.php Deletes all cache items in a bin.

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