trait IsTranslatable (View source)

Methods

bool
isTranslatable(array|string|null $columns = null)

Checks if this model is translatable.

Details

bool isTranslatable(array|string|null $columns = null)

Checks if this model is translatable.

Parameters

array|string|null $columns

Optionally limit the check to a set of columns.

Return Value

bool