pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/drupal8 Update to 8.6.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff0f93cda930
branches: trunk
changeset: 385899:ff0f93cda930
user: wen <wen%pkgsrc.org@localhost>
date: Tue Oct 02 02:56:59 2018 +0000
description:
Update to 8.6.1
Upstrean changelog is too long, please visit:
https://www.drupal.org/project/drupal/releases/8.6.0
https://www.drupal.org/project/drupal/releases/8.6.1
diffstat:
www/drupal8/Makefile | 4 +-
www/drupal8/PLIST | 841 ++++++++++++++++++++++++++++++++++++++++++--------
www/drupal8/distinfo | 10 +-
3 files changed, 701 insertions(+), 154 deletions(-)
diffs (truncated from 2708 to 300 lines):
diff -r da728b789017 -r ff0f93cda930 www/drupal8/Makefile
--- a/www/drupal8/Makefile Tue Oct 02 01:05:00 2018 +0000
+++ b/www/drupal8/Makefile Tue Oct 02 02:56:59 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/08/15 10:52:45 wen Exp $
+# $NetBSD: Makefile,v 1.11 2018/10/02 02:56:59 wen Exp $
-DISTNAME= drupal-8.5.6
+DISTNAME= drupal-8.6.1
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= http://ftp.drupal.org/files/projects/
diff -r da728b789017 -r ff0f93cda930 www/drupal8/PLIST
--- a/www/drupal8/PLIST Tue Oct 02 01:05:00 2018 +0000
+++ b/www/drupal8/PLIST Tue Oct 02 02:56:59 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2018/08/15 10:52:45 wen Exp $
+@comment $NetBSD: PLIST,v 1.9 2018/10/02 02:56:59 wen Exp $
share/drupal/.csslintrc
share/drupal/.editorconfig
share/drupal/.eslintignore
@@ -12,11 +12,14 @@
share/drupal/autoload.php
share/drupal/composer.json
share/drupal/composer.lock
+share/drupal/core/.env.example
share/drupal/core/.eslintignore
share/drupal/core/.eslintrc.json
share/drupal/core/.eslintrc.legacy.json
share/drupal/core/.eslintrc.passing.json
share/drupal/core/.gitignore
+share/drupal/core/.prettierignore
+share/drupal/core/.prettierrc.json
share/drupal/core/.stylelintrc.json
share/drupal/core/CHANGELOG.txt
share/drupal/core/COPYRIGHT.txt
@@ -478,6 +481,7 @@
share/drupal/core/core.libraries.yml
share/drupal/core/core.link_relation_types.yml
share/drupal/core/core.services.yml
+share/drupal/core/drupalci.yml
share/drupal/core/globals.api.php
share/drupal/core/includes/batch.inc
share/drupal/core/includes/bootstrap.inc
@@ -627,6 +631,8 @@
share/drupal/core/lib/Drupal/Component/Plugin/Context/ContextInterface.php
share/drupal/core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php
share/drupal/core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php
+share/drupal/core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionInterface.php
+share/drupal/core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionTrait.php
share/drupal/core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php
share/drupal/core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php
share/drupal/core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php
@@ -647,6 +653,7 @@
share/drupal/core/lib/Drupal/Component/Plugin/Exception/InvalidDeriverException.php
share/drupal/core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php
share/drupal/core/lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.php
+share/drupal/core/lib/Drupal/Component/Plugin/Exception/MissingValueContextException.php
share/drupal/core/lib/Drupal/Component/Plugin/Exception/PluginException.php
share/drupal/core/lib/Drupal/Component/Plugin/Exception/PluginNotFoundException.php
share/drupal/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php
@@ -972,8 +979,10 @@
share/drupal/core/lib/Drupal/Core/Action/ActionManager.php
share/drupal/core/lib/Drupal/Core/Action/ActionPluginCollection.php
share/drupal/core/lib/Drupal/Core/Action/ConfigurableActionBase.php
+share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/DeleteAction.php
share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php
share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityChangedActionDeriver.php
+share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php
share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityPublishedActionDeriver.php
share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php
share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/PublishAction.php
@@ -981,6 +990,8 @@
share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/UnpublishAction.php
share/drupal/core/lib/Drupal/Core/Ajax/AddCssCommand.php
share/drupal/core/lib/Drupal/Core/Ajax/AfterCommand.php
+share/drupal/core/lib/Drupal/Core/Ajax/AjaxFormHelperTrait.php
+share/drupal/core/lib/Drupal/Core/Ajax/AjaxHelperTrait.php
share/drupal/core/lib/Drupal/Core/Ajax/AjaxResponse.php
share/drupal/core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php
share/drupal/core/lib/Drupal/Core/Ajax/AlertCommand.php
@@ -1059,6 +1070,7 @@
share/drupal/core/lib/Drupal/Core/Authentication/AuthenticationProviderChallengeInterface.php
share/drupal/core/lib/Drupal/Core/Authentication/AuthenticationProviderFilterInterface.php
share/drupal/core/lib/Drupal/Core/Authentication/AuthenticationProviderInterface.php
+share/drupal/core/lib/Drupal/Core/Batch/BatchBuilder.php
share/drupal/core/lib/Drupal/Core/Batch/BatchStorage.php
share/drupal/core/lib/Drupal/Core/Batch/BatchStorageInterface.php
share/drupal/core/lib/Drupal/Core/Batch/Percentage.php
@@ -1135,6 +1147,8 @@
share/drupal/core/lib/Drupal/Core/Cache/ListCacheBinsPass.php
share/drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php
share/drupal/core/lib/Drupal/Core/Cache/MemoryBackendFactory.php
+share/drupal/core/lib/Drupal/Core/Cache/MemoryCache/MemoryCache.php
+share/drupal/core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheInterface.php
share/drupal/core/lib/Drupal/Core/Cache/MemoryCounterBackend.php
share/drupal/core/lib/Drupal/Core/Cache/NullBackend.php
share/drupal/core/lib/Drupal/Core/Cache/NullBackendFactory.php
@@ -1153,6 +1167,9 @@
share/drupal/core/lib/Drupal/Core/Command/DbToolsApplication.php
share/drupal/core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php
share/drupal/core/lib/Drupal/Core/Command/GenerateProxyClassCommand.php
+share/drupal/core/lib/Drupal/Core/Command/InstallCommand.php
+share/drupal/core/lib/Drupal/Core/Command/QuickStartCommand.php
+share/drupal/core/lib/Drupal/Core/Command/ServerCommand.php
share/drupal/core/lib/Drupal/Core/Composer/Composer.php
share/drupal/core/lib/Drupal/Core/Condition/Annotation/Condition.php
share/drupal/core/lib/Drupal/Core/Condition/ConditionAccessResolverTrait.php
@@ -1199,6 +1216,7 @@
share/drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php
share/drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php
share/drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php
+share/drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php
share/drupal/core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php
share/drupal/core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php
share/drupal/core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityStorageClassException.php
@@ -1213,6 +1231,7 @@
share/drupal/core/lib/Drupal/Core/Config/FileStorageFactory.php
share/drupal/core/lib/Drupal/Core/Config/ImmutableConfig.php
share/drupal/core/lib/Drupal/Core/Config/ImmutableConfigException.php
+share/drupal/core/lib/Drupal/Core/Config/Importer/ConfigImporterBatch.php
share/drupal/core/lib/Drupal/Core/Config/Importer/FinalMissingContentSubscriber.php
share/drupal/core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php
share/drupal/core/lib/Drupal/Core/Config/InstallStorage.php
@@ -1241,6 +1260,9 @@
share/drupal/core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php
share/drupal/core/lib/Drupal/Core/Config/UnmetDependenciesException.php
share/drupal/core/lib/Drupal/Core/Config/UnsupportedDataTypeConfigException.php
+share/drupal/core/lib/Drupal/Core/Controller/ArgumentResolver/Psr7RequestValueResolver.php
+share/drupal/core/lib/Drupal/Core/Controller/ArgumentResolver/RawParameterValueResolver.php
+share/drupal/core/lib/Drupal/Core/Controller/ArgumentResolver/RouteMatchValueResolver.php
share/drupal/core/lib/Drupal/Core/Controller/ControllerBase.php
share/drupal/core/lib/Drupal/Core/Controller/ControllerResolver.php
share/drupal/core/lib/Drupal/Core/Controller/ControllerResolverInterface.php
@@ -1441,6 +1463,7 @@
share/drupal/core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php
share/drupal/core/lib/Drupal/Core/Entity/EntityDeleteForm.php
share/drupal/core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php
+share/drupal/core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php
share/drupal/core/lib/Drupal/Core/Entity/EntityDescriptionInterface.php
share/drupal/core/lib/Drupal/Core/Entity/EntityDisplayBase.php
share/drupal/core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php
@@ -1506,12 +1529,14 @@
share/drupal/core/lib/Drupal/Core/Entity/Exception/UnsupportedEntityTypeDefinitionException.php
share/drupal/core/lib/Drupal/Core/Entity/FieldableEntityInterface.php
share/drupal/core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php
+share/drupal/core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php
share/drupal/core/lib/Drupal/Core/Entity/HtmlEntityFormController.php
share/drupal/core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php
share/drupal/core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
share/drupal/core/lib/Drupal/Core/Entity/KeyValueStore/Query/Condition.php
share/drupal/core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php
share/drupal/core/lib/Drupal/Core/Entity/KeyValueStore/Query/QueryFactory.php
+share/drupal/core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php
share/drupal/core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php
share/drupal/core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php
share/drupal/core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php
@@ -1525,6 +1550,8 @@
share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/CompositeConstraintBase.php
share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraint.php
share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraintValidator.php
+share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraint.php
+share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraintValidator.php
share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraint.php
share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraintValidator.php
share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php
@@ -1631,20 +1658,25 @@
share/drupal/core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php
share/drupal/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php
share/drupal/core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterIterator.php
+share/drupal/core/lib/Drupal/Core/Extension/Exception/UninstalledExtensionException.php
+share/drupal/core/lib/Drupal/Core/Extension/Exception/UnknownExtensionException.php
share/drupal/core/lib/Drupal/Core/Extension/Extension.php
share/drupal/core/lib/Drupal/Core/Extension/ExtensionDiscovery.php
+share/drupal/core/lib/Drupal/Core/Extension/ExtensionList.php
share/drupal/core/lib/Drupal/Core/Extension/ExtensionNameLengthException.php
share/drupal/core/lib/Drupal/Core/Extension/InfoParser.php
share/drupal/core/lib/Drupal/Core/Extension/InfoParserDynamic.php
share/drupal/core/lib/Drupal/Core/Extension/InfoParserException.php
share/drupal/core/lib/Drupal/Core/Extension/InfoParserInterface.php
share/drupal/core/lib/Drupal/Core/Extension/MissingDependencyException.php
+share/drupal/core/lib/Drupal/Core/Extension/ModuleExtensionList.php
share/drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php
share/drupal/core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php
share/drupal/core/lib/Drupal/Core/Extension/ModuleInstaller.php
share/drupal/core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php
share/drupal/core/lib/Drupal/Core/Extension/ModuleUninstallValidatorException.php
share/drupal/core/lib/Drupal/Core/Extension/ModuleUninstallValidatorInterface.php
+share/drupal/core/lib/Drupal/Core/Extension/ProfileExtensionList.php
share/drupal/core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php
share/drupal/core/lib/Drupal/Core/Extension/ThemeHandler.php
share/drupal/core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php
@@ -1672,6 +1704,7 @@
share/drupal/core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php
share/drupal/core/lib/Drupal/Core/Field/FieldException.php
share/drupal/core/lib/Drupal/Core/Field/FieldFilteredMarkup.php
+share/drupal/core/lib/Drupal/Core/Field/FieldInputValueNormalizerTrait.php
share/drupal/core/lib/Drupal/Core/Field/FieldItemBase.php
share/drupal/core/lib/Drupal/Core/Field/FieldItemInterface.php
share/drupal/core/lib/Drupal/Core/Field/FieldItemList.php
@@ -1848,9 +1881,11 @@
share/drupal/core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
share/drupal/core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php
share/drupal/core/lib/Drupal/Core/Installer/InstallerKernel.php
+share/drupal/core/lib/Drupal/Core/Installer/InstallerModuleExtensionList.php
share/drupal/core/lib/Drupal/Core/Installer/InstallerRedirectTrait.php
share/drupal/core/lib/Drupal/Core/Installer/InstallerRouteBuilder.php
share/drupal/core/lib/Drupal/Core/Installer/InstallerServiceProvider.php
+share/drupal/core/lib/Drupal/Core/Installer/NormalInstallerServiceProvider.php
share/drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php
share/drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php
share/drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php
@@ -2000,6 +2035,8 @@
share/drupal/core/lib/Drupal/Core/Plugin/Context/ContextInterface.php
share/drupal/core/lib/Drupal/Core/Plugin/Context/ContextProviderInterface.php
share/drupal/core/lib/Drupal/Core/Plugin/Context/ContextRepositoryInterface.php
+share/drupal/core/lib/Drupal/Core/Plugin/Context/EntityContext.php
+share/drupal/core/lib/Drupal/Core/Plugin/Context/EntityContextDefinition.php
share/drupal/core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php
share/drupal/core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php
share/drupal/core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php
@@ -2018,6 +2055,8 @@
share/drupal/core/lib/Drupal/Core/Plugin/Discovery/YamlDiscovery.php
share/drupal/core/lib/Drupal/Core/Plugin/Discovery/YamlDiscoveryDecorator.php
share/drupal/core/lib/Drupal/Core/Plugin/Factory/ContainerFactory.php
+share/drupal/core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php
+share/drupal/core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php
share/drupal/core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php
share/drupal/core/lib/Drupal/Core/Plugin/PluginBase.php
share/drupal/core/lib/Drupal/Core/Plugin/PluginDependencyTrait.php
@@ -2028,6 +2067,7 @@
share/drupal/core/lib/Drupal/Core/Plugin/PluginManagerPass.php
share/drupal/core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php
share/drupal/core/lib/Drupal/Core/Plugin/PluginWithFormsTrait.php
+share/drupal/core/lib/Drupal/Core/Plugin/plugin.api.php
share/drupal/core/lib/Drupal/Core/PrivateKey.php
share/drupal/core/lib/Drupal/Core/ProxyBuilder/ProxyBuilder.php
share/drupal/core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php
@@ -2290,6 +2330,7 @@
share/drupal/core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php
share/drupal/core/lib/Drupal/Core/Test/HttpClientMiddleware/TestHttpClientMiddleware.php
share/drupal/core/lib/Drupal/Core/Test/ObjectSerialization.php
+share/drupal/core/lib/Drupal/Core/Test/RefreshVariablesTrait.php
share/drupal/core/lib/Drupal/Core/Test/TestDatabase.php
share/drupal/core/lib/Drupal/Core/Test/TestKernel.php
share/drupal/core/lib/Drupal/Core/Test/TestRunnerKernel.php
@@ -2561,6 +2602,7 @@
share/drupal/core/misc/menu-collapsed-rtl.png
share/drupal/core/misc/menu-collapsed.png
share/drupal/core/misc/menu-expanded.png
+share/drupal/core/misc/normalize-fixes.css
share/drupal/core/misc/print.css
share/drupal/core/misc/progress.es6.js
share/drupal/core/misc/progress.js
@@ -2882,6 +2924,7 @@
share/drupal/core/modules/block/src/Plugin/migrate/process/BlockTheme.php
share/drupal/core/modules/block/src/Plugin/migrate/process/BlockVisibility.php
share/drupal/core/modules/block/src/Plugin/migrate/source/Block.php
+share/drupal/core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php
share/drupal/core/modules/block/src/Tests/BlockTestBase.php
share/drupal/core/modules/block/src/Theme/AdminDemoNegotiator.php
share/drupal/core/modules/block/templates/block.html.twig
@@ -2958,9 +3001,11 @@
share/drupal/core/modules/block/tests/src/Kernel/BlockRebuildTest.php
share/drupal/core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php
share/drupal/core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php
+share/drupal/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockContentTranslationTest.php
share/drupal/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php
share/drupal/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php
share/drupal/core/modules/block/tests/src/Kernel/Plugin/migrate/source/BlockTest.php
+share/drupal/core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php
share/drupal/core/modules/block/tests/src/Traits/BlockCreationTrait.php
share/drupal/core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php
share/drupal/core/modules/block/tests/src/Unit/BlockFormTest.php
@@ -2978,6 +3023,7 @@
share/drupal/core/modules/block_content/block_content.links.task.yml
share/drupal/core/modules/block_content/block_content.module
share/drupal/core/modules/block_content/block_content.pages.inc
+share/drupal/core/modules/block_content/block_content.post_update.php
share/drupal/core/modules/block_content/block_content.routing.yml
share/drupal/core/modules/block_content/block_content.services.yml
share/drupal/core/modules/block_content/config/install/core.entity_view_mode.block_content.full.yml
@@ -2990,7 +3036,12 @@
share/drupal/core/modules/block_content/migrations/block_content_type.yml
share/drupal/core/modules/block_content/migrations/d6_custom_block.yml
share/drupal/core/modules/block_content/migrations/d7_custom_block.yml
+share/drupal/core/modules/block_content/src/Access/AccessGroupAnd.php
+share/drupal/core/modules/block_content/src/Access/DependentAccessInterface.php
+share/drupal/core/modules/block_content/src/Access/RefinableDependentAccessInterface.php
+share/drupal/core/modules/block_content/src/Access/RefinableDependentAccessTrait.php
share/drupal/core/modules/block_content/src/BlockContentAccessControlHandler.php
+share/drupal/core/modules/block_content/src/BlockContentEvents.php
share/drupal/core/modules/block_content/src/BlockContentForm.php
share/drupal/core/modules/block_content/src/BlockContentInterface.php
share/drupal/core/modules/block_content/src/BlockContentListBuilder.php
@@ -3004,21 +3055,27 @@
share/drupal/core/modules/block_content/src/Controller/BlockContentController.php
share/drupal/core/modules/block_content/src/Entity/BlockContent.php
share/drupal/core/modules/block_content/src/Entity/BlockContentType.php
+share/drupal/core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php
Home |
Main Index |
Thread Index |
Old Index