+1 vote
in Drupal - A Content Vault by
What is a patch in Drupal?

1 Answer

0 votes
by

What is a patch?

A patch is a file that contains a list of differences between one set of files, and another.  Through patches, all the changes in code like additions or deletions to Drupal core can be made. Also, patches can be used to make changes to another copy of the original or main file.

...