Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
NullArgument::defaultActions function core/modules/views/src/Plugin/views/argument/NullArgument.php Default actions.
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.
NullCoalesce.php file core/modules/migrate/src/Plugin/migrate/process/NullCoalesce.php
NullCoalesce::transform function core/modules/migrate/src/Plugin/migrate/process/NullCoalesce.php Performs the associated process.
NullCoalesceTest class core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php Tests the null_coalesce process plugin.
NullCoalesceTest.php file core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php
NullCoalesceTest::testExceptionOnInvalidValue function core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php Tests that an exception is thrown for a non-array value.
NullCoalesceTest::testTransform function core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php Tests null_coalesce.
NullCoalesceTest::testTransformWithDefault function core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php Tests null_coalesce.
NullCoalesceTest::transformDataProvider function core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php Provides Data for ::testTransform.
NullCoalesceTest::transformWithDefaultProvider function core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php Provides Data for ::testTransformWithDefault.
NullDefaultFormTest class core/modules/contact/tests/src/Functional/Update/NullDefaultFormTest.php Tests the upgrade path for making 'default_form' in 'contact.settings' config to NULL.
NullDefaultFormTest.php file core/modules/contact/tests/src/Functional/Update/NullDefaultFormTest.php
NullDefaultFormTest::setDatabaseDumpFiles function core/modules/contact/tests/src/Functional/Update/NullDefaultFormTest.php Set database dump files to be used.
NullDefaultFormTest::testRunUpdates function core/modules/contact/tests/src/Functional/Update/NullDefaultFormTest.php Tests the upgrade path for updating empty 'default_form' to NULL.
NullDescriptionTest class core/modules/taxonomy/tests/src/Functional/Update/NullDescriptionTest.php Tests the upgrade path for making vocabularies' description NULL.
NullDescriptionTest.php file core/modules/taxonomy/tests/src/Functional/Update/NullDescriptionTest.php
NullDescriptionTest::setDatabaseDumpFiles function core/modules/taxonomy/tests/src/Functional/Update/NullDescriptionTest.php Set database dump files to be used.
NullDescriptionTest::testRunUpdates function core/modules/taxonomy/tests/src/Functional/Update/NullDescriptionTest.php Tests the upgrade path for updating empty description to NULL.
NullDestination class core/modules/migrate/src/Plugin/migrate/destination/NullDestination.php Provides null destination plugin.
NullDestination.php file core/modules/migrate/src/Plugin/migrate/destination/NullDestination.php
NullDestination::fields function core/modules/migrate/src/Plugin/migrate/destination/NullDestination.php Returns an array of destination fields.
NullDestination::getIds function core/modules/migrate/src/Plugin/migrate/destination/NullDestination.php Gets the destination IDs.
NullDestination::import function core/modules/migrate/src/Plugin/migrate/destination/NullDestination.php Import the row.
NullFileCache::set function core/lib/Drupal/Component/FileCache/NullFileCache.php Stores data based on a filename.
NullFileCache::__construct function core/lib/Drupal/Component/FileCache/NullFileCache.php Constructs a FileCache object.
NullGenerator::processPath function core/lib/Drupal/Core/Routing/NullGenerator.php Passes the path to a processor manager to allow alterations.
NullGenerator::processRoute function core/lib/Drupal/Core/Routing/NullGenerator.php Passes the route to the processor manager for altering before compilation.
NullGenerator::__construct function core/lib/Drupal/Core/Routing/NullGenerator.php Override the parent constructor.
NullHelpAndDescriptionTest class core/modules/node/tests/src/Functional/Update/NullHelpAndDescriptionTest.php Tests the upgrade path for making content types' help and description NULL.
NullHelpAndDescriptionTest.php file core/modules/node/tests/src/Functional/Update/NullHelpAndDescriptionTest.php
NullHelpAndDescriptionTest::setDatabaseDumpFiles function core/modules/node/tests/src/Functional/Update/NullHelpAndDescriptionTest.php Set database dump files to be used.
NullHelpAndDescriptionTest::testRunUpdates function core/modules/node/tests/src/Functional/Update/NullHelpAndDescriptionTest.php Tests the upgrade path for updating empty help and description to NULL.
NullIdMap::clearMessages function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Clears all messages from the map.
NullIdMap::currentDestination function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Looks up the destination identifier currently being iterated.
NullIdMap::currentSource function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Looks up the source identifier(s) currently being iterated.
NullIdMap::deleteDestination function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Deletes the map and message table entries for a given destination row.
NullIdMap::destroy function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Removes any persistent storage used by this map.
NullIdMap::getMessages function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Retrieves a traversable object of messages related to source records.
NullIdMap::getRowByDestination function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Retrieves a row by the destination identifiers.
NullIdMap::getRowBySource function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Retrieves a row from the map table based on source identifier values.
NullIdMap::getRowsNeedingUpdate function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Retrieves an array of map rows marked as needing update.
NullIdMap::lookupDestinationIds function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Looks up the destination identifiers corresponding to a source key.

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