Formats report
Categories
Component ID
2205033
Component name
Formats report
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
For a given text format, this module builds an array of entities and their text fields which are using this format. Useful for finding if any fields are using a certain text format, such as php_code.
Install this module, then go to /devel/php.
Enter formats_report_update_content_new_text_format(). The devel module will dpm() the items it knows about at end of that function. To set which format it looks for, change $format variable inside that function.
