Index of all elements
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ _ ]
top
c
- $children
- in file group.php, variable Group::$children
- $child_data
- in file elastic.php, variable Elastic::$child_data
An array of child theme data obtained through get_theme_data().
- $classes
- in file module.php, variable Module::$classes
- $context
- in file elastic.php, variable Elastic::$context
An array containing the context of a page.
- content.php
- procedural page content.php
- Content
- in file content.php, class Content
A basic module with the id 'content'.
top
top
e
- Elastic
- in file elastic.php, class Elastic
Handles internal framework operation. Do not access directly. Instead, use elastic_get() and elastic_set().
- elastic.php
- procedural page elastic.php
- elastic_apply_atomic
- in file elastic.php, function elastic_apply_atomic()
Calls apply_filters() at all context levels.
- elastic_apply_atomic_specific
- in file elastic.php, function elastic_apply_atomic_specific()
Calls apply_filters() at the most specific atomic level with a registered action.
- elastic_do_atomic
- in file elastic.php, function elastic_do_atomic()
Calls do_action() at all context levels.
- elastic_do_atomic_specific
- in file elastic.php, function elastic_do_atomic_specific()
Calls do_action() at the most specific atomic level with a registered action.
- elastic_format_hook
- in file elastic.php, function elastic_format_hook()
Returns a formatted hook title.
- elastic_get
- in file elastic.php, function elastic_get()
Gets data within the global Elastic instance ($elastic).
- elastic_get_path
- in file elastic.php, function elastic_get_path()
Returns a path within the Elastic framework.
- elastic_module_format_hook
- in file elastic.php, function elastic_module_format_hook()
Returns a formatted hook title with the module prefix.
- elastic_set
- in file elastic.php, function elastic_set()
Sets data within the global Elastic instance ($elastic).
top
top
g
- group.php
- procedural page group.php
- get_module
- in file module.php, method Module::get_module()
Get a module by id.
- get_modules
- in file module.php, method Module::get_modules()
Function that provides a framework for searching all modules based on a slug and a callback.
- get_modules_by_type
- in file module.php, method Module::get_modules_by_type()
Get a module by type.
- Group
- in file group.php, class Group
Groups contain multiple modules, and render only those modules.
top
top
top
top
m
- $module_prefix
- in file elastic.php, variable Elastic::$module_prefix
Contains the prefix used for all Modules. Default 'module_'.
- $module_types
- in file elastic.php, variable Elastic::$module_types
An array of module names.
- module.php
- procedural page module.php
- Module
- in file module.php, class Module
The basic unit of a theme.
top
top
p
- $path
- in file elastic.php, variable Elastic::$path
Contains an array of relative paths. Access paths through elastic_get_path().
- $prefix
- in file elastic.php, variable Elastic::$prefix
Contains the prefix used for most Elastic hooks and ids. Default 'elastic_'.
top
r
- remove_class
- in file module.php, method Module::remove_class()
- remove_view
- in file group.php, method Group::remove_view()
Override remove_view. Groups have only one view.
- remove_view
- in file module.php, method Module::remove_view()
Removes any view associated with a provided context.
- run
- in file selection.php, method Selection::run()
Override run. Selections cannot be rendered.
- run
- in file module.php, method Module::run()
Calls the hooks and generates the output.
top
s
- selection.php
- procedural page selection.php
- sidebar.php
- procedural page sidebar.php
- Selection
- in file selection.php, class Selection
A Selection is an anonymous Group meant for manipulating modules.
- set_view
- in file module.php, method Module::set_view()
Binds a callback to a view. At any time, only one callback will be bound to a view.
- set_view
- in file group.php, method Group::set_view()
Override set_view. Groups have only one view.
- Sidebar
- in file sidebar.php, class Sidebar
A module that registers a widgetized sidebar.
top
t
- $theme_data
- in file elastic.php, variable Elastic::$theme_data
An array of theme data obtained through get_theme_data().
- $type
- in file module.php, variable Module::$type
top
top
|
|