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 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
ClaroTableDragTest::$indentationXpathSelector property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php Xpath selector for finding tabledrag indentation elements in a table row.
ClaroTableDragTest::$tabledragChangedXpathSelector property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php Xpath selector for finding the tabledrag changed marker.
ClaroTableDragTest::testNoDuplicates function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php Ensures that there are no duplicate tabledrag handles.
ClaroTableTest class core/tests/Drupal/KernelTests/Core/Theme/ClaroTableTest.php Tests Claro specific table functionality.
ClaroTableTest.php file core/tests/Drupal/KernelTests/Core/Theme/ClaroTableTest.php
ClaroTableTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/ClaroTableTest.php Modules to enable.
ClaroTableTest::testThemeTablePositionStickyPreRender function core/tests/Drupal/KernelTests/Core/Theme/ClaroTableTest.php Confirm Claro prerender callback is not executed for non-array class.
ClaroTableTest::testThemeTableStickyHeaders function core/tests/Drupal/KernelTests/Core/Theme/ClaroTableTest.php Confirm that Claro tables override use of the `sticky-enabled` class.
claro_preprocess_field_ui_table function core/themes/claro/claro.theme Implements template_preprocess_HOOK() for field_ui_table.
claro_preprocess_table function core/themes/claro/claro.theme Implements template_preprocess_HOOK() for table.
claro_preprocess_views_view_table function core/themes/claro/claro.theme Implements template_preprocess_HOOK() for views_view_table.
CommentStorageSchema::getSharedTableFieldSchema function core/modules/comment/src/CommentStorageSchema.php Gets the schema for a single field definition.
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 Sets the executable manager class.
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 Gets the name of the entity's base table.
ConfigEntityType::getDataTable function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php Gets the name of the entity's data table.
ConfigEntityType::getRevisionDataTable function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php Gets the name of the entity's revision data table.
ConfigEntityType::getRevisionTable function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php Gets the name of the entity's revision table.
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 Checks if pieces of this configuration mapper have translatables.
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 @group legacy
ConfiguredTrait::getEditableConfigNames function core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php Gets the configuration names that will be editable.
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::$unprefixedTablesMap property core/lib/Drupal/Core/Database/Connection.php List of un-prefixed table names, keyed by prefixed table names.
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::getUnprefixedTablesMap function core/lib/Drupal/Core/Database/Connection.php Gets a list of individually prefixed table names.
Connection::popCommittableTransactions function core/lib/Drupal/Core/Database/Connection.php Commit all the transaction layers that can commit.
Connection::prefixTables function core/lib/Drupal/Core/Database/Connection.php Appends a database prefix to all tables in a query.
Connection::tablePrefix function core/lib/Drupal/Core/Database/Connection.php Find the prefix for a table.
ConnectionTest::providerEscapeTables function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Data provider for testEscapeTable.

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