File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
lib/internal/Magento/Framework/View/Asset/Bundle Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ protected function isExcluded(LocalInterface $asset)
86
86
}
87
87
88
88
/**
89
+ * Check if asset file in excluded directory
90
+ *
89
91
* @param string $directoryPath
90
92
* @param LocalInterface $asset
91
93
* @return bool
@@ -106,6 +108,8 @@ protected function isExcludedDirectory($directoryPath, $asset)
106
108
}
107
109
108
110
/**
111
+ * Check if asset file is excluded
112
+ *
109
113
* @param string $filePath
110
114
* @param LocalInterface $asset
111
115
* @return bool
@@ -121,6 +125,8 @@ protected function isExcludedFile($filePath, $asset)
121
125
}
122
126
123
127
/**
128
+ * Compare asset module with excluded module
129
+ *
124
130
* @param array $filePathInfo
125
131
* @param LocalInterface $asset
126
132
* @return bool
@@ -137,6 +143,8 @@ protected function compareModules($filePathInfo, $asset)
137
143
}
138
144
139
145
/**
146
+ * Get excluded module and path from complex string
147
+ *
140
148
* @param string $path
141
149
* @return array|bool
142
150
*/
You can’t perform that action at this time.
0 commit comments