W3cubDocs

/Drupal 8

public function MenuLinkInterface::getFormClass

public MenuLinkInterface::getFormClass()

Returns the name of a class that can build an editing form for this link.

To instantiate the form class, use an instance of the \Drupal\Core\DependencyInjection\ClassResolverInterface, such as from the class_resolver service. Then call the setMenuLinkInstance() method on the form instance with the menu link plugin instance.

@todo Add a code example. https://www.drupal.org/node/2302849

Return value

string A class that implements \Drupal\Core\Menu\Form\MenuLinkFormInterface.

File

core/lib/Drupal/Core/Menu/MenuLinkInterface.php, line 198

Class

MenuLinkInterface
Defines an interface for classes providing a type of menu link.

Namespace

Drupal\Core\Menu

Code

public function getFormClass();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Menu!MenuLinkInterface.php/function/MenuLinkInterface::getFormClass/8.1.x