Search for table

  1. Search 7.x for table
  2. Search 8.9.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
ImmutableConfig class core/lib/Drupal/Core/Config/ImmutableConfig.php Defines the immutable configuration object.
ImmutableConfig.php file core/lib/Drupal/Core/Config/ImmutableConfig.php
ImmutableConfig::clear function core/lib/Drupal/Core/Config/ImmutableConfig.php Unsets a value in this configuration object.
ImmutableConfig::delete function core/lib/Drupal/Core/Config/ImmutableConfig.php Deletes the configuration object.
ImmutableConfig::save function core/lib/Drupal/Core/Config/ImmutableConfig.php Saves the configuration object.
ImmutableConfig::set function core/lib/Drupal/Core/Config/ImmutableConfig.php Sets a value in this configuration object.
ImmutableConfigException class core/lib/Drupal/Core/Config/ImmutableConfigException.php Exception throw when an immutable config object is altered.
ImmutableConfigException.php file core/lib/Drupal/Core/Config/ImmutableConfigException.php
ImmutableConfigTest class core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php @coversDefaultClass \Drupal\Core\Config\ImmutableConfig[[api-linebreak]]
@group Config
ImmutableConfigTest.php file core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php
ImmutableConfigTest::$config property core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php The immutable config object under test.
ImmutableConfigTest::setUp function core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php
ImmutableConfigTest::testClear function core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php @covers ::clear[[api-linebreak]]
ImmutableConfigTest::testDelete function core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php @covers ::delete[[api-linebreak]]
ImmutableConfigTest::testSave function core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php @covers ::save[[api-linebreak]]
ImmutableConfigTest::testSet function core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php @covers ::set[[api-linebreak]]
ImportableEntityStorageInterface interface core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Provides an interface for responding to configuration imports.
ImportableEntityStorageInterface.php file core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php
ImportableEntityStorageInterface::importCreate function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Creates entities upon synchronizing configuration changes.
ImportableEntityStorageInterface::importDelete function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Delete entities upon synchronizing configuration changes.
ImportableEntityStorageInterface::importRename function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Renames entities upon synchronizing configuration changes.
ImportableEntityStorageInterface::importUpdate function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Updates entities upon synchronizing configuration changes.
InsertTrait::$table property core/lib/Drupal/Core/Database/Query/InsertTrait.php The table on which to insert.
InstallerWithTablePrefixArrayTest class core/tests/Drupal/FunctionalTests/Installer/InstallerWithTablePrefixArrayTest.php Tests the interactive installer with deprecated table prefix array.
InstallerWithTablePrefixArrayTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerWithTablePrefixArrayTest.php
InstallerWithTablePrefixArrayTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerWithTablePrefixArrayTest.php The theme to install as the default for testing.
InstallerWithTablePrefixArrayTest::testInstall function core/tests/Drupal/FunctionalTests/Installer/InstallerWithTablePrefixArrayTest.php Ensures that the status report raises the warning after installation.
ItemStorageSchema::getSharedTableFieldSchema function core/modules/aggregator/src/ItemStorageSchema.php Gets the schema for a single field definition.
JoinPluginBase::$leftTable property core/modules/views/src/Plugin/views/join/JoinPluginBase.php The table we join to.
JoinPluginBase::$table property core/modules/views/src/Plugin/views/join/JoinPluginBase.php The table to join (right table).
JSInteractionTest::testFieldValueNotSettable function core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php Assert an exception is thrown when the field is never enabled.
JsonApiRegressionTest::testNonTranslatableEntityUpdatesFromIssue3043168 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensure non-translatable entities can be PATCHed with an alternate language.
JsonApiSettingsForm::getEditableConfigNames function core/modules/jsonapi/src/Form/JsonApiSettingsForm.php Gets the configuration names that will be editable.
language-content-settings-table.html.twig file core/themes/stable9/templates/admin/language-content-settings-table.html.twig Theme override to display a language content settings table.
language-content-settings-table.html.twig file core/themes/stable/templates/admin/language-content-settings-table.html.twig Theme override to display a language content settings table.
language-content-settings-table.html.twig file core/modules/language/templates/language-content-settings-table.html.twig Default theme implementation to display a language content settings table.
LanguageItem::getSettableOptions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php Returns an array of settable values with labels for display.
LanguageItem::getSettableValues function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php Returns an array of settable values.
LanguageNegotiationContentEntityTest::createTranslatableEntity function core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php Creates a translated entity.
LanguageSelectorTranslatableTest class core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php Tests the content translation settings language selector options.
LanguageSelectorTranslatableTest.php file core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php
LanguageSelectorTranslatableTest::$administrator property core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php The user with administrator privileges.
LanguageSelectorTranslatableTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php The theme to install as the default for testing.
LanguageSelectorTranslatableTest::$modules property core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php Modules to enable.
LanguageSelectorTranslatableTest::getAdministratorPermissions function core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php Returns an array of permissions needed for the translator.
LanguageSelectorTranslatableTest::setUp function core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php
LanguageSelectorTranslatableTest::testLanguageStringSelector function core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php Tests content translation language selectors are correctly translated.
LayoutBuilderSortTrait::sortableUpdate function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderSortTrait.php Define to provide any necessary callback following layout change.
layout_builder_preprocess_language_content_settings_table function core/modules/layout_builder/layout_builder.module Implements hook_preprocess_HOOK() for language-content-settings-table.html.twig.
ListItemBase::getSettableOptions function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Returns an array of settable values with labels for display.

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