Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
paragraphs-3472388
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
paragraphs-3472388
Commits
6a75a614
Commit
6a75a614
authored
2 years ago
by
Kristiyan Nikolov
Committed by
Sascha Grossenbacher
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3114396
by tstoeckler, kris_nikolov: Fix some return type documentation
parent
d9d1aaa0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/ParagraphInterface.php
+1
-1
1 addition, 1 deletion
src/ParagraphInterface.php
src/ParagraphsTypeInterface.php
+2
-2
2 additions, 2 deletions
src/ParagraphsTypeInterface.php
with
3 additions
and
3 deletions
src/ParagraphInterface.php
+
1
−
1
View file @
6a75a614
...
...
@@ -18,7 +18,7 @@ interface ParagraphInterface extends ContentEntityInterface, EntityOwnerInterfac
*
* Preserves language context with translated entities.
*
* @return ContentEntityInterface
* @return
\Drupal\Core\Entity\
ContentEntityInterface
|null
* The parent entity.
*/
public
function
getParentEntity
();
...
...
This diff is collapsed.
Click to expand it.
src/ParagraphsTypeInterface.php
+
2
−
2
View file @
6a75a614
...
...
@@ -46,7 +46,7 @@ interface ParagraphsTypeInterface extends ConfigEntityInterface {
/**
* Returns the icon file entity.
*
* @return \Drupal\file\FileInterface|
bool
* @return \Drupal\file\FileInterface|
false
* The icon's file entity or FALSE if icon does not exist.
*/
public
function
getIconFile
();
...
...
@@ -54,7 +54,7 @@ interface ParagraphsTypeInterface extends ConfigEntityInterface {
/**
* Returns the icon's URL.
*
* @return string|
bool
* @return string|
false
* The icon's URL or FALSE if icon does not exits.
*/
public
function
getIconUrl
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment