| 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. |
| MigrateFieldPluginManager |
class |
core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManager.php |
Plugin manager for migrate field plugins. |
| MigrateFieldPluginManager.php |
file |
core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManager.php |
|
| MigrateFieldPluginManager::DEFAULT_CORE_VERSION |
constant |
core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManager.php |
The default version of core to use for field plugins. |
| MigrateFieldPluginManager::findDefinitions |
function |
core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManager.php |
Finds plugin definitions. |
| MigrateFieldPluginManager::getPluginIdFromFieldType |
function |
core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManager.php |
Get the plugin ID from the field type. |
| MigrateFieldPluginManager::processDefinition |
function |
core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManager.php |
Performs extra processing on plugin definitions. |
| MigrateFieldPluginManager::sortDefinitions |
function |
core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManager.php |
Sorts a definitions array. |
| MigrateFieldPluginManagerInterface |
interface |
core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManagerInterface.php |
|