| EntityCloneForm::submitForm |
function |
src/Form/EntityCloneForm.php |
|
| EntityCloneForm::validateForm |
function |
src/Form/EntityCloneForm.php |
|
| EntityCloneForm::__construct |
function |
src/Form/EntityCloneForm.php |
Constructs a new Entity Clone form. |
| EntityCloneFormInterface |
interface |
src/EntityClone/EntityCloneFormInterface.php |
Defines a common interface for all entity clone form objects. |
| EntityCloneFormInterface.php |
file |
src/EntityClone/EntityCloneFormInterface.php |
|
| EntityCloneFormInterface::formElement |
function |
src/EntityClone/EntityCloneFormInterface.php |
Get all specific form element. |
| EntityCloneFormInterface::getValues |
function |
src/EntityClone/EntityCloneFormInterface.php |
Get all new values provided by the specific form element. |
| EntityCloneImageStyleTest |
class |
tests/src/Functional/EntityCloneImageStyleTest.php |
Create an image style and test a clone. |
| EntityCloneImageStyleTest.php |
file |
tests/src/Functional/EntityCloneImageStyleTest.php |
|
| EntityCloneImageStyleTest::$adminUser |
property |
tests/src/Functional/EntityCloneImageStyleTest.php |
An administrative user with permission to configure image styles settings. |
| EntityCloneImageStyleTest::$defaultTheme |
property |
tests/src/Functional/EntityCloneImageStyleTest.php |
Theme to enable by default. |
| EntityCloneImageStyleTest::$modules |
property |
tests/src/Functional/EntityCloneImageStyleTest.php |
Modules to enable. |
| EntityCloneImageStyleTest::$permissions |
property |
tests/src/Functional/EntityCloneImageStyleTest.php |
Permissions to grant admin user. |
| EntityCloneImageStyleTest::setUp |
function |
tests/src/Functional/EntityCloneImageStyleTest.php |
Sets the test up. |
| EntityCloneImageStyleTest::testImageStyleEntityClone |
function |
tests/src/Functional/EntityCloneImageStyleTest.php |
Test image style entity clone. |
| EntityCloneInterface |
interface |
src/EntityClone/EntityCloneInterface.php |
Defines a common interface for all entity clone objects. |
| EntityCloneInterface.php |
file |
src/EntityClone/EntityCloneInterface.php |
|
| EntityCloneInterface::cloneEntity |
function |
src/EntityClone/EntityCloneInterface.php |
Clone an entity. |
| EntityCloneLanguageTest |
class |
tests/src/Functional/EntityCloneLanguageTest.php |
Create an language and test a clone. |
| EntityCloneLanguageTest.php |
file |
tests/src/Functional/EntityCloneLanguageTest.php |
|
| EntityCloneLanguageTest::$adminUser |
property |
tests/src/Functional/EntityCloneLanguageTest.php |
An administrative user with permission to configure languages settings. |
| EntityCloneLanguageTest::$defaultTheme |
property |
tests/src/Functional/EntityCloneLanguageTest.php |
Theme to enable by default. |
| EntityCloneLanguageTest::$modules |
property |
tests/src/Functional/EntityCloneLanguageTest.php |
Modules to enable. |
| EntityCloneLanguageTest::$permissions |
property |
tests/src/Functional/EntityCloneLanguageTest.php |
Permissions to grant admin user. |
| EntityCloneLanguageTest::setUp |
function |
tests/src/Functional/EntityCloneLanguageTest.php |
Sets the test up. |
| EntityCloneLanguageTest::testLanguageEntityClone |
function |
tests/src/Functional/EntityCloneLanguageTest.php |
Test language entity clone. |
| EntityCloneMenuTest |
class |
tests/src/Functional/EntityCloneMenuTest.php |
Create a menu and test a clone. |
| EntityCloneMenuTest.php |
file |
tests/src/Functional/EntityCloneMenuTest.php |
|
| EntityCloneMenuTest::$adminUser |
property |
tests/src/Functional/EntityCloneMenuTest.php |
An administrative user with permission to configure menus settings. |
| EntityCloneMenuTest::$defaultTheme |
property |
tests/src/Functional/EntityCloneMenuTest.php |
Theme to enable by default. |
| EntityCloneMenuTest::$modules |
property |
tests/src/Functional/EntityCloneMenuTest.php |
Modules to enable. |
| EntityCloneMenuTest::$permissions |
property |
tests/src/Functional/EntityCloneMenuTest.php |
Permissions to grant admin user. |
| EntityCloneMenuTest::setUp |
function |
tests/src/Functional/EntityCloneMenuTest.php |
Sets the test up. |
| EntityCloneMenuTest::testMenuEntityClone |
function |
tests/src/Functional/EntityCloneMenuTest.php |
Test menu entity clone. |
| EntityCloneParagraphTest |
class |
tests/src/Functional/EntityCloneParagraphTest.php |
Create a content with a paragraph and test a clone. |
| EntityCloneParagraphTest.php |
file |
tests/src/Functional/EntityCloneParagraphTest.php |
|
| EntityCloneParagraphTest::$adminUser |
property |
tests/src/Functional/EntityCloneParagraphTest.php |
A user with permission to bypass content access checks. |
| EntityCloneParagraphTest::$defaultTheme |
property |
tests/src/Functional/EntityCloneParagraphTest.php |
Theme to enable by default. |
| EntityCloneParagraphTest::$modules |
property |
tests/src/Functional/EntityCloneParagraphTest.php |
Modules to enable. |
| EntityCloneParagraphTest::$permissions |
property |
tests/src/Functional/EntityCloneParagraphTest.php |
Permissions to grant admin user. |
| EntityCloneParagraphTest::$profile |
property |
tests/src/Functional/EntityCloneParagraphTest.php |
Profile to install. |
| EntityCloneParagraphTest::$strictConfigSchema |
property |
tests/src/Functional/EntityCloneParagraphTest.php |
|
| EntityCloneParagraphTest::setUp |
function |
tests/src/Functional/EntityCloneParagraphTest.php |
Sets the test up. |
| EntityCloneParagraphTest::testParagraphClone |
function |
tests/src/Functional/EntityCloneParagraphTest.php |
Tests cloning of paragraph entities. |
| EntityClonePermissions |
class |
src/EntityClonePermissions.php |
Provides dynamic permissions of the entity_clone module. |
| EntityClonePermissions.php |
file |
src/EntityClonePermissions.php |
|
| EntityClonePermissions::$entityTypeManager |
property |
src/EntityClonePermissions.php |
The entoty type manager. |
| EntityClonePermissions::$serviceProvider |
property |
src/EntityClonePermissions.php |
The Service Provider that verifies if entity has ownership. |
| EntityClonePermissions::$translationManager |
property |
src/EntityClonePermissions.php |
The string translation manager. |
| EntityClonePermissions::create |
function |
src/EntityClonePermissions.php |
|