interface ModelTypePlugin implements PluginInterface (View source)

A plugin that only applies to types generated by models

Methods

public
string
getIdentifier()

No description

public
void
apply(ModelType $type, Schema $schema, array $config = [])

No description

Details

string getIdentifier()

No description

Return Value

string

void apply(ModelType $type, Schema $schema, array $config = [])

No description

Parameters

ModelType $type
Schema $schema
array $config

Return Value

void