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
FormattableMarkupTest::testUnexpectedPlaceholder function core/tests/Drupal/Tests/Component/Render/FormattableMarkupTest.php @covers ::__toString
@dataProvider providerTestUnexpectedPlaceholder
FormCacheTest::testGetCacheImmutableForm function core/tests/Drupal/Tests/Core/Form/FormCacheTest.php @covers ::getCache
FormTestArgumentsObject::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php Gets the configuration names that will be editable.
FormTestControllerObject::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php Gets the configuration names that will be editable.
FormTestObject::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/FormTestObject.php Gets the configuration names that will be editable.
FormTestSelectForm::makeSortableOptions function core/modules/system/tests/modules/form_test/src/Form/FormTestSelectForm.php Makes and returns a set of options to test sorting on.
FormTestServiceObject::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php Gets the configuration names that will be editable.
FormTestTableForm class core/modules/system/tests/modules/form_test/src/Form/FormTestTableForm.php Form constructor for testing #type 'table' elements.
FormTestTableForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestTableForm.php
FormTestTableForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableForm.php Form constructor.
FormTestTableForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableForm.php Returns a unique string identifying the form.
FormTestTableForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableForm.php Form submission handler.
FormTestTableSelectColspanForm class core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php Builds a form to test table selects with different column spans.
FormTestTableSelectColspanForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php
FormTestTableSelectColspanForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php Form constructor.
FormTestTableSelectColspanForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php Returns a unique string identifying the form.
FormTestTableSelectColspanForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php Form submission handler.
FormTestTableSelectEmptyForm class core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectEmptyForm.php Builds a form to test table select with '#options' set to empty.
FormTestTableSelectEmptyForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectEmptyForm.php
FormTestTableSelectEmptyForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectEmptyForm.php Form constructor.
FormTestTableSelectEmptyForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectEmptyForm.php Returns a unique string identifying the form.
FormTestTableSelectEmptyForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectEmptyForm.php Form submission handler.
FormTestTableSelectFormBase class core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectFormBase.php Provides a base class for tableselect forms.
FormTestTableSelectFormBase.php file core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectFormBase.php
FormTestTableSelectFormBase::tableselectFormBuilder function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectFormBase.php Build a form to test the tableselect element.
FormTestTableSelectJsSelectForm class core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php Builds a form to test table select with JS.
FormTestTableSelectJsSelectForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php
FormTestTableSelectJsSelectForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php Form constructor.
FormTestTableSelectJsSelectForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php Returns a unique string identifying the form.
FormTestTableSelectJsSelectForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php Form submission handler.
FormTestTableSelectMultipleFalseForm class core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php Builds a form to test table select with '#multiple" set to FALSE.
FormTestTableSelectMultipleFalseForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php
FormTestTableSelectMultipleFalseForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php Form constructor.
FormTestTableSelectMultipleFalseForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php Returns a unique string identifying the form.
FormTestTableSelectMultipleFalseForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php Form submission handler.
FormTestTableSelectMultipleTrueForm class core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php Builds a form to test table select with '#multiple' as TRUE.
FormTestTableSelectMultipleTrueForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php
FormTestTableSelectMultipleTrueForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php Form constructor.
FormTestTableSelectMultipleTrueForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php Returns a unique string identifying the form.
FormTestTableSelectMultipleTrueForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php Form submission handler.
form_test_tableselect_ajax_callback function core/modules/system/tests/modules/form_test/form_test.module Ajax callback that returns the form element.
ForumSettingsForm::getEditableConfigNames function core/modules/forum/src/ForumSettingsForm.php Gets the configuration names that will be editable.
HandlerBase::$table property core/modules/views/src/Plugin/views/HandlerBase.php The table this handler is attached to.
HandlerBase::$tableAlias property core/modules/views/src/Plugin/views/HandlerBase.php The alias of the table of this handler which is used in the query.
HandlerBase::ensureMyTable function core/modules/views/src/Plugin/views/HandlerBase.php Ensure the main table for this handler is in the query. This is used
a lot.
HandlerBase::getTableJoin function core/modules/views/src/Plugin/views/HandlerBase.php Fetches a handler to join one table to a primary table from the data cache.
HandlerBaseTest::testGetEntityTypeForFieldOnBaseTable function core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php @covers ::getEntityType
HandlerTestTrait::$executable property core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php The mocked view executable.
HandlerTestTrait::setupExecutableAndView function core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php Sets up a view executable and a view entity.
I18nQueryTrait::$i18nStringTable property core/modules/content_translation/src/Plugin/migrate/source/I18nQueryTrait.php The i18n string table name.

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