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
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 with default value.
NullCoalesceTest::transformDataProvider function core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php Provides Data for ::testTransform.
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::setContext function core/lib/Drupal/Core/Routing/NullGenerator.php
NullGenerator::__construct function core/lib/Drupal/Core/Routing/NullGenerator.php Override the parent constructor.
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::getMessageIterator function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Retrieves an iterator over messages relate to source records.
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::lookupDestinationId function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Looks up the destination identifier corresponding to a source key.
NullIdMap::lookupDestinationIds function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Looks up the destination identifiers corresponding to a source key.
NullIdMap::lookupSourceId function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Looks up the source identifier.
NullIdMap::messageCount function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Returns the number of messages saved.
NullIdMap::processedCount function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Returns the number of processed items in the map.
NullIdMap::saveIdMapping function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Saves a mapping from the source identifiers to the destination identifiers.
NullIdMap::saveMessage function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Saves a message related to a source record in the migration message table.
NullIdMap::setMessage function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Sets the migrate message service.
NullIdMap::setUpdate function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Sets a specified record to be updated, if it exists.
NullIncludedData::__construct function core/modules/jsonapi/src/JsonApiResource/NullIncludedData.php NullData constructor.
NullLockBackend::release function core/lib/Drupal/Core/Lock/NullLockBackend.php Releases the given lock.
NullLockBackend::releaseAll function core/lib/Drupal/Core/Lock/NullLockBackend.php Releases all locks for the given lock token identifier.
NullMatcherDumper::$routes property core/lib/Drupal/Core/Routing/NullMatcherDumper.php The routes to be dumped.
NullMatcherDumper::addRoutes function core/lib/Drupal/Core/Routing/NullMatcherDumper.php Adds additional routes to be dumped.
NullMatcherDumper::getRoutes function core/lib/Drupal/Core/Routing/NullMatcherDumper.php Gets the routes to match.
NullNormalizer::__construct function core/modules/serialization/src/Normalizer/NullNormalizer.php Constructs a NullNormalizer object.
NullNormalizerTest class core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php @coversDefaultClass \Drupal\serialization\Normalizer\NullNormalizer[[api-linebreak]]
@group serialization
NullNormalizerTest.php file core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php
NullNormalizerTest::$interface property core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php The interface to use in testing.
NullNormalizerTest::$normalizer property core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php The NullNormalizer instance.
NullNormalizerTest::setUp function core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php

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