Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
file_mdm
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
file_mdm
Merge requests
!36
Closes
#3498003
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Closes
#3498003
issue/file_mdm-3498003:3498003-test-fileeyepel-dev
into
3.2.x
Overview
0
Commits
13
Pipelines
15
Changes
14
Merged
mondrake
requested to merge
issue/file_mdm-3498003:3498003-test-fileeyepel-dev
into
3.2.x
4 months ago
Overview
0
Commits
13
Pipelines
15
Changes
14
Expand
Closes
#3498003
0
0
Merge request reports
Compare
3.2.x
version 13
dfbef69a
4 months ago
version 12
e6493692
4 months ago
version 11
85317c57
4 months ago
version 10
1edc7a11
4 months ago
version 9
3c7058a1
4 months ago
version 8
ccf9b46e
4 months ago
version 7
b6b4f253
4 months ago
version 6
0926742f
4 months ago
version 5
0926742f
4 months ago
version 4
33857bbc
4 months ago
version 3
365bb21d
4 months ago
version 2
d138ee5e
4 months ago
version 1
3f49e9ad
4 months ago
3.2.x (base)
and
latest version
latest version
dfbef69a
13 commits,
4 months ago
version 13
dfbef69a
13 commits,
4 months ago
version 12
e6493692
12 commits,
4 months ago
version 11
85317c57
11 commits,
4 months ago
version 10
1edc7a11
10 commits,
4 months ago
version 9
3c7058a1
9 commits,
4 months ago
version 8
ccf9b46e
8 commits,
4 months ago
version 7
b6b4f253
7 commits,
4 months ago
version 6
0926742f
6 commits,
4 months ago
version 5
0926742f
6 commits,
4 months ago
version 4
33857bbc
5 commits,
4 months ago
version 3
365bb21d
4 commits,
4 months ago
version 2
d138ee5e
3 commits,
4 months ago
version 1
3f49e9ad
2 commits,
4 months ago
14 files
+
180
−
50
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
file_mdm_exif/src/Plugin/FileMetadata/Exif.php
+
8
−
0
Options
@@ -42,6 +42,14 @@ class Exif extends FileMetadataPluginBase {
*/
protected
PelJpeg
|
PelTiff
|
false
$pelFile
;
/**
* @param array<mixed> $configuration
* The plugin configuration.
* @param string $plugin_id
* The plugin id.
* @param array<mixed> $plugin_definition
* The plugin definition.
*/
public
static
function
create
(
ContainerInterface
$container
,
array
$configuration
,
$plugin_id
,
$plugin_definition
)
{
$instance
=
parent
::
create
(
$container
,
$configuration
,
$plugin_id
,
$plugin_definition
);
$instance
->
mimeTypeGuesser
=
$container
->
get
(
'file.mime_type.guesser'
);
Loading