Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
services
T
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
647201af
Commit
647201af
authored
Aug 16, 2017
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes one obsolete function
parent
6df8fbf1
Pipeline
#1962
passed with stages
in 1 minute and 27 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/Version.php
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/Version.php
+1
-11
No files found.
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/Version.php
View file @
647201af
...
...
@@ -1241,19 +1241,9 @@ class Version extends \T3o\TerFe2\Domain\Model\AbstractEntity
$supportedTypo3Versions
=
[];
foreach
(
$typo3Versions
as
$label
=>
$mainVersion
)
{
$supportedTypo3Versions
[
$label
]
=
$this
->
is
Support
edBy
Typo3Version
(
$mainVersion
);
$supportedTypo3Versions
[
$label
]
=
\
T3o\TerFe2\Utility\Version
::
doesExtensionVersion
SupportTypo3Version
(
$this
,
$mainVersion
);
}
return
$supportedTypo3Versions
;
}
/**
* @param int $mainVersion
* @return bool
*/
public
function
isSupportedByTypo3Version
(
int
$mainVersion
):
bool
{
return
\
T3o\TerFe2\Utility\Version
::
doesExtensionVersionSupportTypo3Version
(
$this
,
$mainVersion
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment