Problem/Motivation

Themes and profiles can contain hooks. The finder currently searches for `*.theme` files, but doesn't search within the `themes` directory.

Proposed resolution

Search for the files in those directories.

Remaining tasks

N/A

User interface changes

N/A

API changes

None

Data model changes

None

CommentFileSizeAuthor
#2 hook_watch-3179038.patch682 bytespookmish

Comments

pookmish created an issue. See original summary.

pookmish’s picture

Status: Active » Needs review
StatusFileSize
new682 bytes

Status: Needs review » Needs work

The last submitted patch, 2: hook_watch-3179038.patch, failed testing. View results

prudloff’s picture

+      ->name('*.inc')

.inc files are already included by this line.

  • prudloff committed 0f0228b on 1.x authored by pookmish
    Issue #3179038 by pookmish: Find files in `themes` and `profiles`...
prudloff’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.