| SwitchUserBlock::$userStorage |
property |
src/Plugin/Block/SwitchUserBlock.php |
The user storage. |
| SwitchUserBlock::blockAccess |
function |
src/Plugin/Block/SwitchUserBlock.php |
Indicates whether the block should be shown. |
| SwitchUserBlock::blockForm |
function |
src/Plugin/Block/SwitchUserBlock.php |
|
| SwitchUserBlock::blockSubmit |
function |
src/Plugin/Block/SwitchUserBlock.php |
|
| SwitchUserBlock::build |
function |
src/Plugin/Block/SwitchUserBlock.php |
Builds and returns the renderable array for this block plugin. |
| SwitchUserBlock::buildUserList |
function |
src/Plugin/Block/SwitchUserBlock.php |
Builds the user listing as renderable array. |
| SwitchUserBlock::create |
function |
src/Plugin/Block/SwitchUserBlock.php |
Creates an instance of the plugin. |
| SwitchUserBlock::defaultConfiguration |
function |
src/Plugin/Block/SwitchUserBlock.php |
|
| SwitchUserBlock::getCacheMaxAge |
function |
src/Plugin/Block/SwitchUserBlock.php |
|
| SwitchUserBlock::getUsers |
function |
src/Plugin/Block/SwitchUserBlock.php |
Provides the list of accounts that can be used for the user switch. |
| SwitchUserBlock::sortUserList |
function |
src/Plugin/Block/SwitchUserBlock.php |
Helper callback for uasort() to sort accounts by last access. |
| SwitchUserBlock::__construct |
function |
src/Plugin/Block/SwitchUserBlock.php |
Constructs a new SwitchUserBlock object. |
| SwitchUserController |
class |
src/Controller/SwitchUserController.php |
Controller for switch to another user account. |
| SwitchUserController.php |
file |
src/Controller/SwitchUserController.php |
|
| SwitchUserController::$account |
property |
src/Controller/SwitchUserController.php |
The current user. |
| SwitchUserController::$session |
property |
src/Controller/SwitchUserController.php |
The session. |
| SwitchUserController::$sessionManager |
property |
src/Controller/SwitchUserController.php |
The session manager service. |
| SwitchUserController::$userStorage |
property |
src/Controller/SwitchUserController.php |
The user storage. |
| SwitchUserController::create |
function |
src/Controller/SwitchUserController.php |
Instantiates a new instance of this class. |
| SwitchUserController::switchUser |
function |
src/Controller/SwitchUserController.php |
Switches to a different user. |
| SwitchUserController::__construct |
function |
src/Controller/SwitchUserController.php |
Constructs a new SwitchUserController object. |
| SwitchUserForm |
class |
src/Form/SwitchUserForm.php |
Define a form to allow the user to switch and become another user. |
| SwitchUserForm.php |
file |
src/Form/SwitchUserForm.php |
|
| SwitchUserForm::$csrfToken |
property |
src/Form/SwitchUserForm.php |
The csrf token generator. |
| SwitchUserForm::buildForm |
function |
src/Form/SwitchUserForm.php |
Form constructor. |
| SwitchUserForm::create |
function |
src/Form/SwitchUserForm.php |
Instantiates a new instance of this class. |
| SwitchUserForm::getFormId |
function |
src/Form/SwitchUserForm.php |
Returns a unique string identifying the form. |
| SwitchUserForm::submitForm |
function |
src/Form/SwitchUserForm.php |
Form submission handler. |
| SwitchUserForm::validateForm |
function |
src/Form/SwitchUserForm.php |
Form validation handler. |
| SwitchUserForm::__construct |
function |
src/Form/SwitchUserForm.php |
Constructs a new SwitchUserForm object. |
| system.menu.devel.yml |
file |
config/install/system.menu.devel.yml |
config/install/system.menu.devel.yml |
| SystemStateEdit |
class |
src/Form/SystemStateEdit.php |
Form API form to edit a state. |
| SystemStateEdit.php |
file |
src/Form/SystemStateEdit.php |
|
| SystemStateEdit::$state |
property |
src/Form/SystemStateEdit.php |
The state store. |
| SystemStateEdit::buildForm |
function |
src/Form/SystemStateEdit.php |
Form constructor. |
| SystemStateEdit::checkObject |
function |
src/Form/SystemStateEdit.php |
Helper function to determine if a variable is or contains an object. |
| SystemStateEdit::create |
function |
src/Form/SystemStateEdit.php |
Instantiates a new instance of this class. |
| SystemStateEdit::getFormId |
function |
src/Form/SystemStateEdit.php |
Returns a unique string identifying the form. |
| SystemStateEdit::submitForm |
function |
src/Form/SystemStateEdit.php |
Form submission handler. |
| SystemStateEdit::validateForm |
function |
src/Form/SystemStateEdit.php |
Form validation handler. |
| SystemStateEdit::__construct |
function |
src/Form/SystemStateEdit.php |
Constructs a new SystemStateEdit object. |
| TermDevelGenerate::$contentTranslationManager |
property |
devel_generate/src/Plugin/DevelGenerate/TermDevelGenerate.php |
The content translation manager. |
| TermDevelGenerate::$database |
property |
devel_generate/src/Plugin/DevelGenerate/TermDevelGenerate.php |
Database connection. |
| TermDevelGenerate::$termStorage |
property |
devel_generate/src/Plugin/DevelGenerate/TermDevelGenerate.php |
The term storage. |
| TermDevelGenerate::$vocabularyStorage |
property |
devel_generate/src/Plugin/DevelGenerate/TermDevelGenerate.php |
The vocabulary storage. |
| TermDevelGenerate::deleteVocabularyTerms |
function |
devel_generate/src/Plugin/DevelGenerate/TermDevelGenerate.php |
Deletes all terms of given vocabularies. |
| TermDevelGenerate::generateElements |
function |
devel_generate/src/Plugin/DevelGenerate/TermDevelGenerate.php |
Business logic relating with each DevelGenerate plugin. |
| TermDevelGenerate::generateTerms |
function |
devel_generate/src/Plugin/DevelGenerate/TermDevelGenerate.php |
Generates taxonomy terms for a list of given vocabularies. |
| TermDevelGenerate::generateTermTranslation |
function |
devel_generate/src/Plugin/DevelGenerate/TermDevelGenerate.php |
Create translation for the given term. |
| TermDevelGenerate::settingsForm |
function |
devel_generate/src/Plugin/DevelGenerate/TermDevelGenerate.php |
Returns the form for the plugin. |