You are here

public function SchedulerPluginBase::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.

Overrides SchedulerPluginInterface::typeFieldName

File

src/SchedulerPluginBase.php, line 60

Class

SchedulerPluginBase
Base class for scheduler plugins.

Namespace

Drupal\scheduler

Code

public function typeFieldName() {
  return $this->pluginDefinition['typeFieldName'];
}