Issue #3108081 by tstoeckler, longwave: Return type for EntityTypeInterface::getFormClass() is incorrect
parent
a7f702a2a5
commit
d0d8e87b62
|
@ -228,8 +228,9 @@ interface EntityTypeInterface extends PluginDefinitionInterface {
|
||||||
* @param string $operation
|
* @param string $operation
|
||||||
* The name of the operation to use, e.g., 'default'.
|
* The name of the operation to use, e.g., 'default'.
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string|null
|
||||||
* The class for this operation's form for this entity type.
|
* The class for this operation's form for this entity type or NULL if the
|
||||||
|
* entity type does not have a form class for this operation.
|
||||||
*
|
*
|
||||||
* @see \Drupal\Core\Entity\EntityFormBuilderInterface
|
* @see \Drupal\Core\Entity\EntityFormBuilderInterface
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue