You are here

public function SchedulerPluginInterface::typeFieldName in Scheduler 2.x

Get the name of the "type" field for the entity.

Return value

string The name of the type/bundle field for this entity type.

1 method overrides SchedulerPluginInterface::typeFieldName()
SchedulerPluginBase::typeFieldName in src/SchedulerPluginBase.php
Get the name of the "type" field for the entity.

File

src/SchedulerPluginInterface.php, line 40

Class

SchedulerPluginInterface
Interface for Scheduler entity plugin definition.

Namespace

Drupal\scheduler

Code

public function typeFieldName();