MainContentBlockPluginInterface.php |
file |
core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php |
|
MainContentBlockPluginInterface::setMainContent |
function |
core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php |
Sets the main content render array. |
Media::getDynamicPluginConfig |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Media.php |
Allows a plugin to modify its static configuration. |
MediaLibrary::getDynamicPluginConfig |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/MediaLibrary.php |
Allows a plugin to modify its static configuration. |
MediaType::$sourcePluginCollection |
property |
core/modules/media/src/Entity/MediaType.php |
Lazy collection for the media source. |
MediaType::getPluginCollections |
function |
core/modules/media/src/Entity/MediaType.php |
Gets the plugin collections used by this object. |
MediaType::sourcePluginCollection |
function |
core/modules/media/src/Entity/MediaType.php |
Returns media source lazy plugin collection. |
MenuLinkContent::$insidePlugin |
property |
core/modules/menu_link_content/src/Entity/MenuLinkContent.php |
A flag for whether this entity is wrapped in a plugin instance. |
MenuLinkContent::getPluginDefinition |
function |
core/modules/menu_link_content/src/Entity/MenuLinkContent.php |
Builds up the menu link plugin definition for this entity. |
MenuLinkContent::getPluginId |
function |
core/modules/menu_link_content/src/Entity/MenuLinkContent.php |
Gets the menu plugin ID associated with this entity. |
MenuLinkContent::setInsidePlugin |
function |
core/modules/menu_link_content/src/Entity/MenuLinkContent.php |
Flags this instance as being wrapped in a menu link plugin instance. |
MenuLinkContentInterface::getPluginDefinition |
function |
core/modules/menu_link_content/src/MenuLinkContentInterface.php |
Builds up the menu link plugin definition for this entity. |
MenuLinkContentInterface::getPluginId |
function |
core/modules/menu_link_content/src/MenuLinkContentInterface.php |
Gets the menu plugin ID associated with this entity. |
MenuLinkContentInterface::setInsidePlugin |
function |
core/modules/menu_link_content/src/MenuLinkContentInterface.php |
Flags this instance as being wrapped in a menu link plugin instance. |
MenuLinkPluginConverter |
class |
core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php |
Provides a proxy class for \Drupal\Core\ParamConverter\MenuLinkPluginConverter. |
MenuLinkPluginConverter |
class |
core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php |
Parameter converter for upcasting entity ids to full objects. |
MenuLinkPluginConverter.php |
file |
core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php |
|
MenuLinkPluginConverter.php |
file |
core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php |
|
MenuLinkPluginConverter::$container |
property |
core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php |
The service container. |
MenuLinkPluginConverter::$drupalProxyOriginalServiceId |
property |
core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php |
The id of the original proxied service. |
MenuLinkPluginConverter::$menuLinkManager |
property |
core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php |
Plugin manager which creates the instance from the value. |
MenuLinkPluginConverter::$service |
property |
core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php |
The real proxied service, after it was lazy loaded. |
MenuLinkPluginConverter::applies |
function |
core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php |
Determines if the converter applies to a specific route and variable. |
MenuLinkPluginConverter::applies |
function |
core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php |
Determines if the converter applies to a specific route and variable. |
MenuLinkPluginConverter::convert |
function |
core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php |
Converts path variables to their corresponding objects. |
MenuLinkPluginConverter::convert |
function |
core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php |
Converts path variables to their corresponding objects. |
MenuLinkPluginConverter::lazyLoadItself |
function |
core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php |
Lazy loads the real service from the container. |
MenuLinkPluginConverter::__construct |
function |
core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php |
Constructs a ProxyClass Drupal proxy object. |
MenuLinkPluginConverter::__construct |
function |
core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php |
Constructs a new MenuLinkPluginConverter. |
MenuLinkPluginTest |
class |
core/modules/menu_link_content/tests/src/Unit/MenuLinkPluginTest.php |
@coversDefaultClass \Drupal\menu_link_content\Plugin\Menu\MenuLinkContent[[api-linebreak]] |
MenuLinkPluginTest.php |
file |
core/modules/menu_link_content/tests/src/Unit/MenuLinkPluginTest.php |
|
MenuLinkPluginTest::testGetInstanceReflection |
function |
core/modules/menu_link_content/tests/src/Unit/MenuLinkPluginTest.php |
@covers ::getUuid[[api-linebreak]] |
MessagePlugin |
class |
composer/Plugin/ProjectMessage/MessagePlugin.php |
A Composer plugin to display a message after creating a project. |
MessagePlugin.php |
file |
composer/Plugin/ProjectMessage/MessagePlugin.php |
|
MessagePlugin::$composer |
property |
composer/Plugin/ProjectMessage/MessagePlugin.php |
Composer object. |
MessagePlugin::$config |
property |
composer/Plugin/ProjectMessage/MessagePlugin.php |
Configuration. |
MessagePlugin::$io |
property |
composer/Plugin/ProjectMessage/MessagePlugin.php |
IO object. |
MessagePlugin::activate |
function |
composer/Plugin/ProjectMessage/MessagePlugin.php |
|
MessagePlugin::deactivate |
function |
composer/Plugin/ProjectMessage/MessagePlugin.php |
|
MessagePlugin::displayPostCreateMessage |
function |
composer/Plugin/ProjectMessage/MessagePlugin.php |
|
MessagePlugin::getSubscribedEvents |
function |
composer/Plugin/ProjectMessage/MessagePlugin.php |
|
MessagePlugin::uninstall |
function |
composer/Plugin/ProjectMessage/MessagePlugin.php |
|
MessagesBlockPluginInterface |
interface |
core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php |
The interface for "messages" (#type => status_messages) blocks. |
MessagesBlockPluginInterface.php |
file |
core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php |
|
migrate.plugin_event_subscriber |
service |
core/modules/migrate/migrate.services.yml |
Drupal\migrate\Plugin\PluginEventSubscriber |
MigrateDestinationPluginManager |
class |
core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php |
Plugin manager for migrate destination plugins. |
MigrateDestinationPluginManager.php |
file |
core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php |
|
MigrateDestinationPluginManager::$entityTypeManager |
property |
core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php |
The entity type manager. |
MigrateDestinationPluginManager::createInstance |
function |
core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php |
A specific createInstance method is necessary to pass the migration on. |
MigrateDestinationPluginManager::__construct |
function |
core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php |
Constructs a MigrateDestinationPluginManager object. |