Extra Block Types (EBT) - New Layout Builder experience❗
Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.
❗Extra Paragraph Types (EPT) - New Paragraphs experience
Extra Paragraph Types (EPT) - analogical paragraph based set of modules.
Scroll
How do I get the last available hook_update_N() for a module?
22/02/2025, by Anonymous (not verified)
Forums
I'm having trouble getting a custom module to install and update successfully. I'd like to examine the database for the modules update_N numbers. Is that possible? If it is, where do I look for it?
- Log in to post comments
They're in key/value storage, which in the database would be the
key_value
table. Look for entries with acollection
of system.schema, and aname
matching the machine name of the module you're interested in.Through the API, it's a bit easier: