Search for trigger
- Search 7.x for trigger
- Search 9.5.x for trigger
- Search 10.3.x for trigger
- Search 11.x for trigger
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BigPipeTestSubscriber::CONTENT_TRIGGER_EXCEPTION | constant | core/ |
|
BigPipeTestSubscriber::onRespondTriggerException | function | core/ |
Triggers exception for embedded HTML/AJAX responses with certain content. |
BrokenSetUpTest::$sharedTriggerFile | property | core/ |
The path to the shared trigger file. |
ContentTranslationLanguageChangeTest::testTitleDoesNotChangesOnChangingLanguageWidgetAndTriggeringAjaxCall | function | core/ |
Test that title does not change on ajax call with new language value. |
ContextualLinkClickTrait::toggleContextualTriggerVisibility | function | core/ |
Toggles the visibility of a contextual trigger. |
DbUpdateController::triggerBatch | function | core/ |
Starts the database update batch process. |
DisplayTest::toggleContextualTriggerVisibility | function | core/ |
Toggles the visibility of a contextual trigger. |
EntityReferenceSelectionUnitTest::testDeprecationErrorTriggering | function | core/ |
Tests deprecation error triggering. |
ErrorTestController::triggerException | function | core/ |
Trigger an exception to test the exception handler. |
ErrorTestController::triggerPDOException | function | core/ |
Trigger an exception to test the PDO exception handler. |
ErrorTestController::triggerRendererException | function | core/ |
Trigger an exception during rendering. |
FormAjaxResponseBuilderTest::testBuildResponseNoTriggeringElement | function | core/ |
@covers ::buildResponse |
FormBuilder::elementTriggeredScriptedSubmission | function | core/ |
Detects if an element triggered the form submission via Ajax. |
FormBuilderTest::providerTestBuildFormWithTriggeringElement | function | core/ |
Data provider for ::testBuildFormWithTriggeringElement(). |
FormBuilderTest::testBuildFormWithTriggeringElement | function | core/ |
Tests whether the triggering element is properly identified. |
FormState::$triggering_element | property | core/ |
The form element that triggered submission, which may or may not be a button (in the case of Ajax forms). This key is often used to distinguish between various buttons in a submit handler, and is also used in Ajax handlers. |
FormState::getTriggeringElement | function | core/ |
Gets the form element that triggered submission. |
FormState::setTriggeringElement | function | core/ |
Sets the form element that triggered submission. |
FormStateDecoratorBase::getTriggeringElement | function | core/ |
Gets the form element that triggered submission. |
FormStateDecoratorBase::setTriggeringElement | function | core/ |
Sets the form element that triggered submission. |
FormStateDecoratorBaseTest::testGetTriggeringElement | function | core/ |
@covers ::getTriggeringElement |
FormStateDecoratorBaseTest::testSetTriggeringElement | function | core/ |
@covers ::setTriggeringElement |
FormStateInterface::getTriggeringElement | function | core/ |
Gets the form element that triggered submission. |
FormStateInterface::setTriggeringElement | function | core/ |
Sets the form element that triggered submission. |
JsonApiRegressionTest::testInvalidDataTriggersUnprocessableEntityErrorFromIssue3052954 | function | core/ |
Ensure POSTing invalid data results in a 422 response, not a PHP error. |
KillSwitch::trigger | function | core/ |
Deny any page caching on the current request. |
ModuleHandler::triggerDeprecationError | function | core/ |
Triggers an E_USER_DEPRECATED error if any module implements the hook. |
ReplicaKillSwitch::trigger | function | core/ |
Denies access to replica database on the current request. |
TriggeringElementProgrammedTest | class | core/ |
Tests detection of triggering_element for programmed form submissions. |
TriggeringElementProgrammedTest.php | file | core/ |
|
TriggeringElementProgrammedTest::buildForm | function | core/ |
Form constructor. |
TriggeringElementProgrammedTest::getFormId | function | core/ |
Returns a unique string identifying the form. |
TriggeringElementProgrammedTest::submitForm | function | core/ |
Form submission handler. |
TriggeringElementProgrammedTest::testLimitValidationErrors | function | core/ |
Tests that #limit_validation_errors of the only submit button takes effect. |
TriggeringElementProgrammedTest::validateForm | function | core/ |
Form validation handler. |
TriggeringElementTest | class | core/ |
Tests that FAPI correctly determines the triggering element. |
TriggeringElementTest.php | file | core/ |
|
TriggeringElementTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
TriggeringElementTest::$modules | property | core/ |
Modules to enable. |
TriggeringElementTest::testAttemptAccessControlBypass | function | core/ |
Tests attempts to bypass access control. |
TriggeringElementTest::testNoButtonInfoInPost | function | core/ |
Tests the triggering element when no button information is included. |
TriggerPreviewCommand | class | core/ |
Provides an AJAX command for triggering the views live preview. |
TriggerPreviewCommand.php | file | core/ |
|
TriggerPreviewCommand::render | function | core/ |
Return an array to be run through json_encode and sent to the client. |
TrustedCallbackInterface::TRIGGER_SILENCED_DEPRECATION | constant | core/ |
Untrusted callbacks trigger silenced E_USER_DEPRECATION errors. |
TrustedCallbackInterface::TRIGGER_WARNING | constant | core/ |
Untrusted callbacks trigger E_USER_WARNING errors. |
views_ui_add_ajax_trigger | function | core/ |
Converts a form element in the add view wizard to be AJAX-enabled. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.