W3cubDocs

/Drupal 8

public function EntityTypeInterface::setFormClass

public EntityTypeInterface::setFormClass($operation, $class)

Sets a form class for a specific operation.

Parameters

string $operation: The operation to use this form class for.

string $class: The form class implementing \Drupal\Core\Entity\EntityFormInterface.

Return value

$this

See also

\Drupal\Core\Entity\EntityFormBuilderInterface

File

core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 258

Class

EntityTypeInterface
Provides an interface for an entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

public function setFormClass($operation, $class);

© 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!Entity!EntityTypeInterface.php/function/EntityTypeInterface::setFormClass/8.1.x