Search for table

  1. Search 7.x for table
  2. Search 9.5.x for table
  3. Search 8.9.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
field_ui_display_mode_table.css file core/modules/field_ui/css/field_ui_display_mode_table.css .display-mode-table th:first-child {
width: 30%;
}
.display-mode-table th:nth-child(2) {
width: 50%;
}
.display-mode-table th:last-child {
width: 20%;
}
.display-mode-table td {
max-width: 50px;
word-wrap: break-word;
}
FileCopyTest::testNonWritableDestination function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Tests that non-writable destination throw an exception.
FileStorageReadOnlyTest::testWritable function core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php @covers ::writeable
@group legacy
FileStorageSchema::getSharedTableFieldSchema function core/modules/file/src/FileStorageSchema.php Gets the schema for a single field definition.
FileStorageTest::testWritable function core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php @covers ::writeable
@group legacy
FILE_EXECUTABLE constant core/includes/install.inc File permission check -- File is executable.
FILE_NOT_EXECUTABLE constant core/includes/install.inc File permission check -- File is not executable.
FILE_NOT_WRITABLE constant core/includes/install.inc File permission check -- File is not writable.
FILE_WRITABLE constant core/includes/install.inc File permission check -- File is writable.
FilterBaseTestableClass class core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php A class extending FilterBase for testing purposes.
FilterBaseTestableClass::process function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Performs the filter processing.
FilterFormat::getSettableOptions function core/modules/filter/src/Plugin/DataType/FilterFormat.php Returns an array of settable values with labels for display.
FilterFormat::getSettableValues function core/modules/filter/src/Plugin/DataType/FilterFormat.php Returns an array of settable values.
FilterHtmlTest::testTableTags function core/modules/filter/tests/src/FunctionalJavascript/FilterHtmlTest.php Tests restricting HTML to table tags.
FilterIdTest::$executable property core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php The mocked MigrateExecutable.
FilterPluginBase::$tableAliases property core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Keyed array by alias of table relations.
FormattableMarkup class core/lib/Drupal/Component/Render/FormattableMarkup.php Formats a string for HTML display by replacing variable placeholders.
FormattableMarkup.php file core/lib/Drupal/Component/Render/FormattableMarkup.php
FormattableMarkup::$arguments property core/lib/Drupal/Component/Render/FormattableMarkup.php The arguments to replace placeholders with.
FormattableMarkup::$string property core/lib/Drupal/Component/Render/FormattableMarkup.php The string containing placeholders.
FormattableMarkup::count function core/lib/Drupal/Component/Render/FormattableMarkup.php Returns the string length.
FormattableMarkup::jsonSerialize function core/lib/Drupal/Component/Render/FormattableMarkup.php Returns a representation of the object for use in JSON serialization.
FormattableMarkup::placeholderEscape function core/lib/Drupal/Component/Render/FormattableMarkup.php Escapes a placeholder replacement value if needed.
FormattableMarkup::placeholderFormat function core/lib/Drupal/Component/Render/FormattableMarkup.php Replaces placeholders in a string with values.
FormattableMarkup::__construct function core/lib/Drupal/Component/Render/FormattableMarkup.php Constructs a new class instance.
FormattableMarkup::__toString function core/lib/Drupal/Component/Render/FormattableMarkup.php Returns markup.
FormattableMarkupKernelTest class core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php Provides a test covering integration of FormattableMarkup with other systems.
FormattableMarkupKernelTest.php file core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php
FormattableMarkupKernelTest::$modules property core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php Modules to install.
FormattableMarkupKernelTest::getFormattableMarkupUriArgs function core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php Gets arguments for FormattableMarkup based on Url::fromUri() parameters.
FormattableMarkupKernelTest::providerTestFormattableMarkupUri function core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php
FormattableMarkupKernelTest::providerTestFormattableMarkupUriWithException function core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php
FormattableMarkupKernelTest::testFormattableMarkupUri function core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php Tests URL ":placeholders" in \Drupal\Component\Render\FormattableMarkup.
FormattableMarkupKernelTest::testFormattableMarkupUriWithExceptionUri function core/tests/Drupal/KernelTests/Component/Render/FormattableMarkupKernelTest.php @dataProvider providerTestFormattableMarkupUriWithException
FormattableMarkupTest class core/tests/Drupal/Tests/Component/Render/FormattableMarkupTest.php Tests the TranslatableMarkup class.
FormattableMarkupTest.php file core/tests/Drupal/Tests/Component/Render/FormattableMarkupTest.php
FormattableMarkupTest::$lastErrorMessage property core/tests/Drupal/Tests/Component/Render/FormattableMarkupTest.php The error message of the last error in the error handler.
FormattableMarkupTest::$lastErrorNumber property core/tests/Drupal/Tests/Component/Render/FormattableMarkupTest.php The error number of the last error in the error handler.
FormattableMarkupTest::errorHandler function core/tests/Drupal/Tests/Component/Render/FormattableMarkupTest.php Custom error handler that saves the last error.
FormattableMarkupTest::providerTestNullPlaceholder function core/tests/Drupal/Tests/Component/Render/FormattableMarkupTest.php Data provider for FormattableMarkupTest::testNullPlaceholder().
FormattableMarkupTest::providerTestUnexpectedPlaceholder function core/tests/Drupal/Tests/Component/Render/FormattableMarkupTest.php Data provider for FormattableMarkupTest::testUnexpectedPlaceholder().
FormattableMarkupTest::testCount function core/tests/Drupal/Tests/Component/Render/FormattableMarkupTest.php @covers ::count
FormattableMarkupTest::testNullPlaceholder function core/tests/Drupal/Tests/Component/Render/FormattableMarkupTest.php @covers ::__toString
@dataProvider providerTestNullPlaceholder
@group legacy
FormattableMarkupTest::testToString function core/tests/Drupal/Tests/Component/Render/FormattableMarkupTest.php @covers ::__toString
@covers ::jsonSerialize
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.

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