EntityListControllerInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php |
Defines an interface for entity list controllers. |
ConfigController::__construct |
function |
drupal/core/modules/config/lib/Drupal/config/Controller/ConfigController.php |
Constructs a ConfigController object. |
BlockListController::$regions |
property |
drupal/core/modules/block/lib/Drupal/block/BlockListController.php |
The regions containing the blocks. |
CustomBlockTypeFormController |
class |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeFormController.php |
Base form controller for category edit forms. |
MessageRenderController::view |
function |
drupal/core/modules/contact/lib/Drupal/contact/MessageRenderController.php |
Overrides Drupal\Core\Entity\EntityRenderController::view(). |
CustomBlockTypeListController |
class |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeListController.php |
Provides a listing of custom block types. |
MachineNameController::create |
function |
drupal/core/modules/system/lib/Drupal/system/MachineNameController.php |
Instantiates a new instance of this controller. |
EntityTranslationControllerNG |
class |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerNG.php |
Test entity translation controller. |
CustomBlockFormController.php |
file |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockFormController.php |
Contains \Drupal\custom_block\CustomBlockFormController. |
ViewAddFormController::submit |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::submit(). |
ViewAddFormController::cancel |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php |
Form submission handler for the 'cancel' action. |
DialogController::$httpKernel |
property |
drupal/core/lib/Drupal/Core/Controller/DialogController.php |
The HttpKernel object to use for subrequests. |
DialogController::__construct |
function |
drupal/core/lib/Drupal/Core/Controller/DialogController.php |
Constructs a new HtmlPageController. |
BookController::adminOverview |
function |
drupal/core/modules/book/lib/Drupal/book/Controller/BookController.php |
Returns an administrative overview of all books. |
TermTranslationController.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermTranslationController.php |
Definition of Drupal\taxonomy\TermTranslationController. |
EntityFormControllerInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Defines a common interface for entity form controller classes. |
LayoutController::__construct |
function |
drupal/core/modules/layout/lib/Drupal/layout/Controller/LayoutController.php |
Constructs a \Drupal\layout\Controller\LayoutController object. |
ConfigStorageController::load |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::load(). |
ViewStorageController::create |
function |
drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php |
Overrides Drupal\config\ConfigStorageController::create(). |
DatabaseStorageController.php |
file |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Contains \Drupal\Core\Entity\DatabaseStorageController. |
UpdateController::__construct |
function |
drupal/core/modules/update/lib/Drupal/update/Controller/UpdateController.php |
Constructs update status data. |
UpdateController::updateStatus |
function |
drupal/core/modules/update/lib/Drupal/update/Controller/UpdateController.php |
Returns a page about the update status of projects. |
ProfileFormController::actions |
function |
drupal/core/modules/user/lib/Drupal/user/ProfileFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::actions(). |
FeedStorageController::preSave |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedStorageController.php |
Overrides Drupal\Core\Entity\DataBaseStorageController::preSave(). |
UserStorageController::preSave |
function |
drupal/core/modules/user/lib/Drupal/user/UserStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::preSave(). |
ConfigTestFormController::form |
function |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::form(). |
ConfigTestFormController::save |
function |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::save(). |
FieldStorageController::$state |
property |
drupal/core/modules/field/lib/Drupal/field/FieldStorageController.php |
The state keyvalue collection. |
RoleListController::submitForm |
function |
drupal/core/modules/user/lib/Drupal/user/RoleListController.php |
Form submission handler. |
ControllerResolver::$container |
property |
drupal/core/lib/Drupal/Core/Controller/ControllerResolver.php |
The injection container that should be injected into all controllers. |
FieldInstanceStorageController |
class |
drupal/core/modules/field/lib/Drupal/field/FieldInstanceStorageController.php |
Controller class for field instances. |
EntityTestRenderController.php |
file |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestRenderController.php |
Contains \Drupal\entity_test\EntityTestRenderController. |
EntityTestAccessController.php |
file |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestAccessController.php |
Contains Drupal\entity_test\EntityTestAccessController. |
MenuLinkFormController::submit |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkFormController.php |
Overrides EntityFormController::submit(). |
MenuLinkFormController::delete |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkFormController.php |
Overrides EntityFormController::delete(). |
EntityFormController::validate |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Implements \Drupal\Core\Entity\EntityFormControllerInterface::validate(). |
HtmlFormController::$container |
property |
drupal/core/lib/Drupal/Core/Controller/HtmlFormController.php |
The injection container for this object. |
ActionFormControllerBase::form |
function |
drupal/core/modules/action/lib/Drupal/action/ActionFormControllerBase.php |
Returns the actual form array to be built. |
ActionFormControllerBase::save |
function |
drupal/core/modules/action/lib/Drupal/action/ActionFormControllerBase.php |
Form submission handler for the 'save' action. |
TestEntityFormController::form |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/TestEntityFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::form(). |
TestEntityFormController::save |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/TestEntityFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::save(). |
ActionListController::buildRow |
function |
drupal/core/modules/action/lib/Drupal/action/ActionListController.php |
Builds a row for an entity in the entity listing. |
EntityTestMulStorageController |
class |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestMulStorageController.php |
Defines the controller class for the test entity. |
EntityTestRevStorageController |
class |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestRevStorageController.php |
Defines the controller class for the test entity. |
UserAutocompleteController.php |
file |
drupal/core/modules/user/lib/Drupal/user/Controller/UserAutocompleteController.php |
Contains \Drupal\user\Controller\UserAutocompleteController. |
AggregatorController::pageLast |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Controller/AggregatorController.php |
Displays the most recent items gathered from any feed. |
EntityTestFormController::form |
function |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::form(). |
EntityTestFormController::save |
function |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::save(). |
ViewEditFormController::submit |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::submit(). |
ViewEditFormController::cancel |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Form submission handler for the 'cancel' action. |