Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
extra_field
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
extra_field
Merge requests
!23
Issue
#3498750
by duaelfr: Remove deprecated code before 3.0.0 release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3498750
by duaelfr: Remove deprecated code before 3.0.0 release
issue/extra_field-3498750:3498750-remove-deprecated-code
into
3.0.x
Overview
0
Commits
1
Pipelines
4
Changes
1
Merged
Edouard Cunibil
requested to merge
issue/extra_field-3498750:3498750-remove-deprecated-code
into
3.0.x
5 months ago
Overview
0
Commits
1
Pipelines
4
Changes
1
Expand
Closes
#3498750
0
0
Merge request reports
Compare
3.0.x
version 2
e5c8dcee
4 months ago
version 1
e5c8dcee
5 months ago
3.0.x (base)
and
latest version
latest version
1a4b408e
1 commit,
4 months ago
version 2
e5c8dcee
1 commit,
4 months ago
version 1
e5c8dcee
1 commit,
5 months ago
1 file
+
0
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Plugin/ExtraFieldDisplayManagerInterface.php
+
0
−
15
Options
@@ -10,21 +10,6 @@ use Drupal\Core\Entity\Display\EntityViewDisplayInterface;
*/
interface
ExtraFieldDisplayManagerInterface
{
/**
* Exposes the ExtraFieldDisplay plugins to hook_entity_extra_field_info().
*
* @return array
* The array structure is identical to that of the return value of
* \Drupal\Core\Entity\EntityFieldManagerInterface::getExtraFields().
*
* @see hook_entity_extra_field_info()
*
* @deprecated in extra_field:8.x-2.0 and is removed from extra_field:3.0.0.
* Use ExtraFieldManagerBaseInterface::fieldInfo instead.
* @see https://www.drupal.org/node/3071507
*/
public
function
fieldInfo
();
/**
* Clears locally cached data.
*/
Loading