- date_views_plugin_pager::option_definition in core/
modules/ date/ views/ date_views_plugin_pager.inc - Tell Views what options this plugin can store.
- views_handler::option_definition in core/
modules/ views/ includes/ handlers.inc - Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
- views_object::set_default_options in core/
modules/ views/ includes/ base.inc - Set default options. For backward compatibility, it sends the options array; this is a feature that will likely disappear at some point.
- views_object::unpack_options in core/
modules/ views/ includes/ base.inc - Unpack options over our existing defaults, drilling down into arrays so that defaults don't get totally blown away.
- views_object::unpack_translatables in core/
modules/ views/ includes/ base.inc - Unpacks each handler to store translatable texts.
- views_plugin_cache_time::option_definition in core/
modules/ views/ plugins/ views_plugin_cache_time.inc - Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
- views_plugin_exposed_form::option_definition in core/
modules/ views/ plugins/ views_plugin_exposed_form.inc - Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
- views_plugin_pager_full::option_definition in core/
modules/ views/ plugins/ views_plugin_pager_full.inc - Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
- views_plugin_pager_none::option_definition in core/
modules/ views/ plugins/ views_plugin_pager_none.inc - Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
- views_plugin_pager_some::option_definition in core/
modules/ views/ plugins/ views_plugin_pager_some.inc - Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
- views_plugin_query_default::option_definition in core/
modules/ views/ plugins/ views_plugin_query_default.inc - Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
- views_plugin_row::option_definition in core/
modules/ views/ plugins/ views_plugin_row.inc - Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
- views_plugin_style::option_definition in core/
modules/ views/ plugins/ views_plugin_style.inc - Information about options for all kinds of purposes will be held here. @code 'option_name' => array(