Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
b8af90db
Commit
b8af90db
authored
Jan 26, 2016
by
alexpott
Browse files
Issue
#2650212
by felribeiro: FieldItemListInterface @see tags are circular
parent
6f239626
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/Field/FieldItemListInterface.php
View file @
b8af90db
...
@@ -102,28 +102,28 @@ public function filterEmptyItems();
...
@@ -102,28 +102,28 @@ public function filterEmptyItems();
/**
/**
* Magic method: Gets a property value of to the first field item.
* Magic method: Gets a property value of to the first field item.
*
*
* @see \Drupal\Core\Field\FieldItemInterface::__
g
et()
* @see \Drupal\Core\Field\FieldItemInterface::__
s
et()
*/
*/
public
function
__get
(
$property_name
);
public
function
__get
(
$property_name
);
/**
/**
* Magic method: Sets a property value of the first field item.
* Magic method: Sets a property value of the first field item.
*
*
* @see \Drupal\Core\Field\FieldItemInterface::__
s
et()
* @see \Drupal\Core\Field\FieldItemInterface::__
g
et()
*/
*/
public
function
__set
(
$property_name
,
$value
);
public
function
__set
(
$property_name
,
$value
);
/**
/**
* Magic method: Determines whether a property of the first field item is set.
* Magic method: Determines whether a property of the first field item is set.
*
*
* @see \Drupal\Core\Field\FieldItemInterface::__
is
set()
* @see \Drupal\Core\Field\FieldItemInterface::__
un
set()
*/
*/
public
function
__isset
(
$property_name
);
public
function
__isset
(
$property_name
);
/**
/**
* Magic method: Unsets a property of the first field item.
* Magic method: Unsets a property of the first field item.
*
*
* @see \Drupal\Core\Field\FieldItemInterface::__
un
set()
* @see \Drupal\Core\Field\FieldItemInterface::__
is
set()
*/
*/
public
function
__unset
(
$property_name
);
public
function
__unset
(
$property_name
);
...
...
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