Is Drupal a CMS or a framework?

Drupal is typically called a CMS (content management system) - somewhere you add and edit the content for your website.

However, unlike some other CMSes, unless a Drupal website uses only the default page and article content type, no Drupal websites are the same. Each will have its specific content model with different content types and fields.

Instead of being a content management system, Drupal can be described as a content management framework (CMF) - a framework for building a content management system specific to each application.

But as well as a content management framework, Drupal could also be considered an application framework like Symfony or Laravel.

As well as building the content model, you can extend Drupal's functionality with custom modules and add custom themes to make it visually different.

But, there's a lot of functionality in Drupal core itself - such as user accounts, authentication, a query builder (Views), JSON:API endpoints, and a visual page editor (Layout Builder) - to name a few things!

Drupal offers much more than just managing content.

- Oliver

P.S. Need help or want another pair of eyes on your code? Book a 1-on-1 consulting call or an online pair programming session with a 100% money-back guarantee.,

Was this interesting?

Sign up here and get more like this delivered straight to your inbox every day.

About me

Picture of Oliver

I'm an Acquia-certified Drupal Triple Expert with 17 years of experience, an open-source software maintainer and Drupal core contributor, public speaker, live streamer, and host of the Beyond Blocks podcast.