Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3485117
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
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
drupal-3485117
Commits
8b95430c
Commit
8b95430c
authored
10 years ago
by
Jennifer Hodgdon
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2281419
by t0xicCode, joshi.rohit100, SiliconMind: Fix up docs for...
Issue
#2281419
by t0xicCode, joshi.rohit100, SiliconMind: Fix up docs for FieldItemInterface methods
parent
f742b6fa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/lib/Drupal/Core/Field/FieldItemInterface.php
+6
-6
6 additions, 6 deletions
core/lib/Drupal/Core/Field/FieldItemInterface.php
with
6 additions
and
6 deletions
core/lib/Drupal/Core/Field/FieldItemInterface.php
+
6
−
6
View file @
8b95430c
...
...
@@ -176,24 +176,24 @@ public function view($display_options = array());
/**
* Defines custom presave behavior for field values.
*
* This method is called before
either
insert()
or
update() methods, and
*
before
values are written into storage.
* This method is called before insert()
and
update() methods, and
before
* values are written into storage.
*/
public
function
preSave
();
/**
* Defines custom insert behavior for field values.
*
* This method is called
after the save() method, and before values are
* written into storage.
* This method is called
during the process of inserting an entity, just
*
before values are
written into storage.
*/
public
function
insert
();
/**
* Defines custom update behavior for field values.
*
* This method is called
after the save() method, and before values a
re
* written into storage.
* This method is called
during the process of updating an entity, just befo
re
*
values are
written into storage.
*/
public
function
update
();
...
...
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