Search for table

  1. Search 7.x for table
  2. Search 9.5.x for table
  3. Search 8.9.x for table
  4. Search 10.3.x for table
  5. Search 11.x for table
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Table class core/modules/views/src/Plugin/views/style/Table.php Style plugin to render each item as a row in a table.
Table class core/lib/Drupal/Core/Render/Element/Table.php Provides a render element for a table.

All search results

Title Object type File name Summary
MenuTreeStorage::ensureTableExists function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Checks if the tree table exists and create it if not.
MenuTreeStorageTest::doTestTable function core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php Ensures that table gets created on the fly.
Merge::$conditionTable property core/lib/Drupal/Core/Database/Query/Merge.php The table or subquery to be used for the condition.
Merge::$table property core/lib/Drupal/Core/Database/Query/Merge.php The table to be used for INSERT and UPDATE.
Merge::conditionTable function core/lib/Drupal/Core/Database/Query/Merge.php Sets the table or subquery to be used for the condition.
MigrateExecutable class core/modules/migrate/src/MigrateExecutable.php Defines a migrate executable class.
MigrateExecutable.php file core/modules/migrate/src/MigrateExecutable.php
MigrateExecutable::$counts property core/modules/migrate/src/MigrateExecutable.php An array of counts. Initially used for cache hit/miss tracking.
MigrateExecutable::$eventDispatcher property core/modules/migrate/src/MigrateExecutable.php The event dispatcher.
MigrateExecutable::$message property core/modules/migrate/src/MigrateExecutable.php Migration message service.
MigrateExecutable::$migration property core/modules/migrate/src/MigrateExecutable.php The configuration of the migration to do.
MigrateExecutable::$source property core/modules/migrate/src/MigrateExecutable.php The source.
MigrateExecutable::$sourceIdValues property core/modules/migrate/src/MigrateExecutable.php The configuration values of the source.
MigrateExecutable::$sourceRowStatus property core/modules/migrate/src/MigrateExecutable.php Status of one row.
MigrateExecutable::currentSourceIds function core/modules/migrate/src/MigrateExecutable.php Fetches the key array for the current source record.
MigrateExecutable::getEventDispatcher function core/modules/migrate/src/MigrateExecutable.php Gets the event dispatcher.
MigrateExecutable::getIdMap function core/modules/migrate/src/MigrateExecutable.php Get the ID map from the current migration.
MigrateExecutable::getSource function core/modules/migrate/src/MigrateExecutable.php Returns the source.
MigrateExecutable::handleException function core/modules/migrate/src/MigrateExecutable.php Takes an Exception object and both saves and displays it.
MigrateExecutable::import function core/modules/migrate/src/MigrateExecutable.php
MigrateExecutable::processPipeline function core/modules/migrate/src/MigrateExecutable.php Runs a process pipeline.
MigrateExecutable::processRow function core/modules/migrate/src/MigrateExecutable.php
MigrateExecutable::rollback function core/modules/migrate/src/MigrateExecutable.php
MigrateExecutable::saveMessage function core/modules/migrate/src/MigrateExecutable.php
MigrateExecutable::__construct function core/modules/migrate/src/MigrateExecutable.php Constructs a MigrateExecutable.
MigrateExecutableInterface interface core/modules/migrate/src/MigrateExecutableInterface.php Interface for the migration executable.
MigrateExecutableInterface.php file core/modules/migrate/src/MigrateExecutableInterface.php
MigrateExecutableInterface::import function core/modules/migrate/src/MigrateExecutableInterface.php Performs an import operation - migrate items from source to destination.
MigrateExecutableInterface::processRow function core/modules/migrate/src/MigrateExecutableInterface.php Processes a row.
MigrateExecutableInterface::rollback function core/modules/migrate/src/MigrateExecutableInterface.php Performs a rollback operation - remove previously-imported items.
MigrateExecutableInterface::saveMessage function core/modules/migrate/src/MigrateExecutableInterface.php Passes messages through to the map class.
MigrateExecutableTest class core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests Drupal\migrate\MigrateExecutable.
MigrateExecutableTest class core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php Tests the MigrateExecutable class.
MigrateExecutableTest.php file core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php
MigrateExecutableTest.php file core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php
MigrateExecutableTest::$eventDispatcher property core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php A mocked event dispatcher.
MigrateExecutableTest::$executable property core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php The tested migrate executable.
MigrateExecutableTest::$idMapRecords property core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Stores ID map records of the ID map plugin from ::getTestRollbackIdMap.
MigrateExecutableTest::$message property core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php The mocked migrate message.
MigrateExecutableTest::$migration property core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php The mocked migration entity.
MigrateExecutableTest::$migrationConfiguration property core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php The migration's configuration values.
MigrateExecutableTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php
MigrateExecutableTest::getMockSource function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Returns a mock migration source instance.
MigrateExecutableTest::getTestRollbackIdMap function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Returns an ID map object prophecy used in ::testRollback.
MigrateExecutableTest::providerTestRollback function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Data provider for ::testRollback.
MigrateExecutableTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php
MigrateExecutableTest::setUp function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php
MigrateExecutableTest::setUpMigrationWithMockIdMap function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Sets up the migration and executable with a mock ID map.
MigrateExecutableTest::testContinuePipeline function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests a plugin which does not stop the pipeline.
MigrateExecutableTest::testImportWithFailingRewind function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests an import with an incomplete rewinding.

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