Tag Scanner
Categories
Component ID
2697141
Component name
Tag Scanner
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
169
Component created
Component changed
Component body
This is a Drupal module that allows you to search for any html tags within any Drupal field and get a CSV of those tags and their attributes.
This module differs from the Search and Replace Scanner module because it uses the PHP DOMDocument class to identify specific tags instead of regex.
Instructions
- Enable the module.
- Configure the access tag scanner permission
- Visit admin/content/tag-scanner
- Enter the name of a tag you would like to search for
- Under Settings select which node/bundle/field you would like to search on.
- Press 'Update'. Depending on the amount of nodes, this could take a while.
- You will now have a table formatted list of all found tags and their attributes.
- Press 'Download Table' to create a CSV file.
