public EntityType::getProvider()
Gets the name of the provider of this entity type.
Return value
string The name of the provider of this entity type.
Overrides EntityTypeInterface::getProvider
File
- core/lib/Drupal/Core/Entity/EntityType.php, line 394
Class
- EntityType
- Provides an implementation of an entity type and its metadata.
Namespace
Drupal\Core\Entity
Code
public function getProvider() { return $this->provider; }
Please login to continue.