Search for id
| Title | Object type | File name | Summary |
|---|---|---|---|
| MockRouteProvider | class | core/ |
Easily configurable mock route provider. |
| MockRouteProvider.php | file | core/ |
|
| MockRouteProvider::$routes | property | core/ |
A collection of routes for this route provider. |
| MockRouteProvider::getAllRoutes | function | core/ |
Returns all the routes on the system. |
| MockRouteProvider::getRouteAliases | function | core/ |
Gets aliases for a route name. |
| MockRouteProvider::getRouteByName | function | core/ |
Find the route using the provided route name. |
| MockRouteProvider::getRouteCollectionForRequest | function | core/ |
Implements \Drupal\Core\Routing\RouteProviderInterface::getRouteCollectionForRequest(). |
| MockRouteProvider::getRoutesByNames | function | core/ |
Find many routes by their names using the provided list of names. |
| MockRouteProvider::getRoutesByPattern | function | core/ |
Get all routes which match a certain pattern. |
| MockRouteProvider::preLoadRoutes | function | core/ |
|
| MockRouteProvider::reset | function | core/ |
Resets the route provider object. |
| MockRouteProvider::__construct | function | core/ |
Constructs a new MockRouteProvider. |
| ModeratedNodeListBuilder::getEntityRevisionIds | function | core/ |
Loads entity revision IDs using a pager sorted by the entity revision ID. |
| ModerationFormTest::testAlternativeModerationStateWidget | function | core/ |
Tests the moderation_state field when an alternative widget is set. |
| ModerationInformation::getDefaultRevisionId | function | core/ |
Returns the revision ID of the default revision for the specified entity. |
| ModerationInformationInterface::getDefaultRevisionId | function | core/ |
Returns the revision ID of the default revision for the specified entity. |
| ModerationInformationTest::providerWorkflow | function | core/ |
Data provider for several tests. |
| ModerationInformationTest::testGetDefaultRevisionId | function | core/ |
Tests get default revision id. |
| ModerationStateConstraint::$invalidStateMessage | property | core/ |
The violation message when there is an invalid stated. |
| ModerationStateConstraint::$invalidTransitionAccess | property | core/ |
The violation message when there is an invalid transition. |
| ModerationStateConstraintValidator | class | core/ |
Checks if a moderation state transition is valid. |
| ModerationStateConstraintValidator.php | file | core/ |
|
| ModerationStateConstraintValidator::$currentUser | property | core/ |
The current user. |
| ModerationStateConstraintValidator::$entityTypeManager | property | core/ |
The entity type manager. |
| ModerationStateConstraintValidator::$moderationInformation | property | core/ |
The moderation info. |
| ModerationStateConstraintValidator::$stateTransitionValidation | property | core/ |
The state transition validation service. |
| ModerationStateConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
| ModerationStateConstraintValidator::validate | function | core/ |
|
| ModerationStateConstraintValidator::__construct | function | core/ |
Creates a new ModerationStateConstraintValidator instance. |
| ModerationStateFieldItemList::getModerationStateId | function | core/ |
Gets the moderation state ID linked to a content entity revision. |
| ModerationStateFieldItemListTest::moderatedEntityWithExistingIdTestCases | function | core/ |
Tests cases for ::testModeratedEntityWithExistingId. |
| ModerationStateFieldItemListTest::testModeratedEntityWithExistingId | function | core/ |
Tests saving a moderated node with an existing ID. |
| ModerationStateFilter::getWorkflowIds | function | core/ |
Gets the list of Workflow IDs configured for this filter. |
| ModerationStateWidget | class | core/ |
Plugin implementation of the 'moderation_state_default' widget. |
| ModerationStateWidget.php | file | core/ |
|
| ModerationStateWidget::$currentUser | property | core/ |
Current user service. |
| ModerationStateWidget::$entityTypeManager | property | core/ |
The entity type manager. |
| ModerationStateWidget::$moderationInformation | property | core/ |
Moderation information service. |
| ModerationStateWidget::$validator | property | core/ |
Moderation state transition validation service. |
| ModerationStateWidget::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| ModerationStateWidget::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| ModerationStateWidget::form | function | core/ |
Creates a form element for a field. |
| ModerationStateWidget::formElement | function | core/ |
Returns the form for a single field widget. |
| ModerationStateWidget::isApplicable | function | core/ |
Returns if the widget can be used for the provided field. |
| ModerationStateWidget::validateElement | function | core/ |
Form validation handler for widget elements. |
| ModerationStateWidget::__construct | function | core/ |
Constructs a new ModerationStateWidget object. |
| ModerationStateWidgetTest | class | core/ |
Tests Drupal\content_moderation\Plugin\Field\FieldWidget\ModerationStateWidget. |
| ModerationStateWidgetTest.php | file | core/ |
|
| ModerationStateWidgetTest::$modules | property | core/ |
Modules to install. |
| ModerationStateWidgetTest::setUp | function | core/ |
Pagination
- Previous page
- Page 120
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.