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
project
drupal
Commits
374f838e
Commit
374f838e
authored
Feb 28, 2015
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2343483
by andypost, yched: Doc cleanup after FieldConfig
parent
46ff3d51
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
+1
-1
core/lib/Drupal/Core/Field/FieldConfigBase.php
core/lib/Drupal/Core/Field/FieldConfigBase.php
+1
-1
No files found.
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
View file @
374f838e
...
...
@@ -130,7 +130,7 @@ public function purgeFieldData(FieldDefinitionInterface $field_definition, $batc
* Reads values to be purged for a single field.
*
* This method is called during field data purge, on fields for which
* onFieldDe
lete() or onField
Delete() has previously run.
* onFieldDe
finition
Delete() has previously run.
*
* @param \Drupal\Core\Field\FieldDefinitionInterface $field_definition
* The field definition.
...
...
core/lib/Drupal/Core/Field/FieldConfigBase.php
View file @
374f838e
...
...
@@ -31,7 +31,7 @@ abstract class FieldConfigBase extends ConfigEntityBase implements FieldConfigIn
public
$id
;
/**
* The
name of the field attached to the bundle by this
field.
* The field
name
.
*
* @var string
*/
...
...
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