Search for table

  1. Search 7.x for table
  2. Search 9.5.x for table
  3. Search 10.3.x for table
  4. Search 11.x for table
  5. 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
MigrateExecutableMemoryExceededTest::$memoryLimit property core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php The php.ini memory_limit value.
MigrateExecutableMemoryExceededTest::$message property core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php The mocked migrate message.
MigrateExecutableMemoryExceededTest::$migration property core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php The mocked migration entity.
MigrateExecutableMemoryExceededTest::$migrationConfiguration property core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php The migration configuration, initialized to set the ID to test.
MigrateExecutableMemoryExceededTest::runMemoryExceededTest function core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php Runs the actual test.
MigrateExecutableMemoryExceededTest::setUp function core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php
MigrateExecutableMemoryExceededTest::testMemoryExceededClearedEnough function core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php Tests memoryExceeded method when enough is cleared.
MigrateExecutableMemoryExceededTest::testMemoryExceededNewBatch function core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php Tests memoryExceeded method when a new batch is needed.
MigrateExecutableMemoryExceededTest::testMemoryNotExceeded function core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php Tests memoryExceeded when memory usage is not exceeded.
MigrateExecutableTest class core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php @coversDefaultClass \Drupal\migrate\MigrateExecutable
@group migrate
MigrateExecutableTest class core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php Tests the MigrateExecutable class.
MigrateExecutableTest.php file core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php
MigrateExecutableTest.php file core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php
MigrateExecutableTest::$executable property core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php The tested migrate executable.
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 Modules to enable.
MigrateExecutableTest::getMockSource function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Returns a mock migration source instance.
MigrateExecutableTest::setUp function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php
MigrateExecutableTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php
MigrateExecutableTest::testImportWithFailingRewind function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests an import with an incomplete rewinding.
MigrateExecutableTest::testImportWithValidRow function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a valid row.
MigrateExecutableTest::testImportWithValidRowNoDestinationValues function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a valid row.
MigrateExecutableTest::testImportWithValidRowWithDestinationMigrateException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a thrown MigrateException.
MigrateExecutableTest::testImportWithValidRowWithException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a regular Exception being thrown.
MigrateExecutableTest::testImportWithValidRowWithoutDestinationId function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a valid row.
MigrateExecutableTest::testImportWithValidRowWithProcesMigrateException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a thrown MigrateException.
MigrateExecutableTest::testMigrateExecutable function core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php Tests the MigrateExecutable class.
MigrateExecutableTest::testProcessRow function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method.
MigrateExecutableTest::testProcessRowEmptyDestination function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method.
MigrateExecutableTest::testProcessRowEmptyPipeline function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method with an empty pipeline.
MigrateExecutableTest::testProcessRowPipelineException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow pipeline exception.
MigrateIdMapInterface::getQualifiedMapTableName function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Gets the qualified map table.
MigrateImageCacheTest::testMissingTable function core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php Tests that an exception is thrown when ImageCache is not installed.
MigrateNodeCompleteTest::expectedNodeFieldDataTable function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeCompleteTest.php Provides the expected node_field_data table.
MigrateNodeCompleteTest::expectedNodeFieldDataTable function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeCompleteTest.php Provides the expected node_field_data table.
MigrateNodeCompleteTest::expectedNodeFieldRevisionTable function core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeCompleteTest.php Provides the expected node_field_revision table.
MigrateNodeCompleteTest::expectedNodeFieldRevisionTable function core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeCompleteTest.php Provides the expected node_field_revision table.
MigrateProcessTestCase::$migrateExecutable property core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateSourceTest::$executable property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php The migrate executable.
MigrateSourceTest::getMigrateExecutable function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Gets a mock executable for the test.
MigrateSqlIdMapEnsureTablesTest class core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php Tests the SQL ID map plugin ensureTables() method.
MigrateSqlIdMapEnsureTablesTest.php file core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php
MigrateSqlIdMapEnsureTablesTest::$migrationConfiguration property core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php The migration configuration, initialized to set the ID and destination IDs.
MigrateSqlIdMapEnsureTablesTest::runEnsureTablesTest function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php Actually run the test.
MigrateSqlIdMapEnsureTablesTest::testEnsureTablesExist function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php Tests the ensureTables method when the tables exist.
MigrateSqlIdMapEnsureTablesTest::testEnsureTablesNotExist function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php Tests the ensureTables method when the tables do not exist.
MigrateSqlIdMapTest::testGetQualifiedMapTablePrefix function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the getQualifiedMapTable method with a prefixed database.
MigrateSqlIdMapTest::testMapTableCreation function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the delayed creation of the "map" and "message" migrate tables.

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