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);
Please login to continue.