bean.api.php |
bean.api.php |
|
|
bean.core.inc |
includes/bean.core.inc |
|
Bean classes and plugin interface |
bean.inc |
plugins/entity/bean.inc |
|
|
bean.info |
bean.info |
|
name = Bean
description = Create Bean (Block Entities)
core = 7.x
package = Bean
; These modules are required.
dependencies[] = ctools
dependencies[] = entity
files[] = includes/bean.core.inc
files[] = includes/bean.info.inc
files[] =… |
bean.info.inc |
includes/bean.info.inc |
|
Provides Entity metadata integration. |
bean.inline_entity_form.inc |
includes/bean.inline_entity_form.inc |
|
Defines the inline entity form controller for Nodes. |
bean.install |
bean.install |
|
Bean installation routines |
bean.module |
bean.module |
|
Block Entity |
bean.pages.inc |
includes/bean.pages.inc |
|
Bean Functions |
bean.services.inc |
bean.services.inc |
|
Contains callbacks for service resource manipulation. |
bean.tpl.php |
bean.tpl.php |
|
Default theme implementation for beans. |
bean.views.inc |
views/bean.views.inc |
|
Alter view data for bean block entity. |
bean.views_default.inc |
views/bean.views_default.inc |
|
View for the default bean block list in admin UI. |
BeanCustom.class.php |
bean_admin_ui/plugins/BeanCustom.class.php |
|
Bean ctools plugin |
BeanDefault.class.php |
plugins/BeanDefault.class.php |
|
Default Plugin Class |
BeanPlugin.class.php |
plugins/BeanPlugin.class.php |
|
Base Plugin Class |
BeanSetup.test |
tests/BeanSetup.test |
|
Tests for block.module. |
BeanTestPlugins.test |
tests/BeanTestPlugins.test |
|
A class for testing the plugin API. |
BeanTests.test |
tests/BeanTests.test |
|
Misc tests. |
BeanUnitTests.test |
tests/BeanUnitTests.test |
|
Some unit-like tests. |
bean_admin_ui.admin.inc |
bean_admin_ui/bean_admin_ui.admin.inc |
|
Bean Admin Page |
bean_admin_ui.info |
bean_admin_ui/bean_admin_ui.info |
|
name = Bean Admin UI
description = Add the ability to create Block Types in the UI
core = 7.x
files[] = bean_admin_ui.module
dependencies[] = bean
files[] = plugins/BeanCustom.class.php
configure = admin/structure/block-types
package = Bean |
bean_admin_ui.install |
bean_admin_ui/bean_admin_ui.install |
|
Install files |
bean_admin_ui.module |
bean_admin_ui/bean_admin_ui.module |
|
|
bean_entitycache.core.inc |
bean_entitycache/includes/bean_entitycache.core.inc |
|
|
bean_entitycache.info |
bean_entitycache/bean_entitycache.info |
|
name = "Bean - Entitycache"
description = "Integrates the Bean module with the Entitycache module"
core = 7.x
package = Performance and scalability
files[] = includes/bean_entitycache.core.inc
dependencies[] =… |
bean_entitycache.install |
bean_entitycache/bean_entitycache.install |
|
Install functions for the Bean Entity cache module. |
bean_entitycache.module |
bean_entitycache/bean_entitycache.module |
|
The Bean Entity cache module. |
bean_test.info |
tests/bean_test.info |
|
name = Bean Test
description = Creates test plugins for bean
core = 7.x
dependencies[] = bean
files[] = bean_test.module
hidden = TRUE |
bean_test.module |
tests/bean_test.module |
|
Primary hook implementations for the Bean Test module. |
bean_usage.forms.inc |
bean_usage/includes/bean_usage.forms.inc |
|
|
bean_usage.info |
bean_usage/bean_usage.info |
|
name = Bean Usage
description = View Bean (Block Entities) Usage
core = 7.x
dependencies[] = bean
dependencies[] = blockreference
package = Bean |
bean_usage.module |
bean_usage/bean_usage.module |
|
Bean Admin Functions and Display |
bean_uuid.info |
bean_uuid/bean_uuid.info |
|
name = Bean UUID
description = Allow deploying bean blocks through Deploy and UUID modules.
core = 7.x
dependencies[] = bean
dependencies[] = uuid
package = Bean |
bean_uuid.install |
bean_uuid/bean_uuid.install |
|
Bean UUID installation and schema hooks. |
bean_uuid.module |
bean_uuid/bean_uuid.module |
|
Implement UUID/Entity hooks for integrating with deploy and other modules. |
CHANGELOG.txt |
CHANGELOG.txt |
|
Current API VERSION: 5.
Bean 7.x-1.x-dev, xxxx-xx-xx
----------------------------
Bean 7.x-1.13, 2018-08-09
----------------------------
#2843416 by jordanclague: Undefined index for title and label when no beans in use
#2857677 by badjava,… |
features.inc |
bean_admin_ui/includes/features.inc |
|
Features module hooks |
PanelizerEntityBean.class.php |
plugins/entity/PanelizerEntityBean.class.php |
|
Class for the Panelizer bean entity plugin. |
README.txt |
README.txt |
|
Bean (Bean Entities Aren't Nodes)
==================================
The bean module was created to have the flexibility of
Block Nodes without adding to the node space.
Bean Types
----------
A Bean Type (or Block Type) is a bundle of beans… |
translation.handler.bean.inc |
includes/translation.handler.bean.inc |
|
Bean translation handler for the translation module. |
views_handler_field_bean_delete_link.inc |
views/views_handler_field_bean_delete_link.inc |
|
Definition of views_handler_field_node_link. |
views_handler_field_bean_edit_link.inc |
views/views_handler_field_bean_edit_link.inc |
|
Definition of views_handler_field_node_link. |
views_handler_field_bean_operations.inc |
views/views_handler_field_bean_operations.inc |
|
Definition of views_handler_field_bean_operations. |
views_handler_field_bean_type.inc |
views/views_handler_field_bean_type.inc |
|
Field handler to present a type of bean. |
views_handler_filter_bean_type.inc |
views/views_handler_filter_bean_type.inc |
|
|