function MenuLinkContent::preCreate
Overrides EntityBase::preCreate
File
-
core/
modules/ menu_link_content/ src/ Entity/ MenuLinkContent.php, line 196
Class
- MenuLinkContent
- Defines the menu link content entity class.
Namespace
Drupal\menu_link_content\EntityCode
public static function preCreate(EntityStorageInterface $storage, array &$values) {
$values += [
'bundle' => 'menu_link_content',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.