LogoLogo
10.0.x
10.0.x
  • Overview
    • About Varbase
    • Roadmap
    • Release Cycle and Supported Versions
    • How to Get Support
  • Developers
    • Getting Started
    • Installing Varbase
      • Requirements
      • Installing Varbase locally with DDEV
      • Installing Varbase locally with Lando
    • Understanding Varbase
      • Basic Concepts
      • Core Components
        • Varbase Core
          • Varbase Admin
          • Varbase Page
          • Varbase Security
          • Varbase Webform
          • Varbase Default Content
          • Varbase Tour
        • Varbase Media
        • Varbase Editor
        • Varbase Email
        • Varbase SEO
        • Varbase Workflow
        • Varbase Dashboards
        • Varbase Layout Builder
          • Varbase Landing page (Layout Builder)
          • Varbase Heading Block
          • Varbase Rich Text Block
          • Varbase HTML Code Block
          • Varbase Media (Image/Video) Block
          • Varbase Gallery Block
        • Varbase Components
        • Vartheme Claro
        • Vartheme BS5
      • Optional Components
        • Varbase AI
          • Varbase AI Default recipe
          • Varbase AI Editor Assistant recipe
          • Varbase AI Image Alt recipe
          • Varbase AI Taxonomy Tagging recipe
          • Varbase AI Agents recipe
        • Varbase API
        • Varbase Internationalization
        • Varbase Hero Slider
        • Varbase Carousels
        • Varbase Blog
        • Varbase Search
        • Varbase Social Single Sign-On
        • Varbase Media Twitter
        • Varbase Media Instagram
        • Varbase Content Planner
        • Varbase Bootstrap Paragraphs
          • Varbase Bootstrap Paragraphs Text and Image
        • Varbase Landing Page (Paragraphs)
      • Additional Components
        • Varbase Media Header
        • Varbase FAQs
        • Varbase Reports
        • Varbase Commerce
        • Varbase YouTube Import
      • Development Components
        • Varbase Development
        • Reroute Email
        • Varbase Updates Helper
      • Deprecated Components
        • Varbase Media Hero Slider
        • Varbase Style Guide
        • Vartheme BS4
        • Varbase Total Control Dashboard
    • Configuring a Varbase Site
      • Navigation
        • Defining Active Menu Trail Using Menu Position
      • Using View Modes Inventory
      • Content Moderation and Workflows
      • URL Aliases in Varbase/Drupal
        • Configuring URL Aliases
        • Managing URL Aliases
      • Managing URL Patterns for Multilingual Websites
      • Managing Date and Time Formats to Display Across the Site
      • Using Varbase Layout Builder
        • Creating a Landing Page With Varbase Layout Builder
        • Activating Varbase Layout Builder for Content Types
      • Configuring Pathologic When Going Live
      • Configuring SEO Features
        • Disallow Oembed Media Links
      • Configuring Security Features
        • Spam Protection
        • Password Policies
        • Other Security Kits
        • Flood Contorl
        • Enable HTTP Password Authentication
      • Configuring JSON:API Features
      • Configure Varbase Media Hero Slider
      • Configuring Varbase Media Header
      • Configuring Varbase Mailer Settings
        • Configure Symfony Mailer
      • Configure Level of Logging and Errors
      • Entity Definition Update Manager Class
      • Module Installer Factory Class
      • Configure Ckeditor 5 Media Embed
    • Theme Development with Varbase
      • Understanding The Vartheme Starterkit Theme
      • Creating Your Own Theme
      • Integration of Varbase with Storybook 1.0 - CL Server
      • Integration of Varbase with Storybook 2.0
      • Customize a Varbase Single Directory Components (SDC) In a Custom Theme
      • Local Tasks and Moderation Sidebar
      • Add Preloaded Fonts in Vartheme
      • Command to Install Needed Theming Tools
      • Manually Install Needed Theming Tools
    • Launching a Varbase Site to Production
    • Updating a Varbase Site
      • Understanding Varbase Updater Package
      • Handling Patches When Updating
      • Handling Configuration Updates
      • Updating Varbase to work with Composer 2.0
      • Updating Drush to the Latest Stable Version
      • Version Update Guides
        • Updating Varbase ~9.0 to Drupal 10
        • Updating from Varbase 8.x to 9.x
    • Varbase Patches
    • Frequently Asked Questions (FAQs)
    • Extending Varbase
      • Overriding Varbase
      • Creating Your Own Feature
      • Install Needed YARN and Webpack Tools
      • Compiling Provided Component Styles
      • Check Standards/Practice Coding And Linting
  • Content Designers
    • Accessing the Administration Area
      • Website Environments
    • Dashboard
      • Reports
    • Content Management
      • Create Content
        • Rich-Text Editor “WYSIWYG”
      • Modify Content
      • Delete Content
      • Preview Content
      • Bulk Edit Content
      • Publish Content
      • Authoring Information
    • Content Structure
      • EntityQueues
        • Add a New Term
      • Menu Management
        • Add Menu Items
        • Update Menu Items
        • Adding a Page to the Menu
      • Taxonomies
        • List Terms
        • Add Terms
        • Reorder and Edit Terms
    • Content Translation
      • Translating Content
      • Language Switcher
      • Deleting a Translation
      • Editing a Translation
    • Content Workflow
    • Layout Builder
      • Section
        • Section Styles
      • Block Management
        • Block Styles
      • Reordering Blocks
    • Webforms
      • Create New Webform View
      • Setting up Emails Handler Conditions
      • Setting up Confirmations Message Settings Types
    • Media Management
      • Accessing the Media Library
      • Uploading Media Files
        • Image
        • Remote Video
        • Video
      • Applying Metadata and Descriptions
      • Resizing Images
    • User Management
      • Login & Registration
      • Add User
      • Edit User
      • Delete User
      • Simulating Another User
      • Default Roles and Site Personas
        • Edit Roles' Permissions
        • Managing Roles
    • URL Management
      • URL Aliases
      • Generating URL Alias
      • URL Redirects
      • Domain Redirects
    • SEO Management
      • XML Sitemap
      • Meta Tags in Varbase
      • Disallow Indexing for Content Items
    • Site Configuration
      • System
        • Clearing Varbase Cache
        • Google Analytics
        • Mail Templates
      • User Interface
        • Coffee
        • External Links
        • Gin Moderation Sidebar
        • Layout Builder Modal
        • Moderation Sidebar
        • Shortcuts
        • Taxonomy Manager
        • Tours
        • CL Components
        • Antibot
        • Responsive Preview
        • Navigation Settings
      • Development
      • Varbase Settings
      • Web Services
        • OpenAPI
    • Additional Tips
      • Content Uploading Standards
      • Common Error Handling Tips
      • Glossary
  • Contributing
    • Contributing to Documentation
