Features Pipexplosion

Component ID

1413000

Component name

Features Pipexplosion

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

517

Component created

Component changed

Component body

In some respect an example of hook_features_pipe_node_alter. It tries to find loose ends and adds them to export.

Currently:

For content types:

  • Fields attached to comments for that content type
  • Views that are filtered by that content type
  • User permissions for that content type
  • Any variable ending in the machine name of that content type that it can find

For user roles:

  • Any permission set for that role

Patches welcome to explooode the feature even more.

Use are your own risk: features don't allow axing of what is pipped in. However, each pipe explosion can be disabled; particularly, I;d be likely to disable the user role permissions ones cause that's not how I handle roles.