protected function MenuLinkFieldItemList::computeValue in Token 8
Computes the values for an item list.
Overrides ComputedItemListTrait::computeValue
File
- src/
MenuLinkFieldItemList.php, line 20
Class
- MenuLinkFieldItemList
- Defines a menu link list class for storen menu link information.
Namespace
Drupal\tokenCode
protected function computeValue() {
// This field does not really compute anything, it is used to store
// the referenced menu link.
return NULL;
}