system.menu.workbench.yml |
config/install/system.menu.workbench.yml |
|
config/install/system.menu.workbench.yml |
views.view.workbench_current_user.yml |
config/optional/views.view.workbench_current_user.yml |
|
config/optional/views.view.workbench_current_user.yml |
views.view.workbench_edited.yml |
config/optional/views.view.workbench_edited.yml |
|
config/optional/views.view.workbench_edited.yml |
views.view.workbench_recent_content.yml |
config/optional/views.view.workbench_recent_content.yml |
|
config/optional/views.view.workbench_recent_content.yml |
workbench.api.php |
workbench.api.php |
|
API documentation file for Workbench. |
workbench.block.css |
css/workbench.block.css |
|
/**
* CSS for rendering the Workbench information block.
*/
div.workbench-info-block {
background: none repeat scroll 0 0 #FFFBD9;
list-style: none outside;
padding: 0.25em 0.5em 0.25em 0.5em;
margin: 0;
border-color: #FFEBC5;
… |
workbench.config_translation.yml |
workbench.config_translation.yml |
|
workbench.config_translation.yml |
workbench.info.yml |
workbench.info.yml |
|
workbench.info.yml |
workbench.install |
workbench.install |
|
Uninstall config. |
workbench.libraries.yml |
workbench.libraries.yml |
|
workbench.libraries.yml |
workbench.links.menu.yml |
workbench.links.menu.yml |
|
workbench.links.menu.yml |
workbench.module |
workbench.module |
|
Workbench module file. |
workbench.my-workbench.css |
css/workbench.my-workbench.css |
|
/**
* CSS for the my-workbench page.
*/
div.admin.my-workbench .workbench-left {
width: 35%;
float: left;
}
div.admin.my-workbench .workbench-right {
width: 65%;
float: right;
}
div.admin.my-workbench .workbench-full {
width: 100%;
… |
workbench.permissions.yml |
workbench.permissions.yml |
|
workbench.permissions.yml |
workbench.routing.yml |
workbench.routing.yml |
|
workbench.routing.yml |
workbench.schema.yml |
config/schema/workbench.schema.yml |
|
config/schema/workbench.schema.yml |
workbench.settings.yml |
config/install/workbench.settings.yml |
|
config/install/workbench.settings.yml |
workbench.toolbar.css |
css/workbench.toolbar.css |
|
/**
* CSS for displaying an icon on the Workbench toolbar tab.
*
* Each of the toolbar tray items uses the same icon as the toolbar tab, but
* they're broken out so that this is ready to add a custom icon for each.
*/
/**
* Toolbar item:… |
WorkbenchBlock.php |
src/Plugin/Block/WorkbenchBlock.php |
Drupal\workbench\Plugin\Block |
|
WorkbenchContentController.php |
src/Controller/WorkbenchContentController.php |
Drupal\workbench\Controller |
|
WorkbenchSettingsForm.php |
src/Form/WorkbenchSettingsForm.php |
Drupal\workbench\Form |
Settings form for Workbench module. |
WorkbenchToolbar.php |
src/Render/Element/WorkbenchToolbar.php |
Drupal\workbench\Render\Element |
|