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
NullIdMap::current function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php
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::delete function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Deletes the map and message entries for a given source record.
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::errorCount function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Returns the number of items that failed to import.
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::getQualifiedMapTableName function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Gets the qualified map table.
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::importedCount function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Returns the number of imported items in the map.
NullIdMap::key function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php
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::next function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php
NullIdMap::prepareUpdate function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Prepares to run a full update.
NullIdMap::processedCount function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Returns the number of processed items in the map.
NullIdMap::rewind function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php
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.
NullIdMap::updateCount function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Returns a count of items which are marked as needing update.
NullIdMap::valid function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php
NullIncludedData class core/modules/jsonapi/src/JsonApiResource/NullIncludedData.php Use when there are no included resources but a Data object is required.
NullIncludedData.php file core/modules/jsonapi/src/JsonApiResource/NullIncludedData.php
NullIncludedData::__construct function core/modules/jsonapi/src/JsonApiResource/NullIncludedData.php NullData constructor.
NullLockBackend class core/lib/Drupal/Core/Lock/NullLockBackend.php Defines a Null lock backend.
NullLockBackend.php file core/lib/Drupal/Core/Lock/NullLockBackend.php
NullLockBackend::$lockId property core/lib/Drupal/Core/Lock/NullLockBackend.php Current page lock token identifier.
NullLockBackend::acquire function core/lib/Drupal/Core/Lock/NullLockBackend.php Acquires a lock.
NullLockBackend::getLockId function core/lib/Drupal/Core/Lock/NullLockBackend.php Gets the unique page token for locks.
NullLockBackend::lockMayBeAvailable function core/lib/Drupal/Core/Lock/NullLockBackend.php Checks if a lock is available for acquiring.
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.
NullLockBackend::wait function core/lib/Drupal/Core/Lock/NullLockBackend.php Waits a short amount of time before a second lock acquire attempt.
NullMatcherDumper class core/lib/Drupal/Core/Routing/NullMatcherDumper.php Does not dump Route information.
NullMatcherDumper.php file core/lib/Drupal/Core/Routing/NullMatcherDumper.php
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::dump function core/lib/Drupal/Core/Routing/NullMatcherDumper.php Dumps a set of routes to the router table in the database.
NullMatcherDumper::getRoutes function core/lib/Drupal/Core/Routing/NullMatcherDumper.php Gets the routes to match.
NullNormalizer class core/modules/serialization/src/Normalizer/NullNormalizer.php Null normalizer.
NullNormalizer.php file core/modules/serialization/src/Normalizer/NullNormalizer.php
NullNormalizer::normalize function core/modules/serialization/src/Normalizer/NullNormalizer.php

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