Search for handlers
- Search 7.x for handlers
- Search 9.5.x for handlers
- Search 8.9.x for handlers
- Search 10.3.x for handlers
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BlockContentCreationTest::testBlockContentFormSubmitHandlers | function | core/ |
Tests the redirect workflow of creating a block_content and block. |
Cron::invokeCronHandlers | function | core/ |
Invokes any cron handlers implementing hook_cron. |
DisplayPluginBase::$handlers | property | core/ |
An array of instantiated handlers used in this display. |
DisplayPluginBase::getAllHandlers | function | core/ |
Gets all the handlers used by the display. |
DisplayPluginBase::getHandlers | function | core/ |
Get a full array of handlers for $type. This caches them. |
DisplayPluginInterface::getHandlers | function | core/ |
Get a full array of handlers for $type. This caches them. |
EntityFormTest::testValidationHandlers | function | core/ |
Checks that validation handlers works as expected. |
EntityReferenceAutocompleteWidget::getSelectionHandlerSetting | function | core/ |
Returns the value of a setting for the entity reference selection handler. |
EntityReferenceItemTest::testSelectionHandlerSettings | function | core/ |
Tests that the 'handler' field setting stores the proper plugin ID. |
EntityType::$handlers | property | core/ |
An array of handlers. |
EntityTypeInfo::$moderationHandlers | property | core/ |
A keyed array of custom moderation handlers for given entity types. |
EntityTypeManager::$handlers | property | core/ |
Contains instantiated handlers keyed by handler type and entity type. |
FilterAndArgumentUserUidTest::testHandlers | function | core/ |
Tests the user posted or commented filter and argument handlers. |
FormBuilder::executeSubmitHandlers | function | core/ |
Executes custom submission handlers for a given form. |
FormBuilder::executeValidateHandlers | function | core/ |
Executes custom validation handlers for a given form. |
FormDefaultHandlersTest | class | core/ |
Tests automatically added form handlers. |
FormDefaultHandlersTest.php | file | core/ |
|
FormDefaultHandlersTest::buildForm | function | core/ |
Form constructor. |
FormDefaultHandlersTest::customSubmitForm | function | core/ |
|
FormDefaultHandlersTest::customValidateForm | function | core/ |
|
FormDefaultHandlersTest::getFormId | function | core/ |
Returns a unique string identifying the form. |
FormDefaultHandlersTest::submitForm | function | core/ |
Form submission handler. |
FormDefaultHandlersTest::testDefaultAndCustomHandlers | function | core/ |
Tests that default handlers are added even if custom are specified. |
FormDefaultHandlersTest::validateForm | function | core/ |
Form validation handler. |
FormState::$submit_handlers | property | core/ |
|
FormState::$validate_handlers | property | core/ |
|
FormState::getSubmitHandlers | function | core/ |
Gets the submit handlers. |
FormState::getValidateHandlers | function | core/ |
Gets the validate handlers. |
FormState::setSubmitHandlers | function | core/ |
Sets the submit handlers. |
FormState::setValidateHandlers | function | core/ |
Sets the validate handlers. |
FormStateDecoratorBase::getSubmitHandlers | function | core/ |
|
FormStateDecoratorBase::getValidateHandlers | function | core/ |
|
FormStateDecoratorBase::setSubmitHandlers | function | core/ |
|
FormStateDecoratorBase::setValidateHandlers | function | core/ |
|
FormStateDecoratorBaseTest::testGetSubmitHandlers | function | core/ |
@covers ::getSubmitHandlers |
FormStateDecoratorBaseTest::testGetValidateHandlers | function | core/ |
@covers ::getValidateHandlers |
FormStateDecoratorBaseTest::testSetSubmitHandlers | function | core/ |
@covers ::setSubmitHandlers |
FormStateDecoratorBaseTest::testSetValidateHandlers | function | core/ |
@covers ::setValidateHandlers |
FormStateInterface::getSubmitHandlers | function | core/ |
Gets the submit handlers. |
FormStateInterface::getValidateHandlers | function | core/ |
Gets the validate handlers. |
FormStateInterface::setSubmitHandlers | function | core/ |
Sets the submit handlers. |
FormStateInterface::setValidateHandlers | function | core/ |
Sets the validate handlers. |
FormSubmitter::executeSubmitHandlers | function | core/ |
Executes custom submission handlers for a given form. |
FormSubmitterInterface::executeSubmitHandlers | function | core/ |
Executes custom submission handlers for a given form. |
FormSubmitterTest::testExecuteSubmitHandlers | function | core/ |
@covers ::executeSubmitHandlers |
FormValidator::executeValidateHandlers | function | core/ |
Executes custom validation handlers for a given form. |
FormValidatorInterface::executeValidateHandlers | function | core/ |
Executes custom validation handlers for a given form. |
FormValidatorTest::testExecuteValidateHandlers | function | core/ |
@covers ::executeValidateHandlers |
HandlerAllTest::testHandlers | function | core/ |
Tests most of the handlers. |
HandlerStackConfigurator | class | core/ |
Defines a class for configuring middlewares on the http handler stack. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.