IsTranslatable
trait IsTranslatable (View source)
Properties
$translatedAttributes |
Methods
bool
isTranslatable(null|array|string $columns = null)
Checks if this model is translatable.
Details
bool
isTranslatable(null|array|string $columns = null)
Checks if this model is translatable.
If no columns/column is provided it will return true if the model itself is translatable.