public function EntityMock::getEntityType in Hook Event Dispatcher 8
Get the entity type.
Return value
string Type.
File
- tests/
src/ Unit/ Preprocess/ Helpers/ EntityMock.php, line 53
Class
- EntityMock
- Class EntityMock.
Namespace
Drupal\Tests\hook_event_dispatcher\Unit\Preprocess\HelpersCode
public function getEntityType() {
return $this->type;
}