Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
tree-child.module.css file core/themes/stable9/css/core/components/tree-child.module.css Visual styles for a nested tree child.
tree-child.module.css file core/misc/components/tree-child.module.css Visual styles for a nested tree child.
TreeConfigTargetForm class core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php Provides a form for configuring preferences and dynamically updating select list options via AJAX.
TreeConfigTargetForm.php file core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php
TreeConfigTargetForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php
TreeConfigTargetForm::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php
TreeConfigTargetForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php
TreeConfigTargetForm::updateOptions function core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php Updates the options of a select list.
TRexEditor class core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php Defines a Tyrannosaurus-Rex powered text editor for testing purposes.
TRexEditor.php file core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php
TRexEditor::buildConfigurationForm function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php
TRexEditor::getDefaultSettings function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php
TRexEditor::getJSSettings function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php
TRexEditor::getLibraries function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php
TriggeringElementProgrammedTest class core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php Tests detection of triggering_element for programmed form submissions.
TriggeringElementProgrammedTest.php file core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php
TriggeringElementProgrammedTest::buildForm function core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php
TriggeringElementProgrammedTest::getFormId function core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php
TriggeringElementProgrammedTest::submitForm function core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php
TriggeringElementProgrammedTest::testLimitValidationErrors function core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php Tests that #limit_validation_errors of the only submit button takes effect.
TriggeringElementProgrammedTest::validateForm function core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php
TriggeringElementTest class core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php Tests that FAPI correctly determines the triggering element.
TriggeringElementTest.php file core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php
TriggeringElementTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php
TriggeringElementTest::$modules property core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php
TriggeringElementTest::testAttemptAccessControlBypass function core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php Tests attempts to bypass access control.
TriggeringElementTest::testNoButtonInfoInPost function core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php Tests the triggering element when no button information is included.
TriggerPreviewCommand class core/modules/views/src/Ajax/TriggerPreviewCommand.php Provides an AJAX command for triggering the views live preview.
TriggerPreviewCommand.php file core/modules/views/src/Ajax/TriggerPreviewCommand.php
TriggerPreviewCommand::render function core/modules/views/src/Ajax/TriggerPreviewCommand.php
Truncate class core/modules/pgsql/src/Driver/Database/pgsql/Truncate.php PostgreSQL implementation of \Drupal\Core\Database\Query\Truncate.
Truncate class core/modules/sqlite/src/Driver/Database/sqlite/Truncate.php SQLite implementation of \Drupal\Core\Database\Query\Truncate.
Truncate class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Truncate.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Truncate.
Truncate class core/lib/Drupal/Core/Database/Query/Truncate.php General class for an abstracted TRUNCATE operation.
Truncate.php file core/lib/Drupal/Core/Database/Query/Truncate.php
Truncate.php file core/modules/sqlite/src/Driver/Database/sqlite/Truncate.php
Truncate.php file core/modules/pgsql/src/Driver/Database/pgsql/Truncate.php
Truncate.php file core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Truncate.php
Truncate::$table property core/lib/Drupal/Core/Database/Query/Truncate.php The table to truncate.
Truncate::execute function core/lib/Drupal/Core/Database/Query/Truncate.php Executes the TRUNCATE query.
Truncate::execute function core/modules/pgsql/src/Driver/Database/pgsql/Truncate.php
Truncate::__construct function core/lib/Drupal/Core/Database/Query/Truncate.php Constructs a Truncate query object.
Truncate::__toString function core/lib/Drupal/Core/Database/Query/Truncate.php Implements PHP magic __toString method to convert the query to a string.
Truncate::__toString function core/modules/sqlite/src/Driver/Database/sqlite/Truncate.php
TrustedCallback class core/lib/Drupal/Core/Security/Attribute/TrustedCallback.php Attribute to tell that a method is a trusted callback.
TrustedCallback.php file core/lib/Drupal/Core/Security/Attribute/TrustedCallback.php
TrustedCallbackInterface interface core/lib/Drupal/Core/Security/TrustedCallbackInterface.php Interface to declare trusted callbacks.
TrustedCallbackInterface.php file core/lib/Drupal/Core/Security/TrustedCallbackInterface.php
TrustedCallbackInterface::THROW_EXCEPTION constant core/lib/Drupal/Core/Security/TrustedCallbackInterface.php Untrusted callbacks throw exceptions.
TrustedCallbackInterface::TRIGGER_SILENCED_DEPRECATION constant core/lib/Drupal/Core/Security/TrustedCallbackInterface.php Untrusted callbacks trigger silenced E_USER_DEPRECATION errors.

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