When we import pattern builder, It allows us only two options;

  • Import all
  • Specify the name

When we don't specify the name by default it imports all schemas and that's a time consuming task. If we can have some argument for drush pbi command that imports only changed schemas. Instead of importing all. something like drush pbi --changed, This will improve the performance and we don't even have to remember / manually check for the schemas which are changed.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

miteshmap created an issue. See original summary.

miteshmap’s picture

Assigned: miteshmap » Unassigned
Status: Active » Needs review
FileSize
5.47 KB

Adding patch here.

miteshmap’s picture

miteshmap’s picture

Refactored code with recursive search of included pattern, So pattern can also import the parent pattern again, with new changes.

miteshmap’s picture

FileSize
9.14 KB

Updated patch file with using correct Object.