Powered by GitBook
On this page
  • Varbase Core Module
  • Sub modules
  1. Developers
  2. Understanding Varbase
  3. Core Components

Varbase Core

PreviousCore ComponentsNextVarbase Admin

Last updated 10 months ago

Provides core components required by other features.

Varbase Core Module

Varbase core features are bundled through the Varbase Core module. GitHub: Drupal.org:

After building a project using the varbase-project template, you can see the code of the Varbase Core module in:

project_directory
|-- docroot
    |-- modules
        |-- contrib
            |-- varbase_core

Brings in the following core and contributed modules to your site:

Module

Purpose

User

(in Drupal core)

Manages the user registration and login system.

Node

(in Drupal core)

Allows content to be submitted to the site and displayed on pages.

Taxonomy

(in Drupal core)

Enables the categorization of content.

Text

(in Drupal core)

Defines simple text field types.

Views

(in Drupal core)

Create customized lists and queries from your database.

Block

(in Drupal core)

Controls the visual building blocks a page is constructed with. Blocks are boxes of content rendered into an area, or region, of a web page.

Block Content

(in Drupal core)

Allows the creation of custom blocks and block types.

Configuration Manager

(in Drupal core)

Allows administrators to import and export configuration changes.

Provides basic revert and update functionality for other modules

Ignore certain configuration during import

Datetime

(in Drupal core)

Defines datetime form elements and a datetime field type.

File

(in Drupal core)

Defines a field type for files.

Image

(in Drupal core)

Defines a field type for image media and provides display configuration tools.

Options

(in Drupal core)

Defines selection, check box and radio button widgets for text and numeric fields.

Path

(in Drupal core)

Allows users to rename URLs.

Layout Discovery

(in Drupal core)

Provides a way for modules or themes to register layouts.

Provides expanded entity APIs, which will be moved to Drupal core one day.

Provides a number of utility and helper APIs for Drupal developers and site builders.

Provides improvements to blocks that will one day be added to Drupal core.

A set of improvements to the core Views code that allows for greater control over Blocks.

Provides a user interface for the Token API and some missing core tokens.

Provides advanced options (e.g. links, checkboxes, or other widgets) to exposed Views elements.

Improves the core datetime Views date filter.

Provides the ability to group your fields on both form and display.

