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. 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
ConnectionTest::providerEscapeTables function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Data provider for testEscapeTable.
ConnectionTest::providerTestPrefixTables function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Data provider for testPrefixTables().
ConnectionTest::testEscapeTable function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php @covers ::escapeTable
@dataProvider providerEscapeTables
ConnectionTest::testPerTablePrefixOption function core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php Tests per-table prefix connection option.
ConnectionTest::testPrefixTables function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Exercise the prefixTables() method.
ContactFormEditForm::getEditableConfigNames function core/modules/contact/src/ContactFormEditForm.php Gets the configuration names that will be editable.
ContentEntityBase::$translatableEntityKeys property core/lib/Drupal/Core/Entity/ContentEntityBase.php Holds translatable entity keys such as the label.
ContentEntityBase::getTranslatableFields function core/lib/Drupal/Core/Entity/ContentEntityBase.php
ContentEntityBase::isTranslatable function core/lib/Drupal/Core/Entity/ContentEntityBase.php
ContentEntityBaseUnitTest::testIsTranslatable function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::isTranslatable
ContentEntityBaseUnitTest::testIsTranslatableForMonolingual function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::isTranslatable
ContentLanguageSettingsValidationTest::testImmutableProperties function core/modules/language/tests/src/Kernel/ContentLanguageSettingsValidationTest.php Tests that immutable properties cannot be changed.
ContentModerationStateTest::testNonTranslatableEntityTypeModeration function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Tests that a non-translatable entity type with a langcode can be moderated.
ContentTranslationFieldSyncRevisionTest::setUntranslatableFieldWidgetsDisplay function core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php Sets untranslatable field widgets' display status.
ContentTranslationFieldSyncRevisionTest::testChangeDefaultLanguageNonTranslatableFieldsHidden function core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php Tests changing the default language of an entity.
ContentTranslationLinkTagTest::createTranslatableEntity function core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php Create a test entity with translations.
ContentTranslationMetadataFieldsTest::testSetTranslatable function core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php Tests setting translatable metadata fields.
ContentTranslationMetadataFieldsTest::testSkipUntranslatable function core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php Tests skipping setting non translatable metadata fields.
ContentTranslationMetadataWrapper::setFieldOnlyIfTranslatable function core/modules/content_translation/src/ContentTranslationMetadataWrapper.php Updates a field value, only if the field is translatable.
ContentTranslationSettingsTest::testFieldTranslatableSettingsUI function core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php Tests that field setting depends on bundle translatability.
ContentTranslationSettingsTest::testNonTranslatableTranslationSettingsUI function core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php Tests the translatable settings checkbox for untranslatable entities.
ContentTranslationStandardFieldsTest::testFieldTranslatableArticle function core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php Tests that translatable fields are being rendered.
ContentTranslationStandardFieldsTest::testRevisionLogNotTranslatable function core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php Tests that revision_log is not translatable.
ContentTranslationUntranslatableFieldsTest class core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php Tests the untranslatable fields behaviors.
ContentTranslationUntranslatableFieldsTest.php file core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php
ContentTranslationUntranslatableFieldsTest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php The theme to install as the default for testing.
ContentTranslationUntranslatableFieldsTest::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php Modules to install.
ContentTranslationUntranslatableFieldsTest::setUp function core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php
ContentTranslationUntranslatableFieldsTest::setupTestFields function core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php Creates the test fields.
ContentTranslationUntranslatableFieldsTest::testHiddenWidgets function core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php Tests that hiding untranslatable field widgets works correctly.
content_translation_preprocess_language_content_settings_table function core/modules/content_translation/content_translation.module Implements hook_preprocess_HOOK() for language-content-settings-table.html.twig.
CountableResourceType class core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceType.php Subclass with overridden ::includeCount() for testing purposes.
CountableResourceType.php file core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceType.php
CountableResourceType::includeCount function core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceType.php Determine whether to include a collection count.
CountableResourceTypeRepository class core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceTypeRepository.php Provides a repository of JSON:API configurable resource types.
CountableResourceTypeRepository.php file core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceTypeRepository.php
CountableResourceTypeRepository::createResourceType function core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceTypeRepository.php Creates a ResourceType value object for the given entity type + bundle.
CronForm::getEditableConfigNames function core/modules/system/src/Form/CronForm.php Gets the configuration names that will be editable.
DatabaseBackend::ensureTableExists function core/lib/Drupal/Core/Flood/DatabaseBackend.php Check if the flood table exists and create it if not.
DatabaseBackend::TABLE_NAME constant core/lib/Drupal/Core/Flood/DatabaseBackend.php The database table name.
DatabaseCacheTagsChecksum::ensureTableExists function core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php Check if the cache tags table exists and create it if not.
DatabaseFileUsageBackend::$tableName property core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php The name of the SQL table used to store file usage information.
DatabaseLockBackend::ensureTableExists function core/lib/Drupal/Core/Lock/DatabaseLockBackend.php Check if the semaphore table exists and create it if not.
DatabaseLockBackend::TABLE_NAME constant core/lib/Drupal/Core/Lock/DatabaseLockBackend.php The database table name.
DatabaseQueue::ensureTableExists function core/lib/Drupal/Core/Queue/DatabaseQueue.php Check if the table exists and create it if not.
DatabaseQueue::TABLE_NAME constant core/lib/Drupal/Core/Queue/DatabaseQueue.php The database table name.
DatabaseStorage::$table property core/lib/Drupal/Core/Config/DatabaseStorage.php The database table name.
DatabaseStorage::$table property core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php The name of the SQL table to use.
DatabaseStorage::ensureTableExists function core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php Check if the table exists and create it if not.
DatabaseStorage::ensureTableExists function core/lib/Drupal/Core/Config/DatabaseStorage.php Check if the config table exists and create it if not.

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