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
AccountSettingsForm::getEditableConfigNames function core/modules/user/src/AccountSettingsForm.php Gets the configuration names that will be editable.
AdvancedSettingsForm::getEditableConfigNames function core/modules/views_ui/src/Form/AdvancedSettingsForm.php Gets the configuration names that will be editable.
AliasStorage::TABLE constant core/lib/Drupal/Core/Path/AliasStorage.php The table for the url_alias storage.
Annotation for translatable text group core/lib/Drupal/Core/Annotation/Translation.php Describes how to put translatable UI text into annotations.
ArgumentPluginBase::$name_table property core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php The table to use for the name, should it not be in the same table as the argument.
BaseFieldDefinition::isTranslatable function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Returns whether the field is translatable.
BaseFieldDefinition::setTranslatable function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Sets whether the field is translatable.
BaseFieldDefinitionTest::testFieldTranslatable function core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Tests field translatable methods.
BaseThemeDefaultDeprecationTest::testStableIsDefault function core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php Ensures Stable is used by default when no base theme has been defined.
BasicSettingsForm::getEditableConfigNames function core/modules/views_ui/src/Form/BasicSettingsForm.php Gets the configuration names that will be editable.
BasicSyntaxTest::testGetFullQualifiedTableName function core/tests/Drupal/KernelTests/Core/Database/BasicSyntaxTest.php Tests \Drupal\Core\Database\Connection::getFullQualifiedTableName().
BatchStorage::ensureTableExists function core/lib/Drupal/Core/Batch/BatchStorage.php Check if the table exists and create it if not.
BatchStorage::TABLE_NAME constant core/lib/Drupal/Core/Batch/BatchStorage.php The table name.
Block::$blockRoleTable property core/modules/block/src/Plugin/migrate/source/Block.php Table mapping blocks to user roles.
Block::$blockTable property core/modules/block/src/Plugin/migrate/source/Block.php Table containing block configuration.
Block::$userRoleTable property core/modules/block/src/Plugin/migrate/source/Block.php Table listing user roles.
BlockCustomTranslation::CUSTOM_BLOCK_TABLE constant core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php Drupal 7 table names.
BlockCustomTranslation::I18N_STRING_TABLE constant core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php
BlockTest::$executable property core/modules/views/tests/src/Unit/Plugin/views/display/BlockTest.php The view executable.
BookAdminEditForm::bookAdminTable function core/modules/book/src/Form/BookAdminEditForm.php Builds the table portion of the form for the book administration page.
BookAdminEditForm::bookAdminTableTree function core/modules/book/src/Form/BookAdminEditForm.php Helps build the main table in the book administration page form.
BookManager::getTableOfContents function core/modules/book/src/BookManager.php Returns an array of book pages in table of contents order.
BookManager::recurseTableOfContents function core/modules/book/src/BookManager.php Recursively processes and formats book links for getTableOfContents().
BookManagerInterface::getTableOfContents function core/modules/book/src/BookManagerInterface.php Returns an array of book pages in table of contents order.
BookSettingsForm::getEditableConfigNames function core/modules/book/src/Form/BookSettingsForm.php Gets the configuration names that will be editable.
BookTest::testGetTableOfContents function core/modules/book/tests/src/Functional/BookTest.php Tests BookManager::getTableOfContents().
BooleanItem::getSettableOptions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php Returns an array of settable values with labels for display.
BooleanItem::getSettableValues function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php Returns an array of settable values.
BoxTranslation::CUSTOM_BLOCK_TABLE constant core/modules/block_content/src/Plugin/migrate/source/d6/BoxTranslation.php Drupal 6 table names.
BoxTranslation::I18N_STRING_TABLE constant core/modules/block_content/src/Plugin/migrate/source/d6/BoxTranslation.php
BrokenHandlerTrait::ensureMyTable function core/modules/views/src/Plugin/views/BrokenHandlerTrait.php Ensure the main table for this handler is in the query. This is used
a lot.
BulkForm::clickSortable function core/modules/views/src/Plugin/views/field/BulkForm.php Determines if this field is click sortable.
CacheableNotAcceptableHttpException class core/lib/Drupal/Core/Http/Exception/CacheableNotAcceptableHttpException.php A cacheable NotAcceptableHttpException.
CacheableNotAcceptableHttpException.php file core/lib/Drupal/Core/Http/Exception/CacheableNotAcceptableHttpException.php
CacheableNotAcceptableHttpException::__construct function core/lib/Drupal/Core/Http/Exception/CacheableNotAcceptableHttpException.php
CKEditorAdminSortTrait::sortableUpdate function core/modules/ckeditor/tests/src/Traits/CKEditorAdminSortTrait.php Define to provide any necessary callback following layout change.
CKEditorIntegrationTest::testEditableCaption function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests caption editing in the CKEditor widget.
ClaroTableDragTest class core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php Runs TableDragTest in Claro.
ClaroTableDragTest.php file core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php
ClaroTableDragTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php The theme to install as the default for testing.
ClaroTableDragTest::findWeightsToggle function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php Finds the show/hide weight toggle element.
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.
ClassyTemplatesIdenticalToStableTest class core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php Confirms that certain Classy templates have identical equivalents in Stable.
ClassyTemplatesIdenticalToStableTest.php file core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php
ClassyTemplatesIdenticalToStableTest::providerTestStableTemplatesIdenticalToClassy function core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php A list of the Classy templates that have identical copies in Stable.
ClassyTemplatesIdenticalToStableTest::testStableTemplatesIdenticalToClassy function core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php Confirms that certain Classy templates have equivalents in Stable.
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.

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