Search for table
- Search 7.x for table
- Search 9.5.x for table
- Search 8.9.x for table
- Search 10.3.x for table
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Table | class | core/ |
Style plugin to render each item as a row in a table. |
| Table | class | core/ |
Provides a render element for a table. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| FullyValidatableConstraintValidator | class | core/ |
FullyValidatable constraint. |
| FullyValidatableConstraintValidator.php | file | core/ |
|
| FullyValidatableConstraintValidator::validate | function | core/ |
|
| FundamentalCompatibilityConstraintValidator::checkAllHtmlTagsAreCreatable | function | core/ |
Checks all HTML tags supported by enabled CKEditor 5 plugins are creatable. |
| gin-table.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .gin-table-scroll-wrapper { clear: both; overflow-x: auto; overflow-y: hidden; overscroll-behavior-x:… |
| gin-table.pcss.css | file | core/ |
@import "media-queries.pcss.css"; .gin-table-scroll-wrapper { clear: both; overflow-x: auto; overflow-y: hidden; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; margin-block-start: calc(var(--gin-spacing-xs) *… |
| gin-tabledrag.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* cspell:ignore smartdate */ .draggable { a.tabledrag-handle { float: none; vertical-align:… |
| gin-tabledrag.pcss.css | file | core/ |
/* cspell:ignore smartdate */ @import "media-queries.pcss.css"; .draggable { a.tabledrag-handle { float: none; vertical-align: middle; &:focus::before { box-shadow: 0 0 0 1px var(--gin-color-focus-border), … |
| HandlerBase::$table | property | core/ |
The table this handler is attached to. |
| HandlerBase::$tableAlias | property | core/ |
The alias of the table of this handler which is used in the query. |
| HandlerBase::ensureMyTable | function | core/ |
Ensures that the main table for this handler is in the query. |
| HandlerBase::getTableJoin | function | core/ |
Fetches a handler to join one table to a primary table from the data cache. |
| HandlerBaseTest::testGetEntityTypeForFieldOnBaseTable | function | core/ |
Tests get entity type for field on base table. |
| HandlerTestTrait::$executable | property | core/ |
The mocked view executable. |
| HandlerTestTrait::setupExecutableAndView | function | core/ |
Sets up a view executable and a view entity. |
| I18nQueryTrait::$i18nStringTable | property | core/ |
The i18n string table name. |
| IdMapTableNoDummyTest | class | core/ |
Test that no dummy migrate_map tables are created. |
| IdMapTableNoDummyTest.php | file | core/ |
|
| IdMapTableNoDummyTest::$pluginManager | property | core/ |
The migration plugin manager. |
| IdMapTableNoDummyTest::setUp | function | core/ |
|
| IdMapTableNoDummyTest::testNoDummyTables | function | core/ |
Tests that dummy map tables do not exist. |
| ImageToolkitForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
| ImmutableConfig | class | core/ |
Defines the immutable configuration object. |
| ImmutableConfig.php | file | core/ |
|
| ImmutableConfig::clear | function | core/ |
Unsets a value in this configuration object. |
| ImmutableConfig::delete | function | core/ |
Deletes the configuration object. |
| ImmutableConfig::save | function | core/ |
Saves the configuration object. |
| ImmutableConfig::set | function | core/ |
Sets a value in this configuration object. |
| ImmutableConfigException | class | core/ |
Exception throw when an immutable config object is altered. |
| ImmutableConfigException.php | file | core/ |
|
| ImmutableConfigTest | class | core/ |
Tests Drupal\Core\Config\ImmutableConfig. |
| ImmutableConfigTest.php | file | core/ |
|
| ImmutableConfigTest::$config | property | core/ |
The immutable config object under test. |
| ImmutableConfigTest::setUp | function | core/ |
|
| ImmutableConfigTest::testClear | function | core/ |
Tests clear. |
| ImmutableConfigTest::testDelete | function | core/ |
Tests delete. |
| ImmutableConfigTest::testSave | function | core/ |
Tests save. |
| ImmutableConfigTest::testSet | function | core/ |
Tests set. |
| ImmutablePathList | class | core/ |
Defines a path list that cannot be changed. |
| ImmutablePathList.php | file | core/ |
|
| ImmutablePathList::add | function | core/ |
|
| ImmutablePathList::getAll | function | core/ |
|
| ImmutablePathList::__construct | function | core/ |
|
| ImmutablePropertiesConstraint | class | core/ |
Checks if config entity properties have been changed. |
| ImmutablePropertiesConstraint.php | file | core/ |
|
| ImmutablePropertiesConstraint::$properties | property | core/ |
The names of the immutable properties. |
| ImmutablePropertiesConstraint::getDefaultOption | function | core/ |
|
| ImmutablePropertiesConstraint::getRequiredOptions | function | core/ |
|
| ImmutablePropertiesConstraint::__construct | function | core/ |
#[HasNamedArguments] |
| ImmutablePropertiesConstraintValidator | class | core/ |
Validates the ImmutableProperties constraint. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.