Search for table
Exact matches
| Title | Object type | File name | Summary | 
|---|---|---|---|
| Table | class | core/ | 
                      Style plugin to render each item as a row in a table. | 
| Table | class | core/ | 
                      Provides a render element for a table. | 
All search results
| Title | Object type | File name | Summary | 
|---|---|---|---|
| ClaroTableDragTest::$indentationXpathSelector | property | core/ | 
                                                                                        Xpath selector for finding tabledrag indentation elements in a table row. | 
| ClaroTableDragTest::$tabledragChangedXpathSelector | property | core/ | 
                                                                                        Xpath selector for finding the tabledrag changed marker. | 
| ClaroTableDragTest::testNoDuplicates | function | core/ | 
                                                                                        Ensures that there are no duplicate tabledrag handles. | 
| claro_preprocess_field_ui_table | function | core/ | 
                                                                                        Implements template_preprocess_HOOK() for field_ui_table. | 
| claro_preprocess_table | function | core/ | 
                                                                                        Implements template_preprocess_HOOK() for table. | 
| claro_preprocess_views_view_table | function | core/ | 
                                                                                        Implements template_preprocess_HOOK() for views_view_table. | 
| CommentStorageSchema::getSharedTableFieldSchema | function | core/ | 
                                                                                        Gets the schema for a single field definition. | 
| ConditionInterface::setExecutableManager | function | core/ | 
                                                                                        Sets the executable manager class. | 
| ConditionPluginBase::$executableManager | property | core/ | 
                                                                                        The condition manager to proxy execute calls through. | 
| ConditionPluginBase::setExecutableManager | function | core/ | 
                                                                                        Sets the executable manager class. | 
| ConfigEntityQueryTest::testTableSort | function | core/ | 
                                                                                        Tests sorting with tableSort on config entity queries. | 
| ConfigEntityType::getBaseTable | function | core/ | 
                                                                                        Gets the name of the entity's base table. | 
| ConfigEntityType::getDataTable | function | core/ | 
                                                                                        Gets the name of the entity's data table. | 
| ConfigEntityType::getRevisionDataTable | function | core/ | 
                                                                                        Gets the name of the entity's revision data table. | 
| ConfigEntityType::getRevisionTable | function | core/ | 
                                                                                        Gets the name of the entity's revision table. | 
| ConfigEntityValidationTestBase::isFullyValidatable | function | core/ | 
                                                                                        Whether the tested config entity type is fully validatable. | 
| ConfigEntityValidationTestBase::testImmutableProperties | function | core/ | 
                                                                                        Tests that immutable properties cannot be changed. | 
| ConfigFactory::getEditable | function | core/ | 
                                                                                        Returns a mutable configuration object for a given name. | 
| ConfigFactoryInterface::getEditable | function | core/ | 
                                                                                        Returns a mutable configuration object for a given name. | 
| ConfigFormBaseTrait::getEditableConfigNames | function | core/ | 
                                                                                        Gets the configuration names that will be editable. | 
| ConfigMapperInterface::hasTranslatable | function | core/ | 
                                                                                        Checks if pieces of this configuration mapper have translatables. | 
| ConfigMapperManager::findTranslatable | function | core/ | 
                                                                                        Returns TRUE if at least one translatable element is found. | 
| ConfigMapperManager::hasTranslatable | function | core/ | 
                                                                                        Returns TRUE if the configuration data has translatable items. | 
| ConfigMapperManagerInterface::hasTranslatable | function | core/ | 
                                                                                        Returns TRUE if the configuration data has translatable items. | 
| ConfigMapperManagerTest::providerTestHasTranslatable | function | core/ | 
                                                                                        Provides data for ConfigMapperManager::testHasTranslatable() | 
| ConfigMapperManagerTest::testHasTranslatable | function | core/ | 
                                                                                        Tests ConfigMapperManager::hasTranslatable(). | 
| ConfigNamesMapper::hasTranslatable | function | core/ | 
                                                                                        Checks if pieces of this configuration mapper have translatables. | 
| ConfigNamesMapperTest::providerTestHasTranslatable | function | core/ | 
                                                                                        Provides data for ConfigNamesMapperTest::testHasTranslatable(). | 
| ConfigNamesMapperTest::testHasTranslatable | function | core/ | 
                                                                                        Tests ConfigNamesMapper::hasTranslatable(). | 
| ConfigSchemaTest::testLangcodeRequiredIfTranslatableValuesConstraintError | function | core/ | 
                                                                                        @group legacy | 
| ConfiguredTrait::getEditableConfigNames | function | core/ | 
                                                                                        Gets the configuration names that will be editable. | 
| ConfigValidationTest::testValidatableConfigIsValidated | function | core/ | 
                                                                                        Tests that the recipe runner only validates config which is validatable. | 
| Connection::$escapedTables | property | core/ | 
                                                                                        List of escaped table names, keyed by unescaped names. | 
| Connection::$tableDropped | property | core/ | 
                                                                                        Whether or not a table has been dropped this request. | 
| Connection::$tablePlaceholderReplacements | property | core/ | 
                                                                                        Replacements to fully qualify {table} placeholders in SQL strings. | 
| Connection::$unprefixedTablesMap | property | core/ | 
                                                                                        List of un-prefixed table names, keyed by prefixed table names. | 
| Connection::escapeTable | function | core/ | 
                                                                                        Escapes a table name string. | 
| Connection::getFullQualifiedTableName | function | core/ | 
                                                                                        Get a fully qualified table name. | 
| Connection::getFullQualifiedTableName | function | core/ | 
                                                                                        Get a fully qualified table name. | 
| Connection::getFullQualifiedTableName | function | core/ | 
                                                                                        Get a fully qualified table name. | 
| Connection::getUnprefixedTablesMap | function | core/ | 
                                                                                        Gets a list of individually prefixed table names. | 
| Connection::popCommittableTransactions | function | core/ | 
                                                                                        Commit all the transaction layers that can commit. | 
| Connection::prefixTables | function | core/ | 
                                                                                        Appends a database prefix to all tables in a query. | 
| Connection::tablePrefix | function | core/ | 
                                                                                        Find the prefix for a table. | 
| ConnectionTest::providerEscapeTables | function | core/ | 
                                                                                        Data provider for testEscapeTable. | 
| ConnectionTest::providerTestPrefixTables | function | core/ | 
                                                                                        Data provider for testPrefixTables(). | 
| ConnectionTest::testDeprecatedGetUnprefixedTablesMap | function | core/ | 
                                                                                        Tests deprecation of ::getUnprefixedTablesMap(). | 
| ConnectionTest::testDeprecatedTablePrefix | function | core/ | 
                                                                                        Tests deprecation of ::tablePrefix(). | 
| ConnectionTest::testEscapeTable | function | core/ | 
                                                                                        @covers ::escapeTable[[api-linebreak]] @dataProvider providerEscapeTables  | 
              
| ConnectionTest::testPerTablePrefixOption | function | core/ | 
                                                                                        Tests per-table prefix connection option. | 
Pagination
- Previous page
 - Page 2
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.