Provides a more robust alternative to "summary or trimmed" textfield format

Provides an additional formatter for text field, text area and text format.

Allows assigning the classes to Blocks.

Contextual Links

(in Drupal core)

Provides contextual links to directly access tasks related to page elements.

Shows changes between content revisions.

Modify behavior and appearance of external links.

Internal Dynamic Page Cache

(in Drupal core)

Caches pages, including those with dynamic content, for all users.

BigPipe

(in Drupal core)

Sends pages using the BigPipe technique that allows browsers to show them much faster.

Menu UI

(in Drupal core)

Allows administrators to customize the site navigation menu.

Custom Menu Links

(in Drupal core)

Allows users to create menu links.

Filter

(in Drupal core)

Filters content in preparation for display.

Allows token values to be used as filters.

Field UI

(in Drupal core)

Provides a user interface for the Field module.

Help

(in Drupal core)

Manages the display of online help.

Internal Page Cache

(in Drupal core)

Caches pages for anonymous users and can be used when external page cache is not available.

Telephone

(in Drupal core)

Defines a field type for telephone numbers.

Generate layouts with Bootstrap grid system.

Allows for different styles to be used in views to work with Bootstrap 5 components.

Extend the display options for every entity type.

Contains additional features for Display Suite.

Provides configurable blocks of menu links.

A pager which allows an infinite scroll effect for views.

Track usage of entities referenced by other entities.

Allows users to collect entities in arbitrarily ordered lists.

Populate a form element in the sidebar of node's add and edit pages to allow editors to add content to entityqueues directly from add/edit forms.

Provides a widget for inline management (creation, modification, removal) of referenced entities.

Inline Form Errors

(in Drupal core)

Places error messages adjacent to form inputs, for improved usability and accessibility.

Provides a "Remember Me" feature on the login form.

Cron handling for Drupal. Runs cron jobs individually in parallel using configurable rules, pool management and load balancing.

Prevents multiple users from trying to edit a content entity simultaneously to prevent edit conflicts.

Provides mechanisms for automatically unlocking nodes that have been locked for a certain length of time.

Protect the user against navigating away from a node edit form before saving their changes.

Provides a user interface for per-module and site-wide mail_system selection.

Limit the number of characters in textfields and textareas and shows the amount of characters left.

Customize menu position of nodes depending on their content type, associated terms and others conditions.

Enhanced autocomplete using Jquery UI autocomplete.

Provides a widget to allow settings of link attributes for menu links.

Basic functionality that is shared among the different Rabbit Hole modules.

Adds Rabbit Hole functionality for nodes.

Adds Rabbit Hole functionality for taxonomy.

Customizes the destination the user is redirected to after login/logout/registration/one-time login.

Allows users to register with an email address as their username.

Provides jQuery UI Accordion library.

Speed up the generation of 404 pages with this module. Route 404 display to a static page.

Checks for accessibility in page content.

Provides ability to display an alert message at the top of all pages.

Provides a user interface for browsing available Drupal projects.

Automatically updates Drupal core.Automatic Updates makes it much, much easier and better to keep Drupal core up to date.

Package Manager

Sub modules

The following sub modules are packaged in the Varbase Core module

Provides functionality to stage package installs and updates with Composer. which is part of the module.

https://github.com/Vardot/varbase_core
https://www.drupal.org/project/varbase_core
Varbase Admin
Varbase Default Content
Varbase Development
Varbase Internationalization
Varbase Page
Varbase Security
Varbase Tour
Varbase Webform
Varbase Updates Helper
Configuration Update Manager
Config Ignore
Entity API
Chaos Tool Suite (ctools)
Chaos Tools Blocks
Chaos Tools Views
Token
Better Exposed Filters
Views Date Filter
Field Group
Smart Trim
Advanced Text Formatter
Block Class
Diff
External Links
Token Filter
Bootstrap Layouts
Views Bootstrap
Display Suite
Display Suite Extras
Menu Block
Views Infinite Scroll
Entity Usage
Entityqueue
Entityqueue Form Widget
Inline Entity Form
Persistent Login
Ultimate Cron
Content locking (anti-concurrent editing)
Content Lock Timeout
Node Edit Protection
Mail System
Maxlength
Menu Position
Autocomplete Deluxe
Link Attributes widget
Rabbit Hole
Rabbit Hole nodes
Rabbit Hole taxonomy
Login Destination
Email Registration
jQuery UI Accordion
Fast 404
Editoria11y Accessibility Checker
Sitewide Alert
Project Browser
Automatic Updates
Automatic Updates