etp::make_content_type (public, deprecated)

 etp::make_content_type content_type pretty_name pretty_plural \
    attribute_metadata

Defined in packages/edit-this-page/tcl/etp-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Parameters:
content_type (required)
pretty_name (required)
pretty_plural (required)
attribute_metadata (required)
See Also:
  • define_content_type

Partial Call Graph (max 5 caller/called nodes):
%3 ad_log_deprecated ad_log_deprecated (public) etp::define_content_type etp::define_content_type (public) etp::make_content_type etp::make_content_type etp::make_content_type->ad_log_deprecated etp::make_content_type->etp::define_content_type

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc etp::make_content_type
        return [define_content_type $content_type $pretty_name $pretty_plural $attribute_metadata]
Generic XQL file:
packages/edit-this-page/tcl/etp-procs.xql

PostgreSQL XQL file:
packages/edit-this-page/tcl/etp-procs-postgresql.xql

Oracle XQL file:
packages/edit-this-page/tcl/etp-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: