Method |
Description |
|
admin_add ( string $typeAlias = 'node' ) : void |
Admin add |
|
admin_add_meta ( ) : void |
Admin add meta |
|
admin_create ( ) : void |
Admin create |
|
admin_delete ( integer $id = null ) : void |
Admin delete |
|
admin_delete_meta ( integer $id = null ) : void |
Admin delete meta |
|
admin_edit ( integer $id = null ) : void |
Admin edit |
|
admin_hierarchy ( ) : void |
Display node hierarchy scoped on Content type |
|
admin_index ( ) : void |
Admin index |
|
admin_movedown ( integer $id, integer $step = 1 ) |
Move a node down when scoped to Content type |
|
admin_moveup ( integer $id, integer $step = 1 ) : void |
Move a node up when scoped to Content type |
|
admin_process ( ) : void |
Admin process |
|
admin_toggle ( string $id = null, integer $status = null ) : void |
Toggle Node status |
|
admin_update_paths ( ) : void |
Admin update paths |
|
afterConstruct ( ) |
afterConstruct |
|
beforeFilter ( ) : void |
beforeFilter |
|
index ( ) : void |
Index |
|
promoted ( ) : void |
Promoted |
|
search ( string $typeAlias = null ) : void |
Search |
|
term ( ) : void |
Term |
|
view ( integer $id = null ) : void |
View |
|