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
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.
LegacyLibraryDiscoveryTest::testJqueryUiSelectable function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.selectable library is deprecated.
ListItemBase::getSettableOptions function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Returns an array of settable values with labels for display.
ListItemBase::getSettableValues function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Returns an array of settable values.
LocaleConfigManager::getTranslatableData function core/modules/locale/src/LocaleConfigManager.php Gets translatable configuration data for a typed configuration element.
LocaleConfigManager::getTranslatableDefaultConfig function core/modules/locale/src/LocaleConfigManager.php Gets array of translated strings for Locale translatable configuration.
LocaleConfigManager::processTranslatableData function core/modules/locale/src/LocaleConfigManager.php Process the translatable data array with a given language.
LocaleConfigSubscriber::processTranslatableData function core/modules/locale/src/LocaleConfigSubscriber.php Process the translatable data array with a given language.
LocaleSettingsForm::getEditableConfigNames function core/modules/locale/src/Form/LocaleSettingsForm.php Gets the configuration names that will be editable.
locale_is_translatable function core/modules/locale/locale.module Checks whether $langcode is a language supported as a locale target.
locale_translatable_language_list function core/modules/locale/locale.module Returns list of translatable languages.
locale_translation_language_table function core/modules/locale/locale.module Form element callback: After build changes to the language update table.
LoggingForm::getEditableConfigNames function core/modules/system/src/Form/LoggingForm.php Gets the configuration names that will be editable.
MakeLayoutUntranslatableUpdatePathTestBase class core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Base class for upgrade path for translatable layouts.
MakeLayoutUntranslatableUpdatePathTestBase.php file core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php
MakeLayoutUntranslatableUpdatePathTestBase::$expectedBundleUpdates property core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Expectations of field updates by bundles.
MakeLayoutUntranslatableUpdatePathTestBase::$expectedFieldStorageUpdate property core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Whether the field storage should be updated.
MakeLayoutUntranslatableUpdatePathTestBase::$layoutBuilderTestCases property core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Layout builder test cases.
MakeLayoutUntranslatableUpdatePathTestBase::setDatabaseDumpFiles function core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Set database dump files to be used.
MakeLayoutUntranslatableUpdatePathTestBase::testDisableTranslationOnLayouts function core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Tests the upgrade path for translatable layouts.
ManyToOne::ensureMyTable function core/modules/views/src/Plugin/views/filter/ManyToOne.php Override ensureMyTable so we can control how this joins in.
The operator actually has influence over joining.
ManyToOne::ensureMyTable function core/modules/views/src/Plugin/views/argument/ManyToOne.php Override ensureMyTable so we can control how this joins in.
The operator actually has influence over joining.
ManyToOneHelper::addTable function core/modules/views/src/ManyToOneHelper.php Add a table to the query.
ManyToOneHelper::ensureMyTable function core/modules/views/src/ManyToOneHelper.php Override ensureMyTable so we can control how this joins in.
The operator actually has influence over joining.
MatcherDumper::$tableName property core/lib/Drupal/Core/Routing/MatcherDumper.php The name of the SQL table to which to dump the routes.
MatcherDumper::ensureTableExists function core/lib/Drupal/Core/Routing/MatcherDumper.php Checks if the tree table exists and create it if not.
MediaLibrarySelectForm::clickSortable function core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php Determines if this field is click sortable.
MediaLibrarySetAdministrativePageToTableDisplayTest class core/modules/media_library/tests/src/Functional/Update/MediaLibrarySetAdministrativePageToTableDisplayTest.php Tests update to set 'media' view's table display as the administrative page.
MediaLibrarySetAdministrativePageToTableDisplayTest.php file core/modules/media_library/tests/src/Functional/Update/MediaLibrarySetAdministrativePageToTableDisplayTest.php
MediaLibrarySetAdministrativePageToTableDisplayTest::setDatabaseDumpFiles function core/modules/media_library/tests/src/Functional/Update/MediaLibrarySetAdministrativePageToTableDisplayTest.php Set database dump files to be used.
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithCustomizedMediaLibraryMenuSettings function core/modules/media_library/tests/src/Functional/Update/MediaLibrarySetAdministrativePageToTableDisplayTest.php Tests that the update preserves custom 'media_library' menu settings.
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithCustomizedMediaLibraryViewPath function core/modules/media_library/tests/src/Functional/Update/MediaLibrarySetAdministrativePageToTableDisplayTest.php Tests that the update does not alter custom 'media' path and menu settings.
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithCustomizedMediaViewMenuSettings function core/modules/media_library/tests/src/Functional/Update/MediaLibrarySetAdministrativePageToTableDisplayTest.php Tests that the update does not alter custom 'media' view menu settings.
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithCustomizedMediaViewPath function core/modules/media_library/tests/src/Functional/Update/MediaLibrarySetAdministrativePageToTableDisplayTest.php Tests that the update does not alter a custom 'media' view path.
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithoutCustomizations function core/modules/media_library/tests/src/Functional/Update/MediaLibrarySetAdministrativePageToTableDisplayTest.php Tests that the update alters uncustomized path and menu settings.
MediaLibraryTestBase::assertMediaLibraryTable function core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php Asserts that the table display of the widget view is visible.
MediaLibraryTestBase::switchToMediaLibraryTable function core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php Switches to the table display of the widget view.
MediaLibraryUiBuilder::$viewsExecutableFactory property core/modules/media_library/src/MediaLibraryUiBuilder.php The views executable factory.
MediaLibraryUpdateViewTableDisplayTest class core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateViewTableDisplayTest.php Tests the media library module updates for the view table display.
MediaLibraryUpdateViewTableDisplayTest.php file core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateViewTableDisplayTest.php
MediaLibraryUpdateViewTableDisplayTest::setDatabaseDumpFiles function core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateViewTableDisplayTest.php Set database dump files to be used.
MediaLibraryUpdateViewTableDisplayTest::testMediaLibraryChangedViewTableDisplay function core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateViewTableDisplayTest.php Tests the views config update when the widget display is overridden.
MediaLibraryUpdateViewTableDisplayTest::testMediaLibraryViewTableDisplay function core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateViewTableDisplayTest.php Tests the widget_table display is added to the views config.
MediaSettingsForm::getEditableConfigNames function core/modules/media/src/Form/MediaSettingsForm.php Gets the configuration names that will be editable.
MediaTranslationTest::testTranslatableFieldSaveLoad function core/modules/media/tests/src/Kernel/MediaTranslationTest.php Test translatable fields storage/retrieval.
media_library_post_update_default_administrative_list_to_table_display function core/modules/media_library/media_library.post_update.php Sets /admin/content/media to the table display of the 'media' view.
media_library_post_update_table_display function core/modules/media_library/media_library.post_update.php Add a table display to the media library view and link grid/table displays.
MenuLinkBase::isDeletable function core/lib/Drupal/Core/Menu/MenuLinkBase.php Returns whether this link can be deleted.
MenuLinkBase::isResettable function core/lib/Drupal/Core/Menu/MenuLinkBase.php Returns whether this link can be reset.
MenuLinkBase::isTranslatable function core/lib/Drupal/Core/Menu/MenuLinkBase.php Returns whether this link can be translated.

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