updated webform localization and phone, uuid, term_merge, spambot, performance

This commit is contained in:
Bachir Soussi Chiadmi
2016-11-05 17:14:57 +01:00
parent fdefc824d8
commit 0521608bb7
57 changed files with 3592 additions and 1629 deletions

View File

@@ -6,8 +6,7 @@
*/
/**
* Plugins are described by creating a $plugin array which will be used
* by the system that includes this file.
* CTools UUID entity context plugin definition.
*/
$plugin = array(
'title' => t("Entity: UUID"),
@@ -18,7 +17,12 @@ $plugin = array(
);
/**
* @todo document me properly
* Fetches the "child" information for a given parent entity.
*
* @todo document me properly.
*
* @return array
* The children.
*/
function uuid_entity_uuid_get_child($plugin, $parent, $child) {
$plugins = uuid_entity_uuid_get_children($plugin, $parent);
@@ -26,7 +30,12 @@ function uuid_entity_uuid_get_child($plugin, $parent, $child) {
}
/**
* @todo document me properly
* Fetches all children types for a given parent entity.
*
* @todo document me properly.
*
* @return array
* All the children.
*/
function uuid_entity_uuid_get_children($original_plugin, $parent) {
$entities = entity_get_info();