SmartDefaultSettings::selectCandidate |
function |
core/modules/ckeditor5/src/SmartDefaultSettings.php |
Selects best candidate for each of the still needed restrictions. |
SqlBase::select |
function |
core/modules/migrate/src/Plugin/migrate/source/SqlBase.php |
Wrapper for database select. |
SqlContentEntityStorageSchema::getSelectQueryForFieldStorageDeletion |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Returns a SELECT query suitable for inserting data into a dedicated table. |
StringDatabaseStorage::dbStringSelect |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Builds a SELECT query with multiple conditions and fields. |
TableDragTest::$indentationXpathSelector |
property |
core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php |
Xpath selector for finding tabledrag indentation elements in a table row. |
TableDragTest::$tabledragChangedXpathSelector |
property |
core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php |
Xpath selector for finding the tabledrag changed marker. |
Tableselect |
class |
core/lib/Drupal/Core/Render/Element/Tableselect.php |
Provides a form element for a table with radios or checkboxes in left column. |
tableselect.css |
file |
core/profiles/demo_umami/themes/umami/css/classy/components/tableselect.css |
Table select behavior. |
tableselect.css |
file |
core/themes/claro/css/components/tableselect.css |
Table select styles for Claro. |
tableselect.css |
file |
core/themes/starterkit_theme/css/components/tableselect.css |
Table select behavior. |
tableselect.pcss.css |
file |
core/themes/claro/css/components/tableselect.pcss.css |
Table select styles for Claro. |
Tableselect.php |
file |
core/lib/Drupal/Core/Render/Element/Tableselect.php |
|
Tableselect::getInfo |
function |
core/lib/Drupal/Core/Render/Element/Tableselect.php |
Returns the element properties for this element. |
Tableselect::preRenderTableselect |
function |
core/lib/Drupal/Core/Render/Element/Tableselect.php |
Prepares a 'tableselect' #type element for rendering. |
Tableselect::processTableselect |
function |
core/lib/Drupal/Core/Render/Element/Tableselect.php |
Creates checkbox or radio elements to populate a tableselect table. |
Tableselect::valueCallback |
function |
core/lib/Drupal/Core/Render/Element/Tableselect.php |
Determines how user input is mapped to an element's #value property. |
TableSelectTest |
class |
core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php |
Tests Drupal\Core\Render\Element\Tableselect. |
TableSelectTest.php |
file |
core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php |
|
TableSelectTest::testProcessTableselectWithLinkTitle |
function |
core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php |
Tests process tableselect with link title. |
TableSelectTest::testProcessTableselectWithStringTitle |
function |
core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php |
Tests process tableselect with string title. |
TaxonomyDefaultArgumentTest::testNodePathWithViewSelection |
function |
core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php |
Tests the entity reference field using a view for selection. |
template_preprocess_select |
function |
core/includes/form.inc |
Prepares variables for select element templates. |
TermEntityReferenceTest::testSelectionTestVocabularyRestriction |
function |
core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php |
Tests an entity reference field restricted to a single vocabulary. |
TermSelection |
class |
core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php |
Provides specific access control for the taxonomy_term entity type. |
TermSelection.php |
file |
core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php |
|
TermSelection::buildConfigurationForm |
function |
core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php |
Form constructor. |
TermSelection::buildEntityQuery |
function |
core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php |
Builds an EntityQuery to get referenceable entities. |
TermSelection::countReferenceableEntities |
function |
core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php |
Counts entities that are referenceable. |
TermSelection::createNewEntity |
function |
core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php |
Creates a new entity object that can be used as a valid reference. |
TermSelection::defaultConfiguration |
function |
core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php |
Gets default configuration for this plugin. |
TermSelection::getReferenceableEntities |
function |
core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php |
Gets the list of referenceable entities. |
TermSelection::validateReferenceableNewEntities |
function |
core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php |
Validates which newly created entities can be referenced. |
TermTest::testTermSaveOverrideSelector |
function |
core/modules/taxonomy/tests/src/Functional/TermTest.php |
Test UI with override_selector TRUE. |
TestDiscoveryTest::testGetTestClassesWithSelectedTypes |
function |
core/tests/Drupal/Tests/Core/Test/TestDiscoveryTest.php |
@legacy-covers ::getTestClasses |
TestPageDisplayVariantSubscriber::onSelectPageDisplayVariant |
function |
core/modules/system/tests/modules/display_variant_test/src/EventSubscriber/TestPageDisplayVariantSubscriber.php |
Selects the page display variant. |
TestSelection |
class |
core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php |
Test EntityReferenceSelection with conditions on the 'reusable' field. |
TestSelection.php |
file |
core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php |
|
TestSelection::$conditionType |
property |
core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php |
The condition type. |
TestSelection::$isReusable |
property |
core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php |
Whether to set the condition for reusable or non-reusable blocks. |
TestSelection::buildEntityQuery |
function |
core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php |
Builds an EntityQuery to get referenceable entities. |
TestSelection::setTestMode |
function |
core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php |
Sets the test mode. |
ThemeUpdateTest::doSelectionTest |
function |
core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php |
Tests the selection page. |
UiHelperTrait::cssSelect |
function |
core/tests/Drupal/Tests/UiHelperTrait.php |
Searches elements using a CSS selector in the raw content. |
UiHelperTrait::cssSelectToXpath |
function |
core/tests/Drupal/Tests/UiHelperTrait.php |
Translates a CSS expression to its XPath equivalent. |
UpdateComplexTest::testSubSelectUpdate |
function |
core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php |
Tests UPDATE with a subselect value. |
UpdatePathTestJavaScriptTest::doSelectionTest |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestJavaScriptTest.php |
Tests the selection page. |
UpdatePathTestTrait::doSelectionTest |
function |
core/tests/Drupal/Tests/UpdatePathTestTrait.php |
Tests the selection page. |
UpdatePostUpdateExceptionTest::doSelectionTest |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateExceptionTest.php |
Tests the selection page. |
UpdatePostUpdateFailingTest::doSelectionTest |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateFailingTest.php |
Tests the selection page. |
UpdatePostUpdateTest::doSelectionTest |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php |
Tests the selection page. |