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
CallsDestructableServiceController::__construct function core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php
CKEditor5PluginDefinition::getCreatableElements function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Gets the elements this plugin allows to create.
CKEditor5PluginDefinition::isCreatableElement function core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php Checks if the element is a plain tag, meaning the plugin can create it.
ClaroHooks::preprocessFieldUiTable function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for field_ui_table.
ClaroHooks::preprocessTable function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for table.
ClaroHooks::preprocessViewsViewTable function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for views_view_table.
ClaroTableDragTest class core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php Tests draggable tables with Claro theme.
ClaroTableDragTest.php file core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php
ClaroTableDragTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php
ClaroTableDragTest::$indentationXpathSelector property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php
ClaroTableDragTest::$tabledragChangedXpathSelector property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php
ClaroTableDragTest::testNoDuplicates function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php Ensures that there are no duplicate tabledrag handles.
CommentStorageSchema::getSharedTableFieldSchema function core/modules/comment/src/CommentStorageSchema.php
ComposerInspector::validateExecutable function core/modules/package_manager/src/ComposerInspector.php Validates that the Composer executable exists in a supported version.
Condition::$tableIndexPrefix property core/lib/Drupal/Core/Entity/Query/Sql/Condition.php The index and depth of an embedded condition.
ConditionInterface::setExecutableManager function core/lib/Drupal/Core/Condition/ConditionInterface.php Sets the executable manager class.
ConditionPluginBase::$executableManager property core/lib/Drupal/Core/Condition/ConditionPluginBase.php The condition manager to proxy execute calls through.
ConditionPluginBase::setExecutableManager function core/lib/Drupal/Core/Condition/ConditionPluginBase.php
ConfigEntityQueryTest::testTableSort function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Tests sorting with tableSort on config entity queries.
ConfigEntityType::getBaseTable function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php
ConfigEntityType::getDataTable function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php
ConfigEntityType::getRevisionDataTable function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php
ConfigEntityType::getRevisionTable function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php
ConfigEntityValidationTestBase::isFullyValidatable function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Whether the tested config entity type is fully validatable.
ConfigEntityValidationTestBase::testImmutableProperties function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Tests that immutable properties cannot be changed.
ConfigFactory::getEditable function core/lib/Drupal/Core/Config/ConfigFactory.php
ConfigFactoryInterface::getEditable function core/lib/Drupal/Core/Config/ConfigFactoryInterface.php Returns a mutable configuration object for a given name.
ConfigFormBaseTrait::getEditableConfigNames function core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php Gets the configuration names that will be editable.
ConfigMapperInterface::hasTranslatable function core/modules/config_translation/src/ConfigMapperInterface.php Checks if pieces of this configuration mapper have translatables.
ConfigMapperManager::findTranslatable function core/modules/config_translation/src/ConfigMapperManager.php Returns TRUE if at least one translatable element is found.
ConfigMapperManager::hasTranslatable function core/modules/config_translation/src/ConfigMapperManager.php
ConfigMapperManagerInterface::hasTranslatable function core/modules/config_translation/src/ConfigMapperManagerInterface.php Returns TRUE if the configuration data has translatable items.
ConfigMapperManagerTest::providerTestHasTranslatable function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Provides data for ConfigMapperManager::testHasTranslatable()
ConfigMapperManagerTest::testHasTranslatable function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Tests ConfigMapperManager::hasTranslatable().
ConfigNamesMapper::hasTranslatable function core/modules/config_translation/src/ConfigNamesMapper.php
ConfigNamesMapperTest::providerTestHasTranslatable function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Provides data for ConfigNamesMapperTest::testHasTranslatable().
ConfigNamesMapperTest::testHasTranslatable function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::hasTranslatable().
ConfigSchemaTest::testLangcodeRequiredIfTranslatableValuesConstraintError function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests exception is thrown for the root object.
ConfiguredTrait::getEditableConfigNames function core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php
ConfigValidationTest::testValidatableConfigIsValidated function core/tests/Drupal/KernelTests/Core/Recipe/ConfigValidationTest.php Tests that the recipe runner only validates config which is validatable.
Connection::$escapedTables property core/lib/Drupal/Core/Database/Connection.php List of escaped table names, keyed by unescaped names.
Connection::$tableDropped property core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Whether or not a table has been dropped this request.
Connection::$tablePlaceholderReplacements property core/lib/Drupal/Core/Database/Connection.php Replacements to fully qualify {table} placeholders in SQL strings.
Connection::escapeTable function core/lib/Drupal/Core/Database/Connection.php Escapes a table name string.
Connection::getFullQualifiedTableName function core/lib/Drupal/Core/Database/Connection.php Get a fully qualified table name.
Connection::getFullQualifiedTableName function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php
Connection::getFullQualifiedTableName function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php
Connection::prefixTables function core/lib/Drupal/Core/Database/Connection.php Appends a database prefix to all tables in a query.
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().

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