EntityCloneForm::$currentUser |
property |
src/Form/EntityCloneForm.php |
The current user. |
EntityCloneForm::$entity |
property |
src/Form/EntityCloneForm.php |
The entity ready to clone. |
EntityCloneForm::$entityCloneSettingsManager |
property |
src/Form/EntityCloneForm.php |
The entity clone settings manager service. |
EntityCloneForm::$entityTypeDefinition |
property |
src/Form/EntityCloneForm.php |
The entity type définition. |
EntityCloneForm::$entityTypeManager |
property |
src/Form/EntityCloneForm.php |
The entity type manager. |
EntityCloneForm::$eventDispatcher |
property |
src/Form/EntityCloneForm.php |
Event dispatcher service. |
EntityCloneForm::$messenger |
property |
src/Form/EntityCloneForm.php |
The messenger service. |
EntityCloneForm::$serviceProvider |
property |
src/Form/EntityCloneForm.php |
The Service Provider that verifies if entity has ownership. |
EntityCloneForm::$stringTranslationManager |
property |
src/Form/EntityCloneForm.php |
The string translation manager. |
EntityCloneForm::buildForm |
function |
src/Form/EntityCloneForm.php |
|
EntityCloneForm::cancelForm |
function |
src/Form/EntityCloneForm.php |
Cancel form handler. |
EntityCloneForm::create |
function |
src/Form/EntityCloneForm.php |
|
EntityCloneForm::formSetRedirect |
function |
src/Form/EntityCloneForm.php |
Sets a redirect on form state. |
EntityCloneForm::getEntity |
function |
src/Form/EntityCloneForm.php |
Gets the entity of this form. |
EntityCloneForm::getFormId |
function |
src/Form/EntityCloneForm.php |
|
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. |