| TokenizeAreaPluginBase |
class |
core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php |
Tokenized base class for area handlers. |
| TokenizeAreaPluginBase.php |
file |
core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php |
|
| TokenizeAreaPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php |
Provide a form to edit options for this plugin. |
| TokenizeAreaPluginBase::defineOptions |
function |
core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php |
Information about options for all kinds of purposes will be held here. |
| TokenizeAreaPluginBase::tokenForm |
function |
core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php |
Adds tokenization form elements. |
| TokenizeAreaPluginBase::tokenizeValue |
function |
core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php |
Replaces value with special views tokens and global tokens. |
| ToolkitTest::$imageEffectPluginManager |
property |
core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php |
The image effect plugin manager service. |
| TopBarItemPluginInterface |
interface |
core/modules/navigation/src/TopBarItemPluginInterface.php |
Interface for top bar plugins. |
| TopBarItemPluginInterface.php |
file |
core/modules/navigation/src/TopBarItemPluginInterface.php |
|
| TopBarItemPluginInterface::build |
function |
core/modules/navigation/src/TopBarItemPluginInterface.php |
Builds and returns the renderable array for this top bar item plugin. |
| TopBarItemPluginInterface::label |
function |
core/modules/navigation/src/TopBarItemPluginInterface.php |
Returns the translated plugin label. |
| TopBarItemPluginInterface::region |
function |
core/modules/navigation/src/TopBarItemPluginInterface.php |
Returns the plugin region. |
| TopBarItemPluginInterface::weight |
function |
core/modules/navigation/src/TopBarItemPluginInterface.php |
Returns the plugin weight. |
| TransitionInterface::PLUGIN_FORM_KEY |
constant |
core/modules/workflows/src/TransitionInterface.php |
The key of the transition plugin form. |
| TypedData::getPluginDefinition |
function |
core/lib/Drupal/Core/TypedData/TypedData.php |
Gets the definition of the plugin implementation. |
| TypedData::getPluginId |
function |
core/lib/Drupal/Core/TypedData/TypedData.php |
Gets the plugin ID of the plugin instance. |
| UninstallKernelTest::testUninstallPluginCacheClear |
function |
core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php |
Tests uninstalling a module with a plugin cache clearer service. |
| UnpackRecipeTest::testUnpackWithComposerMergePlugin |
function |
core/tests/Drupal/BuildTests/Composer/Plugin/Unpack/Functional/UnpackRecipeTest.php |
Tests unpacking with the wikimedia/composer-merge-plugin installed. |
| UserViewsHooks::viewsPluginsArgumentValidatorAlter |
function |
core/modules/user/src/Hook/UserViewsHooks.php |
Implements hook_views_plugins_argument_validator_alter(). |
| VendorHardeningPlugin |
class |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
A Composer plugin to clean out your project's vendor directory. |
| VendorHardeningPlugin.php |
file |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
|
| VendorHardeningPlugin::$composer |
property |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
Composer object. |
| VendorHardeningPlugin::$config |
property |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
Configuration. |
| VendorHardeningPlugin::$io |
property |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
IO object. |
| VendorHardeningPlugin::$packagesAlreadyCleaned |
property |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
List of projects already cleaned. |
| VendorHardeningPlugin::activate |
function |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
|
| VendorHardeningPlugin::cleanAllPackages |
function |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
Clean all configured packages. |
| VendorHardeningPlugin::cleanPackage |
function |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
Clean a single package. |
| VendorHardeningPlugin::cleanPathsForPackage |
function |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
Clean the installed directories for a named package. |
| VendorHardeningPlugin::deactivate |
function |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
|
| VendorHardeningPlugin::findBinOverlap |
function |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
Find bin files which are inside cleanup directories. |
| VendorHardeningPlugin::getInstalledPackages |
function |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
Gets a list of all installed packages from Composer. |
| VendorHardeningPlugin::getInstallPathForPackage |
function |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
Gets the installed path for a package. |
| VendorHardeningPlugin::getSubscribedEvents |
function |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
|
| VendorHardeningPlugin::onPostAutoloadDump |
function |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
POST_AUTOLOAD_DUMP event handler. |
| VendorHardeningPlugin::onPostCmd |
function |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
POST_UPDATE_CMD and POST_INSTALL_CMD event handler. |
| VendorHardeningPlugin::onPostPackageInstall |
function |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
POST_PACKAGE_INSTALL event handler. |
| VendorHardeningPlugin::onPostPackageUpdate |
function |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
POST_PACKAGE_UPDATE event handler. |
| VendorHardeningPlugin::onPrePackageInstall |
function |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
PRE_PACKAGE_INSTALL event handler. |
| VendorHardeningPlugin::onPrePackageUpdate |
function |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
PRE_PACKAGE_UPDATE event handler. |
| VendorHardeningPlugin::removeBinBeforeCleanup |
function |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
Remove bin config for packages that would have the bin file removed. |
| VendorHardeningPlugin::uninstall |
function |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
|
| VendorHardeningPlugin::writeAccessRestrictionFiles |
function |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
Place .htaccess file into the vendor directory. |
| VendorHardeningPluginTest |
class |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php |
Tests Drupal\Composer\Plugin\VendorHardening\VendorHardeningPlugin. |
| VendorHardeningPluginTest.php |
file |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php |
|
| VendorHardeningPluginTest::providerFindBinOverlap |
function |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php |
|
| VendorHardeningPluginTest::setUp |
function |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php |
|
| VendorHardeningPluginTest::testCleanAllPackages |
function |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php |
Tests clean all packages. |
| VendorHardeningPluginTest::testCleanPackage |
function |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php |
Tests clean package. |
| VendorHardeningPluginTest::testCleanPathsForPackage |
function |
core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php |
Tests clean paths for package. |