Account created on 1 July 2024, about 1 year ago
#

Recent comments

Ok. Thanks for support . My opinion is still that it would be better to allow Multi-value in a subfield.

For example, some scenarios might have 4-5 or more entity reference fields. CF provides a solution with a single field and responds very well by filling these fields only when needed.
This way you don't have to create a lot of entity reference field and you can use only the subfield you need when you need it.
My primary reason for choosing this module is not performance, but the efficiency and flexibility of the form/display widget options. In my tests, there's no significant performance difference between CF and Paragraph module.

However, if it's limited to a single value, it's not a complete alternative to the paragraph module. If it doesn't display multiple values, you're forced to use the paragraph module or the standard entity reference field for multiple values.

For #3,
This is a test environment to demonstrate the scenario. 4 screenshots combined into 2 pictures to show the entire scenario.
I created this just to show you how it works for single-value and multi-value points. I didn't need any CSS or other settings for this.
Admin Theme: Gin
Main Theme: Olivero
Drupal 11.1.2

Thanks again...

I think this problem is a general problem.
For example, let's say you have an entity reference field in the form of city. In this field, select 4 values ​​such as London, Miami, Paris and Madrid. Only the first value is saved and only "London" will be displayed.

The problems mentioned above(#12) are important and the patches created for them work without any problems. But unfortunately they were not merged. Maybe a new version should be created for d11.
I think entity_limit is an important module for Drupal environment, but unfortunately it did not get the value it deserved. If mainteinars has stopped supporting this module, maybe it would be good to replace it with those who do.

From MR2 side, it seems to work without any issues.
Tested with Drupal Version 11.2.2

#8 patch is ok. But now the other patches can not be applied with this patch(#8).

3432063-Drupal calls should be avoided in classes, use dependency injection instead 📌 \Drupal calls should be avoided in classes, use dependency injection instead Active

3347700-checkAccess() throws an exception Invalid specifier 'type' with non node entities 🐛 checkAccess() throws an exception "Invalid specifier 'type'" with non node entities Needs review

Maybe, there must be a holistic solution.

Hi @Alezu,
Sorry for late test. I tested with Drupal 11.1.2

Now, A Patch Entity (Change request) can be created but cannot be applied or any other action taken.

The website encountered an unexpected error. Try again later.

TypeError: Drupal\Core\Entity\EntityBase::getOriginal(): Return value must be of type ?Drupal\change_requests\Entity\Patch, Drupal\node\Entity\Node returned in Drupal\Core\Entity\EntityBase->getOriginal() (line 697 of core/lib/Drupal/Core/Entity/EntityBase.php).

Details

Drupal\Core\Entity\ContentEntityStorageBase->doPreSave() (Line: 484)
Drupal\Core\Entity\EntityStorageBase->save() (Line: 804)
Drupal\Core\Entity\Sql\SqlContentEntityStorage->save() (Line: 370)
Drupal\Core\Entity\EntityBase->save() (Line: 182)
Drupal\change_requests\Form\PatchApplyForm->submitForm()
call_user_func_array() (Line: 105)
Drupal\Core\Form\FormSubmitter->executeSubmitHandlers() (Line: 43)
Drupal\Core\Form\FormSubmitter->doSubmitForm() (Line: 589)
Drupal\Core\Form\FormBuilder->processForm() (Line: 321)
Drupal\Core\Form\FormBuilder->buildForm() (Line: 73)
Drupal\Core\Controller\FormController->getContentResult()
call_user_func_array() (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 622)
Drupal\Core\Render\Renderer->executeInRenderContext() (Line: 121)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext() (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 183)
Symfony\Component\HttpKernel\HttpKernel->handleRaw() (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle() (Line: 53)
Drupal\Core\StackMiddleware\Session->handle() (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle() (Line: 28)
Drupal\Core\StackMiddleware\ContentLength->handle() (Line: 32)
Drupal\big_pipe\StackMiddleware\ContentLength->handle() (Line: 116)
Drupal\page_cache\StackMiddleware\PageCache->pass() (Line: 90)
Drupal\page_cache\StackMiddleware\PageCache->handle() (Line: 57)
Drupal\advban\AdvbanMiddleware->handle() (Line: 50)
Drupal\ban\BanMiddleware->handle() (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle() (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle() (Line: 53)
Drupal\Core\StackMiddleware\AjaxPageState->handle() (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle() (Line: 715)
Drupal\Core\DrupalKernel->handle() (Line: 19)

I think MR !25 #3 solves the problem. I use it without any problems.
It may be a suitable solution for those who want to add placeholder images for node type mentions instead of the solution suggested in #3512131.
+1 for RTBC

Here's the log while upgrading to Drupal 11.2.0.rc2

  Unable to decode output into JSON: Syntax error                                              
                                                                                               
  Fatal error: Declaration of Drupal\field_validation\Plugin\Validation\Constraint\JsonConstr  
  aint::validatedBy() must be compatible with Symfony\Component\Validator\Constraint::validat  
  edBy(): string in /var/www/html/d11site/web/modules/contrib/field_validation/src/Plugin/Valid  
  ation/Constraint/JsonConstraint.php on line 21  

MR !15 solved the problem.
+1 for RTBC

I use the module with patch in #3428348. There's no problem.

I tested MR!2 with Drupal 11.2.0-rc2.

Here's the log

The website encountered an unexpected error. Try again later.

Error: Typed property Drupal\change_requests\Entity\Patch::$originalEntity must not be accessed before initialization in Drupal\Core\Entity\EntityBase->getOriginal() (line 697 of core/lib/Drupal/Core/Entity/EntityBase.php).

Details:

Drupal\Core\Field\Plugin\Field\FieldType\ChangedItem->preSave() (Line: 233)
Drupal\Core\Field\FieldItemList->delegateMethod() (Line: 191)
Drupal\Core\Field\FieldItemList->preSave() (Line: 953)
Drupal\Core\Entity\ContentEntityStorageBase->invokeFieldMethod() (Line: 903)
Drupal\Core\Entity\ContentEntityStorageBase->invokeHook() (Line: 530)
Drupal\Core\Entity\EntityStorageBase->doPreSave() (Line: 760)
Drupal\Core\Entity\ContentEntityStorageBase->doPreSave() (Line: 484)
Drupal\Core\Entity\EntityStorageBase->save() (Line: 804)
Drupal\Core\Entity\Sql\SqlContentEntityStorage->save() (Line: 370)
Drupal\Core\Entity\EntityBase->save() (Line: 125)
Drupal\change_requests\NodeObserver->update() (Line: 112)
Drupal\changed_fields\EntitySubject->notify() (Line: 106)
change_requests_node_presave()
call_user_func_array() (Line: 402)
Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}() (Line: 355)
Drupal\Core\Extension\ModuleHandler->invokeAllWith() (Line: 401)
Drupal\Core\Extension\ModuleHandler->invokeAll() (Line: 215)
Drupal\Core\Entity\EntityStorageBase->invokeHook() (Line: 915)
Drupal\Core\Entity\ContentEntityStorageBase->invokeHook() (Line: 530)
Drupal\Core\Entity\EntityStorageBase->doPreSave() (Line: 760)
Drupal\Core\Entity\ContentEntityStorageBase->doPreSave() (Line: 484)
Drupal\Core\Entity\EntityStorageBase->save() (Line: 804)
Drupal\Core\Entity\Sql\SqlContentEntityStorage->save() (Line: 370)
Drupal\Core\Entity\EntityBase->save() (Line: 281)
Drupal\node\Form\NodeForm->save()
call_user_func_array() (Line: 105)
Drupal\Core\Form\FormSubmitter->executeSubmitHandlers() (Line: 43)
Drupal\Core\Form\FormSubmitter->doSubmitForm() (Line: 589)
Drupal\Core\Form\FormBuilder->processForm() (Line: 321)
Drupal\Core\Form\FormBuilder->buildForm() (Line: 73)
Drupal\Core\Controller\FormController->getContentResult()
call_user_func_array() (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 622)
Drupal\Core\Render\Renderer->executeInRenderContext() (Line: 121)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext() (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 183)
Symfony\Component\HttpKernel\HttpKernel->handleRaw() (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle() (Line: 53)
Drupal\Core\StackMiddleware\Session->handle() (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle() (Line: 28)
Drupal\Core\StackMiddleware\ContentLength->handle() (Line: 32)
Drupal\big_pipe\StackMiddleware\ContentLength->handle() (Line: 116)
Drupal\page_cache\StackMiddleware\PageCache->pass() (Line: 90)
Drupal\page_cache\StackMiddleware\PageCache->handle() (Line: 57)
Drupal\advban\AdvbanMiddleware->handle() (Line: 50)
Drupal\ban\BanMiddleware->handle() (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle() (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle() (Line: 53)
Drupal\Core\StackMiddleware\AjaxPageState->handle() (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle() (Line: 715)
Drupal\Core\DrupalKernel->handle() (Line: 19)

It still doesn't work.(Dev version)

If you create a new entity, the output is still"%Auto Entity Label% (394)".
If you select from a list of existing entities, the output is "empty". The selected entity is not visible and is not loaded.

Thanks @kul.pratap.
MR15 worked for me.
Drupal version : 11.1.7
VotingApi: dev-4.0.x #010514d0b35e4790faef182a466a0acd82016d22

There are revision issues in ECK module that have not been resolved.
Those who need this feature for storage entities can use either the Scheduled Publish or Scheduled Transitions modules..

Tested. Unable to add role limits.

The website encountered an unexpected error. Try again later.

Error: Call to a member function getStorage() on null in Drupal\entity_limit\Plugin\EntityLimit\RoleLimit->buildConfigurationForm() (line 77 of modules/contrib/entity_limit/src/Plugin/EntityLimit/RoleLimit.php).

Details

Drupal\entity_limit\Form\EntityLimitAddLimitForm->form() (Line: 107)
Drupal\Core\Entity\EntityForm->buildForm()
call_user_func_array() (Line: 528)
Drupal\Core\Form\FormBuilder->retrieveForm() (Line: 279)
Drupal\Core\Form\FormBuilder->buildForm() (Line: 73)
Drupal\Core\Controller\FormController->getContentResult()
call_user_func_array() (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 593)
Drupal\Core\Render\Renderer->executeInRenderContext() (Line: 121)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext() (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 183)
Symfony\Component\HttpKernel\HttpKernel->handleRaw() (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle() (Line: 53)
Drupal\Core\StackMiddleware\Session->handle() (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle() (Line: 28)
Drupal\Core\StackMiddleware\ContentLength->handle() (Line: 32)
Drupal\big_pipe\StackMiddleware\ContentLength->handle() (Line: 116)
Drupal\page_cache\StackMiddleware\PageCache->pass() (Line: 90)
Drupal\page_cache\StackMiddleware\PageCache->handle() (Line: 57)
Drupal\advban\AdvbanMiddleware->handle() (Line: 50)
Drupal\ban\BanMiddleware->handle() (Line: 263)
Drupal\shield\ShieldMiddleware->bypass() (Line: 219)
Drupal\shield\ShieldMiddleware->handle() (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle() (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle() (Line: 36)
Drupal\Core\StackMiddleware\AjaxPageState->handle() (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle() (Line: 709)
Drupal\Core\DrupalKernel->handle() (Line: 19

MR 43 didn't work.
I still encounter the same issue when I try to create an entity type.

By the way, after this error, the whole site crashes. You can't uninstall the module to try again. You have to drop the database and create an empty project from scratch. I can't imagine the situation on a production site.
Any idea, please... Thanks

The website encountered an unexpected error. Try again later.

Drupal\Core\Entity\Exception\UnsupportedEntityTypeDefinitionException: The entity type school does not have an "revision_created" entity revision metadata key. in Drupal\eck\Entity\EckEntity::revisionLogBaseFieldDefinitions() (line 35 of core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php).

In my project, the module settings page (/admin/config/people/comment_notify) could not be accessed.
#2 Patch solved the problem.
Thanks @arjak-mondal.
Tested Version. Drupal 11.1.7

Here's the log when I tested with D11

Error: Call to undefined function Drupal\external_media\Element\system_retrieve_file() in Drupal\external_media\Element\ExternalMediaFile::valueCallback() (line 79 of /home/pearls/public_html/d11site/web/modules/contrib/external_media/src/Element/ExternalMediaFile.php).

Thanks. As far as I understand, there is no solution for this problem...
I guess we will just ignore the missing data in these scenarios.

Tested. The error message that appears as a result of the test is as follows.

Fatal error: Declaration of Drupal\link_allowed_hosts\Plugin\Validation\Constraint\LinkAllowedHostConstraint::getDefaultOption() must be compatible with Symfony\Component\Validator\Constraint::getDefaultOption(): ?string in /var/www/html/d11site/web/modules/contrib/link_allowed_hosts/src/Plugin/Validation/Constraint/LinkAllowedHostConstraint.php on line 41

Thanks @manuel.adan. Everything seems to be working.
I tested it on a new D11 site with the "A practical use case" tutorial, everything works.

Tested.
Interestingly enough, the 3-year patch (#15) worked for Drupal11 (v 11.1.5)
#39 and #44 didn't apply.

This error is now gone and after patch #15 I can delete referenced entities without errors

LogicException: The database connection is not serializable. This probably means you are serializing an object that has an indirect reference to the database connection. Adjust your code so that is not necessary. Alternatively, look at DependencySerializationTrait as a temporary solution. in Drupal\Core\Database\Connection->__sleep() (line 1297 of /home/pearls/public_html/d11site/web/core/lib/Drupal/Core/Database/Connection.php)

How about fetching image data from default field like user_picture ? (ex: field_image)

I'm not entirely sure after the latest updates(MS) but it's still relevant when using the message subscription module.

He talks about RealName ( https://www.drupal.org/project/realname ) module support.
We can think of Realname as a name-surname phrase or a new nickname used instead of username.
In most scenarios, it is important to search for the user or author by their real name instead of username, so I think this support is also necessary.

The relevant error occurred after this merge. Rate module calling the Vote API with a missing argument.

MR !48 : https://www.drupal.org/project/votingapi/issues/3509000 📌 Strict typing and fluent interface for Vote entity Active

Here's the log with rate module after this merged.

TypeError: Drupal\votingapi\Entity\Vote::setValue(): Argument #1 ($value) must be of type float, null given, called in /var/www/html/d11site/web/modules/contrib/rate/src/Plugin/RateWidgetBase.php on line 316 in Drupal\votingapi\Entity\Vote->setValue() (line 92 of /var/www/html/d11site/web/modules/contrib/votingapi/src/Entity/Vote.php).
ArgumentCountError: Too few arguments to function Drupal\votingapi\Entity\Vote::setValue(), 0 passed in /var/www/html/d11site/web/modules/contrib/rate/src/Plugin/RateWidgetBase.php on line 316 and exactly 1 expected in Drupal\votingapi\Entity\Vote->setValue() (line 92 of /var/www/html/d11site/web/modules/contrib/votingapi/src/Entity/Vote.php).

There is a nice alternative module for this feature but it is very limited. It even limit user 1 , administrator, all etc.
If anyone needs it, they can try it. https://www.drupal.org/project/flag_limits

I think it would be better if the new release was compatible with d11.

Thanks @nicxvan MR/patches mentioned in #12 did not provide a solution. They are also not ready to be applied.

#5 works with Choices Autocomplete. Thanks for patch.
However, it controls after the selection and prevents the entity from being saved with a warning.
It is better to prevent selection when selecting an item that does not belong to the dependent list.

I have the same problem. The only difference is that I am experiencing this problem with the field encrypt module. When I remove field encrypt, the problem goes away. When I activate it, I experience it again. Usually, with the Drush updb command...

I would love to create a MR for this, but unfortunately my skills are limited.
I found a solution with the Group module.
Thanks for your support.

Hi dineshkumarbollu ,
It's 8.3.
But, I don't remember the exact version when I created the issue. It may be 8.3.9 .

Here are the logs when I tested with D11

When you try to reach "change request" settings;

ArgumentCountError: Too few arguments to function Drupal\Core\Form\ConfigFormBase::__construct(), 1 passed in /var/www/html/d11/web/modules/contrib/change_requests/src/Form/ChangeRequestsConfig.php on line 58 and exactly 2 expected in Drupal\Core\Form\ConfigFormBase->__construct() (line 44 of /var/www/html/d11/web/core/lib/Drupal/Core/Form/ConfigFormBase.php).

When you try to rebuild permissions;

So, You also cannot access the status report.

Error: Call to undefined function user_roles() in _change_requests_check_permissions() (line 207 of /var/www/html/d11/web/modules/contrib/change_requests/change_requests.module).

Any idea, please ? Thanks

1-ckeditor_mentions
+The mentioned entity is in link format that links to its own page instead of string format by default.
+It works well with token module with satisfactory coverage. So you can easily create a notification system or integrate it with supporting modules like message or ckeditor_mentions_notifications .
--You cannot restrict or filter the entity type & role permission.
- It doesn't support all types. You can only mention user & node.

2-CKEditor5 Mentions
+Seems to support all kinds of entities You can mention taxonomy term. Seems to support all kinds of entities (I have not tested other entity types except node and taxonomy)
It would be nice if there was a multiple choice option during selection.
+ Permissions to mention/to be mentioned.
+Notification system.Your need ckeditor5_premium_features .
-The token scope is not as wide as the ckeditor_mentions.

Both modules work within the mentioned framework.
Both modules do not support specific node(entity) restriction. Customization required.

Currently, first module is more suitable for me, as I think its integration with the token scope is more flexible.

But with the support of ckeditor5_premium_features , you can try different options with the second module. It comes with many different features (with registeration API). It has own ecosystem.

Ok. I found the problem. It's all about the inline entity form. If the field form format is inline entity form, then when you apply the patch it all gets deleted

Is there any news for this feature ? Or any other approaches, advice would be greatly appreciated.
Thanks

I guess your tests don't show anything like that. Then we can think that it's related to my test environment. Ignore it.

Thanks all. I just tested MR!2 now. It works fine with custom/default comment types.
Just started a new little problem;
There's a warning as "/history/get_node read timestamps" in recent dblogs when a member replies a comment.

I tried your advices. This patch is not for v5 and there has been no progress after a long time..It didn't work.
Also I tried this module ( Views Default Argument: Entity Field Values - similar to your advice).

After three days, my searches and different attempts have not yielded any results.
I guess I have to go back to book module.
I have given up.
Thank you very much for your support.

I still think this feature is necessary because a book(any content) can be a creative final work that no one wants it to be expanded upon by others. There are situations where no one wants to interfere with other people's work.
Therefore, members should be limited to choosing their own content.
No one should be able to add their own content to someone else's book or parent content. Or, permissions can be extended or limited based on the type of node.
Another benefit is that the outline list will be shorter when selecting/searching for a book/parent from a bunch of books.

Hi Lee,
Yes , You're right. It'a about revisions.

I created two test.

First one
Parent:Course
Child:Lesson
Create new revision option: No

It worked perfect.

Then I created new one
Second example
Parent:Teacher
Child:Student
Create new revision option: Checked

When I create a lesson-course or class-teacher contents I saw the same error.
The same error appears in some of the contents(lessons) in the first example, which I do not understand.

I also created another block with revision id but the result is the same.

Then I deleted class-teacher contents and also content types.
Just only first example remained.

Now I can see sibling lessons again.

I couldn't understand why another type of content being revisable would cause an error.

So, any advice please. Thanks

I have encountered this error before, but I think the problem is related to MR!43.

Tested with Drupal 10.4.1 ECK 2.1.0-beta1 & 2.x-dev .
The error seems to be a bit serious. After these attempts, the test site cannot return to its previous state, sql:drop is required. A fresh test site was used each time.Since I could not pass this stage, I did not have the opportunity to test it with other related eck modules.

Here's the dblog records with fresh install.

When I try to add the entity type, if I don't select the revisionable option;

Drupal\Core\Entity\Exception\UnsupportedEntityTypeDefinitionException: The entity type organization does not have an "revision_created" entity revision metadata key. in Drupal\eck\Entity\EckEntity::revisionLogBaseFieldDefinitions() (line 35 of core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php).

If I select the revisionable option;

Drupal\Core\Entity\Exception\UnsupportedEntityTypeDefinitionException: The entity type organization does not have an "owner" entity key. in Drupal\eck\Entity\EckEntity::ownerBaseFieldDefinitions() (line 33 of core/modules/user/src/EntityOwnerTrait.php).

Detailed log

The website encountered an unexpected error. Try again later.

Drupal\Core\Entity\Exception\UnsupportedEntityTypeDefinitionException: The entity type organization does not have an "owner" entity key. in Drupal\eck\Entity\EckEntity::ownerBaseFieldDefinitions() (line 33 of core/modules/user/src/EntityOwnerTrait.php).
Drupal\eck\Entity\EckEntity::baseFieldDefinitions() (Line: 230)
Drupal\Core\Entity\EntityFieldManager->buildBaseFieldDefinitions() (Line: 195)
Drupal\Core\Entity\EntityFieldManager->getBaseFieldDefinitions() (Line: 454)
Drupal\Core\Entity\EntityFieldManager->getFieldStorageDefinitions() (Line: 490)
Drupal\Core\Entity\EntityFieldManager->getActiveFieldStorageDefinitions() (Line: 187)
Drupal\Core\Entity\Sql\SqlContentEntityStorage->__construct() (Line: 149)
Drupal\Core\Entity\Sql\SqlContentEntityStorage::createInstance() (Line: 280)
Drupal\Core\Entity\EntityTypeManager->createHandlerInstance() (Line: 84)
Drupal\trash\TrashEntityTypeManager->createHandlerInstance() (Line: 68)
Drupal\trash\TrashEntityTypeManager->getHandler() (Line: 51)
Drupal\trash\TrashEntityTypeManager->getStorage() (Line: 69)
Drupal\Core\Entity\EntityTypeListener->onEntityTypeCreate() (Line: 150)
Drupal\eck\EntityUpdateService->doEntityUpdate() (Line: 120)
Drupal\eck\EntityUpdateService->applyUpdates() (Line: 144)
Drupal\eck\Entity\EckEntityType->postSave() (Line: 563)
Drupal\Core\Entity\EntityStorageBase->doPostSave() (Line: 489)
Drupal\Core\Entity\EntityStorageBase->save() (Line: 257)
Drupal\Core\Config\Entity\ConfigEntityStorage->save() (Line: 354)
Drupal\Core\Entity\EntityBase->save() (Line: 617)
Drupal\Core\Config\Entity\ConfigEntityBase->save() (Line: 194)
Drupal\eck\Form\EntityType\EckEntityTypeFormBase->save()
call_user_func_array() (Line: 129)
Drupal\Core\Form\FormSubmitter->executeSubmitHandlers() (Line: 67)
Drupal\Core\Form\FormSubmitter->doSubmitForm() (Line: 597)
Drupal\Core\Form\FormBuilder->processForm() (Line: 326)
Drupal\Core\Form\FormBuilder->buildForm() (Line: 73)
Drupal\Core\Controller\FormController->getContentResult()
call_user_func_array() (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 638)
Drupal\Core\Render\Renderer->executeInRenderContext() (Line: 121)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext() (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 181)
Symfony\Component\HttpKernel\HttpKernel->handleRaw() (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle() (Line: 53)
Drupal\Core\StackMiddleware\Session->handle() (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle() (Line: 28)
Drupal\Core\StackMiddleware\ContentLength->handle() (Line: 32)
Drupal\big_pipe\StackMiddleware\ContentLength->handle() (Line: 116)
Drupal\page_cache\StackMiddleware\PageCache->pass() (Line: 90)
Drupal\page_cache\StackMiddleware\PageCache->handle() (Line: 57)
Drupal\advban\AdvbanMiddleware->handle() (Line: 50)
Drupal\ban\BanMiddleware->handle() (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle() (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle() (Line: 36)
Drupal\Core\StackMiddleware\AjaxPageState->handle() (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle() (Line: 741)
Drupal\Core\DrupalKernel->handle() (Line: 19)
Production build 0.71.5 2024