Bachir Soussi Chiadmi 0fbb9c4610 all contrib module security updates done 3 years ago
..
entity_translation_i18n_menu 0fbb9c4610 all contrib module security updates done 3 years ago
entity_translation_upgrade 0fbb9c4610 all contrib module security updates done 3 years ago
includes 0fbb9c4610 all contrib module security updates done 3 years ago
plugins 0fbb9c4610 all contrib module security updates done 3 years ago
tests 0fbb9c4610 all contrib module security updates done 3 years ago
views 0fbb9c4610 all contrib module security updates done 3 years ago
CHANGELOG.txt 0fbb9c4610 all contrib module security updates done 3 years ago
LICENSE.txt 78adf3a099 first global commit 3 years ago
MAINTAINERS.txt 0fbb9c4610 all contrib module security updates done 3 years ago
README.txt 0fbb9c4610 all contrib module security updates done 3 years ago
entity-translation.css 78adf3a099 first global commit 3 years ago
entity_translation.admin.inc 0fbb9c4610 all contrib module security updates done 3 years ago
entity_translation.api.php 0fbb9c4610 all contrib module security updates done 3 years ago
entity_translation.info 0fbb9c4610 all contrib module security updates done 3 years ago
entity_translation.install 0fbb9c4610 all contrib module security updates done 3 years ago
entity_translation.migrate.inc 0fbb9c4610 all contrib module security updates done 3 years ago
entity_translation.module 0fbb9c4610 all contrib module security updates done 3 years ago
entity_translation.node-form.js 78adf3a099 first global commit 3 years ago
entity_translation.node.inc 0fbb9c4610 all contrib module security updates done 3 years ago
entity_translation.rules.inc 78adf3a099 first global commit 3 years ago
entity_translation.taxonomy.inc 0fbb9c4610 all contrib module security updates done 3 years ago

README.txt


-- SUMMARY --

Allows entities to be translated into different languages.

For a full description of the module, visit the project page:
http://drupal.org/project/entity_translation
To submit bug reports and feature suggestions, or to track changes:
http://drupal.org/project/issues/entity_translation


-- REQUIREMENTS --

None.


-- INSTALLATION --

* Install as usual, see http://drupal.org/node/70151 for further information.


-- CONFIGURATION --

* @todo


-- USAGE --

* @todo


-- DEVELOPERS --

--- PHP7 Compatibility detection ---

Use PHP Code Sniffer (via coder) with the PHPCompatibility sniffs installed.

* https://www.drupal.org/project/coder
* https://github.com/PHPCompatibility/PHPCompatibility

Once phpcs is installed, a simple way to add PHPCompatibility is:

* Run 'phpcs -i' to confirm the current recognised coding standards.
Assuming that PHPCompatibility is not already listed...

* Run 'phpcs --config-show' and take note of the "installed_paths" value.

* Run 'composer require phpcompatibility/php-compatibility'

* Establish the absolute /path/to/vendor/phpcompatibility/php-compatibility
which you should now have somewhere.

* Run 'phpcs --config-set installed_paths OLD,NEW' where OLD is the original
value, and NEW is the php-compatibility path.

* Run 'phpcs -i' to confirm that PHPCompatibility has been added to the list
of coding standards.

* Run 'phpcs --standard=PHPCompatibility ' to check


--- PHP7 Compatibility hints ---

func_get_args() should be placed at the beginning of a method or function,
before any modifications to the function's arguments take place. Its value
should be assigned to a locally scoped variable - usually named $args by
convention - to be used inside the function as needed. This is due to
changes in PHP 7.0 and onwards.
@see http://php.net/manual/en/function.func-get-args.php#refsect1-function.func-get-args-notes


-- CONTACT --

Current maintainers:
* Francesco Placella (plach) - http://drupal.org/user/183211
* Daniel F. Kudwien (sun) - http://drupal.org/user/54136
* Stefanos Petrakis (stefanos.petrakis) - https://www.drupal.org/u/stefanospetrakis