NodeMigrationTypePluginAlterTest::$modules |
property |
core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php |
Modules to install. |
NodeMigrationTypePluginAlterTest::providerMigrationPluginAlter |
function |
core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php |
Data provider for testMigrationPluginAlter(). |
NodeMigrationTypePluginAlterTest::setUp |
function |
core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php |
|
NodeMigrationTypePluginAlterTest::setupDb |
function |
core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php |
Creates data in the source database. |
NodeMigrationTypePluginAlterTest::testMigrationPluginAlter |
function |
core/modules/migrate_drupal/tests/src/Kernel/NodeMigrationTypePluginAlterTest.php |
Tests the assignment of the node migration type. |
NoSourcePluginDecorator |
class |
core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php |
Remove definitions which refer to a non-existing source plugin. |
NoSourcePluginDecorator.php |
file |
core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php |
|
NoSourcePluginDecorator::$decorated |
property |
core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php |
The Discovery object being decorated. |
NoSourcePluginDecorator::getDefinitions |
function |
core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php |
Gets the definition of all plugins for this type. |
NoSourcePluginDecorator::__call |
function |
core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php |
Passes through all unknown calls onto the decorated object. |
NoSourcePluginDecorator::__construct |
function |
core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php |
Constructs a NoSourcePluginDecorator object. |
ObjectWithPluginCollectionInterface |
interface |
core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php |
Provides an interface for an object using a plugin collection. |
ObjectWithPluginCollectionInterface.php |
file |
core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php |
|
ObjectWithPluginCollectionInterface::getPluginCollections |
function |
core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php |
Gets the plugin collections used by this object. |
Opml::$usesRowPlugin |
property |
core/modules/views/src/Plugin/views/style/Opml.php |
Whether or not this style uses a row plugin. |
OverridesSectionStorageTest::$plugin |
property |
core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php |
The plugin. |
OverridesSectionStorageTest::$plugin |
property |
core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php |
The plugin. |
PageDisplayVariantSelectionEvent::$pluginConfiguration |
property |
core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php |
The configuration for the selected page display variant. |
PageDisplayVariantSelectionEvent::$pluginId |
property |
core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php |
The selected page display variant plugin ID. |
PageDisplayVariantSelectionEvent::getPluginConfiguration |
function |
core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php |
Get the configuration for the selected page display variant. |
PageDisplayVariantSelectionEvent::getPluginId |
function |
core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php |
The selected page display variant plugin ID. |
PageDisplayVariantSelectionEvent::setPluginConfiguration |
function |
core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php |
Set the configuration for the selected page display variant. |
PageDisplayVariantSelectionEvent::setPluginId |
function |
core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php |
The selected page display variant plugin ID. |
PagerPluginBase |
class |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Base class for views pager plugins. |
PagerPluginBase.php |
file |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
|
PagerPluginBase::$current_page |
property |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
|
PagerPluginBase::$headingOptions |
property |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Options available for setting pagination headers. |
PagerPluginBase::$total_items |
property |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
|
PagerPluginBase::$usesOptions |
property |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Denotes whether the plugin has an additional options form. |
PagerPluginBase::executeCountQuery |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Executes the count query. |
PagerPluginBase::exposedFormAlter |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
|
PagerPluginBase::exposedFormSubmit |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
|
PagerPluginBase::exposedFormValidate |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
|
PagerPluginBase::getCurrentPage |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Get the current page. |
PagerPluginBase::getHeadingLevel |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Get the pager heading tag. |
PagerPluginBase::getItemsPerPage |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Get how many items per page this pager will display. |
PagerPluginBase::getOffset |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Get the page offset, or how many items to skip. |
PagerPluginBase::getPagerId |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Get the pager id, if it exists. |
PagerPluginBase::getTotalItems |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Get the total number of items. |
PagerPluginBase::hasMoreRecords |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Determine if there are more records available. |
PagerPluginBase::isOffsetExposed |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
|
PagerPluginBase::itemsPerPageExposed |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
|
PagerPluginBase::postExecute |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Perform any needed actions just after the query executing. |
PagerPluginBase::preExecute |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Perform any needed actions just prior to the query executing. |
PagerPluginBase::preRender |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Perform any needed actions just before rendering. |
PagerPluginBase::query |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Modify the query for paging. |
PagerPluginBase::render |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Return the renderable array of the pager. |
PagerPluginBase::setCurrentPage |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Set the current page. |
PagerPluginBase::setHeadingLevel |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Set the pager heading. |
PagerPluginBase::setItemsPerPage |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Set how many items per page this pager will display. |