public DataDefinitionInterface::getClass()
Returns the class used for creating the typed data object.
If not specified, the default class of the data type will be returned.
Return value
string The class used for creating the typed data object.
File
- core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php, line 124
Class
- DataDefinitionInterface
- Interface for data definitions.
Namespace
Drupal\Core\TypedData
Code
public function getClass();
Please login to continue.