Domain Types

Component ID

1454580

Component name

Domain Types

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

1852

Component created

Component changed

Component body

Domain Types adds a configurable domain property (type) to all domains.

You can add types with hook_domain_types(). See domain_types.api.inc. There's no GUI for this, but module makers are invited to create it.

Features

  • Views support: list domains of certain types (domain_views.module required)
  • Context support: trigger a context based on the current domain's type

To do

  • Hierarchy (maybe belongs in a different module)