Backend utilities for Drupal
3 sites
No security coverage
This module provides a collection of reusable code snippets and traits for common tasks, including Twig, array manipulation, CSV handling, entity management, date and time operations, debugging, file and image handling, JSON and XML processing, and much more. Its aim is to offer failsafe, reusable functionality for various Drupal development needs.
Frequently reusable snippets from Drupal code, that it seemed logical to
abstract into a reusable module code. All snippets are aimed at being reusable and failsafe.
Service name: butils
Sections / Traits
Module contains traits with reusable snippets in current areas:
- Twig
- Arrays
- CSV read/write,
- Current entities,
- Datetime,
- Debugging,
- DomDocument,
- Entitiy,
- Field,
- File,
- HTML,
- ImageStyle,
- JsonAPI,
- Media,
- Menu,
- Paragraphs,
- Redirects,
- SQLQuery,
- State,
- String,
- Taxonomy,
- Truncate,
- Uri,
- User,
- Views,
- XML.