Created
April 14, 2017 06:03
-
-
Save TysonAndre/4c76b665df19bbf2799d8129a0f06463 to your computer and use it in GitHub Desktop.
Phan errors detected by running Phan on drupal (With my fork)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
core/includes/batch.inc:144 PhanParamTooMany Call with 1 arg(s) to \_batch_process() which only takes 0 arg(s) defined at core/includes/batch.inc:209 | |
core/includes/batch.inc:333 PhanTypeMismatchReturn Returning type \Symfony\Component\HttpFoundation\RedirectResponse|object but _batch_process() is declared to return array | |
core/includes/batch.inc:494 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormState::mergeOptions | |
core/includes/batch.inc:496 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormState::getOption | |
core/includes/batch.inc:500 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormState::setAbsolute | |
core/includes/bootstrap.inc:455 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Render\Markup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/includes/bootstrap.inc:678 PhanUndeclaredConstant Reference to undeclared constant \DRUPAL_TEST_IN_CHILD_SITE | |
core/includes/common.inc:893 PhanTypeComparisonFromArray array to null comparison | |
core/includes/common.inc:902 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Render\Markup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/includes/common.inc:1120 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->status | |
core/includes/common.inc:1160 PhanTypeMismatchArgumentInternal Argument 1 (number) is int but \base_convert() takes string | |
core/includes/entity.inc:336 PhanParamTooMany Call with 1 arg(s) to \Drupal\Core\Entity\EntityInterface::label() which only takes 0 arg(s) defined at core/lib/Drupal/Core/Entity/EntityInterface.php:96 | |
core/includes/errors.inc:77 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Render\Markup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/includes/errors.inc:138 PhanUndeclaredConstant Reference to undeclared constant \DRUPAL_TEST_IN_CHILD_SITE | |
core/includes/errors.inc:138 PhanUndeclaredConstant Reference to undeclared constant \SIMPLETEST_COLLECT_ERRORS | |
core/includes/errors.inc:264 PhanParamTooMany Call with 3 arg(s) to \install_display_output() which only takes 2 arg(s) defined at core/includes/install.core.inc:963 | |
core/includes/file.inc:229 PhanTypeMismatchReturn Returning type bool but file_create_url() is declared to return string | |
core/includes/install.core.inc:323 PhanTypeMismatchArgument Argument 3 (class_loader) is array|null but \Drupal\Core\Site\Settings::initialize() takes \Composer\Autoload\ClassLoader defined at core/lib/Drupal/Core/Site/Settings.php:114 | |
core/includes/install.core.inc:1352 PhanTypeMismatchReturn Returning type \Drupal\Core\StringTranslation\TranslatableMarkup[]|array|string[][] but install_download_translation() is declared to return string | |
core/includes/install.core.inc:1411 PhanTypeMismatchReturn Returning type bool but install_check_localization_server() is declared to return string | |
core/includes/install.core.inc:1414 PhanTypeMismatchReturn Returning type bool but install_check_localization_server() is declared to return string | |
core/includes/install.core.inc:1505 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->requires | |
core/includes/install.core.inc:1506 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->requires | |
core/includes/install.core.inc:1512 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->sort | |
core/includes/install.core.inc:1515 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->sort | |
core/includes/install.core.inc:2031 PhanUndeclaredConstant Reference to undeclared constant \DRUPAL_TEST_IN_CHILD_SITE | |
core/includes/install.core.inc:2216 PhanUndeclaredVariable Variable $settings_profile is undeclared | |
core/includes/install.inc:80 PhanTypeMismatchArgument Argument 1 (module) is null but \drupal_get_installed_schema_version() takes string defined at core/includes/schema.inc:76 | |
core/includes/install.inc:80 PhanTypeMismatchForeach int|string passed to foreach instead of array | |
core/includes/install.inc:273 PhanParamTooMany Call with 2 arg(s) to \_drupal_rewrite_settings_is_array_index() which only takes 1 arg(s) defined at core/includes/install.inc:397 | |
core/includes/schema.inc:108 PhanTypeMismatchArgument Argument 1 (module) is null but \drupal_get_installed_schema_version() takes string defined at core/includes/schema.inc:76 | |
core/includes/theme.inc:1306 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Render\Markup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/includes/theme.maintenance.inc:35 PhanUndeclaredConstant Reference to undeclared constant \MAINTENANCE_MODE | |
core/includes/update.inc:303 PhanTypeMismatchArgument Argument 1 (module) is null but \drupal_get_installed_schema_version() takes string defined at core/includes/schema.inc:76 | |
core/includes/update.inc:304 PhanTypeMismatchForeach int|string passed to foreach instead of array | |
core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php:119 PhanTypeMismatchForeach string passed to foreach instead of array | |
core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php:134 PhanUndeclaredMethod Call to undeclared method \RecursiveIterator::getSubPath | |
core/lib/Drupal/Component/Assertion/Handle.php:32 PhanParamTooManyInternal Call with 5 arg(s) to \AssertionError::__construct() which only takes 3 arg(s) | |
core/lib/Drupal/Component/Assertion/global_namespace_php5.php:16 PhanRedefineClassInternal Class \AssertionError defined at core/lib/Drupal/Component/Assertion/global_namespace_php5.php:16 was previously defined as Class \AssertionError internally | |
core/lib/Drupal/Component/DependencyInjection/Container.php:199 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\DependencyInjection\ResettableContainerInterface->scopedServices | |
core/lib/Drupal/Component/DependencyInjection/Container.php:388 PhanTypeMismatchArgument Argument 2 (sourceId) is null but \Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException::__construct() takes string defined at vendor/symfony/dependency-injection/Exception/ParameterNotFoundException.php:33 | |
core/lib/Drupal/Component/DependencyInjection/Container.php:388 PhanTypeMismatchArgument Argument 3 (sourceKey) is null but \Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException::__construct() takes string defined at vendor/symfony/dependency-injection/Exception/ParameterNotFoundException.php:33 | |
core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php:64 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\DependencyInjection\Dumper\OptimizedPhpArrayDumper->aliases | |
core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php:64 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\DependencyInjection\Dumper\Dumper->aliases | |
core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php:413 PhanTypeMismatchArgument Argument 1 (id) is null but \Drupal\Component\DependencyInjection\Dumper\OptimizedPhpArrayDumper::getPrivateServiceCall() takes string defined at core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php:374 | |
core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php:418 PhanUndeclaredClassInstanceof Checking instanceof against undeclared class \Symfony\Component\ExpressionLanguage\Expression | |
core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php:459 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\DependencyInjection\Dumper\Dumper->aliases | |
core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php:460 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\DependencyInjection\Dumper\Dumper->aliases | |
core/lib/Drupal/Component/Diff/DiffFormatter.php:79 PhanUndeclaredVariable Variable $x0 is undeclared | |
core/lib/Drupal/Component/Diff/DiffFormatter.php:79 PhanUndeclaredVariable Variable $y0 is undeclared | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:41 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->xchanged | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:41 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->ychanged | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:42 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->xv | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:42 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->yv | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:43 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->xind | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:43 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->yind | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:44 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:45 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->in_seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:46 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->lcs | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:53 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->xchanged | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:53 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->ychanged | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:62 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->xchanged | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:62 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->ychanged | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:72 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->ychanged | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:76 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->yv | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:77 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->yind | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:81 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->xchanged | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:84 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->xv | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:85 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->xind | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:89 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->xv | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:89 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->yv | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:92 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->xchanged | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:92 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->ychanged | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:93 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->ychanged | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:175 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->xv | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:180 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->yv | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:183 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->lcs | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:184 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:185 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->in_seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:192 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->lcs | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:193 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:199 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->xv | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:199 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->yv | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:206 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->in_seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:214 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:215 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:218 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->in_seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:218 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:219 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:220 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->in_seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:222 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->in_seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:232 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->lcs | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:240 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->lcs | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:245 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->lcs | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:246 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:247 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->lcs | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:247 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:248 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->in_seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:249 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->lcs | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:255 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:263 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:265 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->in_seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:265 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:266 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:267 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->in_seq | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:286 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->xv | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:286 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->yv | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:292 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->xv | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:292 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->yv | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:313 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->ychanged | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:313 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->yind | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:316 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->xchanged | |
core/lib/Drupal/Component/Diff/Engine/DiffEngine.php:316 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Diff\Engine\DiffEngine->xind | |
core/lib/Drupal/Component/FileSystem/RegexDirectoryIterator.php:28 PhanParamTooFewInternal Call with 1 arg(s) to \FilesystemIterator::__construct() which requires 2 arg(s) | |
core/lib/Drupal/Component/Gettext/PoHeader.php:159 PhanParamSpecial1 Argument 2 (pieces) is string but \implode() takes array when argument 1 is string | |
core/lib/Drupal/Component/Gettext/PoItem.php:189 PhanTypeMismatchArgument Argument 1 (source) is array but \Drupal\Component\Gettext\PoItem::setSource() takes string defined at core/lib/Drupal/Component/Gettext/PoItem.php:109 | |
core/lib/Drupal/Component/Gettext/PoItem.php:190 PhanTypeMismatchArgument Argument 1 (translation) is array but \Drupal\Component\Gettext\PoItem::setTranslation() takes string defined at core/lib/Drupal/Component/Gettext/PoItem.php:129 | |
core/lib/Drupal/Component/Gettext/PoItem.php:237 PhanTypeMismatchForeach string passed to foreach instead of array | |
core/lib/Drupal/Component/Gettext/PoMemoryWriter.php:29 PhanParamSpecial1 Argument 2 (pieces) is string but \implode() takes array when argument 1 is string | |
core/lib/Drupal/Component/Gettext/PoMemoryWriter.php:30 PhanParamSpecial1 Argument 2 (pieces) is string but \implode() takes array when argument 1 is string | |
core/lib/Drupal/Component/Gettext/PoStreamReader.php:182 PhanTypeMismatchProperty Assigning null to property but \Drupal\Component\Gettext\PoStreamReader::_last_item is \Drupal\Component\Gettext\PoItem | |
core/lib/Drupal/Component/Gettext/PoStreamReader.php:352 PhanParamTooMany Call with 3 arg(s) to \Drupal\Component\Utility\SafeMarkup::format() which only takes 2 arg(s) defined at core/lib/Drupal/Component/Utility/SafeMarkup.php:88 | |
core/lib/Drupal/Component/Gettext/PoStreamReader.php:411 PhanTypeMismatchProperty Assigning string to property but \Drupal\Component\Gettext\PoStreamReader::_current_plural_index is int | |
core/lib/Drupal/Component/Gettext/PoStreamWriter.php:58 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Gettext\PoStreamInterface->_langcode | |
core/lib/Drupal/Component/Gettext/PoStreamWriter.php:68 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Gettext\PoStreamInterface->_langcode | |
core/lib/Drupal/Component/Gettext/PoStreamWriter.php:68 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Gettext\PoStreamWriter->_langcode | |
core/lib/Drupal/Component/Gettext/PoStreamWriter.php:92 PhanUndeclaredClassMethod Call to method __construct from undeclared class \Drupal\Component\Gettext\Exception | |
core/lib/Drupal/Component/Gettext/PoStreamWriter.php:109 PhanUndeclaredClassMethod Call to method __construct from undeclared class \Drupal\Component\Gettext\Exception | |
core/lib/Drupal/Component/Gettext/PoStreamWriter.php:145 PhanUndeclaredClassMethod Call to method __construct from undeclared class \Drupal\Component\Gettext\Exception | |
core/lib/Drupal/Component/Plugin/Context/Context.php:79 PhanTypeArraySuspicious Suspicious array access to \Drupal\Component\Plugin\Context\ContextDefinitionInterface | |
core/lib/Drupal/Component/Plugin/Context/Context.php:82 PhanTypeArraySuspicious Suspicious array access to \Drupal\Component\Plugin\Context\ContextDefinitionInterface | |
core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php:44 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Plugin\ContextAwarePluginBase->contexts | |
core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php:44 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Plugin\ContextAwarePluginInterface->contexts | |
core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php:22 PhanUndeclaredTypeProperty Property \Drupal\Component\Plugin\Discovery\StaticDiscoveryDecorator::registerDefinitions has undeclared type \Callable | |
core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php:33 PhanUndeclaredTypeParameter Parameter of undeclared type \Callable | |
core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php:43 PhanTypeMismatchArgumentInternal Argument 1 (function) is \Callable but \call_user_func() takes callable | |
core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php:54 PhanTypeMismatchArgumentInternal Argument 1 (function) is \Callable but \call_user_func() takes callable | |
core/lib/Drupal/Component/Plugin/PluginManagerBase.php:76 PhanUndeclaredMethod Call to undeclared method \Drupal\Component\Plugin\FallbackPluginManagerInterface::getFactory | |
core/lib/Drupal/Component/Plugin/PluginManagerBase.php:80 PhanUndeclaredMethod Call to undeclared method \Drupal\Component\Plugin\FallbackPluginManagerInterface::getFactory | |
core/lib/Drupal/Component/Render/FormattableMarkup.php:85 PhanUndeclaredProperty Reference to undeclared property \Countable->string | |
core/lib/Drupal/Component/Render/FormattableMarkup.php:85 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Render\FormattableMarkup->string | |
core/lib/Drupal/Component/Render/FormattableMarkup.php:93 PhanUndeclaredProperty Reference to undeclared property \Countable->string | |
core/lib/Drupal/Component/Render/FormattableMarkup.php:103 PhanUndeclaredProperty Reference to undeclared property \Countable->string | |
core/lib/Drupal/Component/Serialization/Yaml.php:54 PhanTypeMismatchProperty Assigning string to property but \Drupal\Component\Serialization\Yaml::serializer is \Drupal\Component\Serialization\SerializationInterface | |
core/lib/Drupal/Component/Serialization/Yaml.php:58 PhanTypeMismatchProperty Assigning string to property but \Drupal\Component\Serialization\Yaml::serializer is \Drupal\Component\Serialization\SerializationInterface | |
core/lib/Drupal/Component/Serialization/YamlPecl.php:23 PhanUndeclaredConstant Reference to undeclared constant \YAML_LN_BREAK | |
core/lib/Drupal/Component/Serialization/YamlPecl.php:23 PhanUndeclaredConstant Reference to undeclared constant \YAML_UTF8_ENCODING | |
core/lib/Drupal/Component/Serialization/YamlPecl.php:45 PhanUndeclaredConstant Reference to undeclared constant \YAML_BOOL_TAG | |
core/lib/Drupal/Component/Transliteration/PhpTransliteration.php:248 PhanUndeclaredVariable Variable $overrides is undeclared | |
core/lib/Drupal/Component/Transliteration/PhpTransliteration.php:276 PhanUndeclaredVariable Variable $base is undeclared | |
core/lib/Drupal/Component/Utility/Bytes.php:35 PhanTypeMismatchReturn Returning type float but toInt() is declared to return int | |
core/lib/Drupal/Component/Utility/Bytes.php:38 PhanTypeMismatchArgumentInternal Argument 1 (number) is array|string but \round() takes float | |
core/lib/Drupal/Component/Utility/Bytes.php:38 PhanTypeMismatchReturn Returning type float but toInt() is declared to return int | |
core/lib/Drupal/Component/Utility/Color.php:94 PhanTypeMismatchArgumentInternal Argument 3 (pad_string) is int but \str_pad() takes string | |
core/lib/Drupal/Component/Utility/Html.php:235 PhanTypeMismatchProperty Assigning null to property but \Drupal\Component\Utility\Html::seenIds is array|int[] | |
core/lib/Drupal/Component/Utility/NestedArray.php:263 PhanTypeMismatchArgument Argument 3 (key_exists) is null but \Drupal\Component\Utility\NestedArray::getValue() takes bool defined at core/lib/Drupal/Component/Utility/NestedArray.php:69 | |
core/lib/Drupal/Component/Utility/Number.php:80 PhanTypeMismatchArgumentInternal Argument 1 (number) is int but \base_convert() takes string | |
core/lib/Drupal/Component/Utility/Random.php:273 PhanTypeMismatchArgumentInternal Argument 2 (str) is int but \explode() takes string | |
core/lib/Drupal/Component/Utility/Random.php:274 PhanTypeMismatchArgumentInternal Argument 2 (str) is int but \explode() takes string | |
core/lib/Drupal/Component/Utility/Timer.php:45 PhanTypeMismatchReturn Returning type float but read() is declared to return int | |
core/lib/Drupal/Component/Utility/Variable.php:33 PhanParamTooMany Call with 3 arg(s) to \Drupal\Component\Utility\Variable::export() which only takes 2 arg(s) defined at core/lib/Drupal/Component/Utility/Variable.php:23 | |
core/lib/Drupal/Component/Utility/Xss.php:311 PhanTypeMismatchReturn Returning type array|string[] but attributes() is declared to return string | |
core/lib/Drupal/Component/Uuid/Pecl.php:14 PhanUndeclaredConstant Reference to undeclared constant \UUID_TYPE_DEFAULT | |
core/lib/Drupal/Component/Uuid/Pecl.php:14 PhanUndeclaredFunction Call to undeclared function \uuid_create() | |
core/lib/Drupal/Core/Access/AccessManager.php:83 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Routing\RouteProviderInterface::getRouteByName() which only takes 1 arg(s) defined at vendor/symfony-cmf/routing/RouteProviderInterface.php:61 | |
core/lib/Drupal/Core/Access/AccessResult.php:345 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Access\AccessResultInterface::getCacheMaxAge | |
core/lib/Drupal/Core/Access/AccessResult.php:351 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Access\AccessResultInterface::getCacheMaxAge | |
core/lib/Drupal/Core/Access/CheckProvider.php:138 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Routing\Access\AccessInterface::applies | |
core/lib/Drupal/Core/Action/ActionBase.php:22 PhanParamTooMany Call with 1 arg(s) to \Drupal\Core\Action\ActionBase::execute() which only takes 0 arg(s) defined at core/lib/Drupal/Core/Executable/ExecutableInterface.php:15 | |
core/lib/Drupal/Core/Ajax/CommandWithAttachedAssetsTrait.php:32 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Ajax\CommandWithAttachedAssetsTrait->content | |
core/lib/Drupal/Core/Ajax/CommandWithAttachedAssetsTrait.php:33 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Ajax\CommandWithAttachedAssetsTrait->content | |
core/lib/Drupal/Core/Ajax/CommandWithAttachedAssetsTrait.php:34 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Ajax\CommandWithAttachedAssetsTrait->content | |
core/lib/Drupal/Core/Ajax/CommandWithAttachedAssetsTrait.php:38 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Ajax\CommandWithAttachedAssetsTrait->content | |
core/lib/Drupal/Core/Ajax/InsertCommand.php:61 PhanTypeMismatchProperty Assigning ?array to property but \Drupal\Core\Ajax\InsertCommand::settings is array | |
core/lib/Drupal/Core/Ajax/InsertCommand.php:61 PhanTypeMismatchProperty Assigning ?array|null to property but \Drupal\Core\Ajax\InsertCommand::settings is array | |
core/lib/Drupal/Core/Ajax/OpenDialogCommand.php:122 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Ajax\OpenDialogCommand::setDialogOptions() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Ajax/OpenDialogCommand.php:98 | |
core/lib/Drupal/Core/Ajax/OpenDialogCommand.php:122 PhanTypeMismatchArgument Argument 1 (dialog_options) is string but \Drupal\Core\Ajax\OpenDialogCommand::setDialogOptions() takes array defined at core/lib/Drupal/Core/Ajax/OpenDialogCommand.php:98 | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:80 PhanRedefineFunctionInternal Function gzopen defined at core/lib/Drupal/Core/Archiver/ArchiveTar.php:80 was previously defined internally | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:82 PhanUndeclaredFunction Call to undeclared function \gzopen64() | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:87 PhanRedefineFunctionInternal Function gztell defined at core/lib/Drupal/Core/Archiver/ArchiveTar.php:87 was previously defined internally | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:89 PhanUndeclaredFunction Call to undeclared function \gztell64() | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:94 PhanRedefineFunctionInternal Function gzseek defined at core/lib/Drupal/Core/Archiver/ArchiveTar.php:94 was previously defined internally | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:96 PhanUndeclaredFunction Call to undeclared function \gzseek64() | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:137 PhanTypeMismatchProperty Assigning int to property but \Drupal\Core\Archiver\ArchiveTar::_file is \Drupal\Core\Archiver\file | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:137 PhanUndeclaredTypeProperty Property \Drupal\Core\Archiver\ArchiveTar::_file has undeclared type \Drupal\Core\Archiver\file | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:375 PhanTypeMismatchArgument Argument 2 (p_list_detail) is array but \Drupal\Core\Archiver\ArchiveTar::_extractList() takes string defined at core/lib/Drupal/Core/Archiver/ArchiveTar.php:1920 | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:428 PhanTypeComparisonFromArray array to string comparison | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:616 PhanTypeMismatchArgument Argument 2 (p_list_detail) is array but \Drupal\Core\Archiver\ArchiveTar::_extractList() takes string defined at core/lib/Drupal/Core/Archiver/ArchiveTar.php:1920 | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:616 PhanTypeMismatchArgument Argument 4 (p_file_list) is int but \Drupal\Core\Archiver\ArchiveTar::_extractList() takes string defined at core/lib/Drupal/Core/Archiver/ArchiveTar.php:1920 | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:685 PhanTypeMismatchArgument Argument 2 (p_list_detail) is array but \Drupal\Core\Archiver\ArchiveTar::_extractList() takes string defined at core/lib/Drupal/Core/Archiver/ArchiveTar.php:1920 | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:685 PhanTypeMismatchArgument Argument 4 (p_file_list) is array but \Drupal\Core\Archiver\ArchiveTar::_extractList() takes string defined at core/lib/Drupal/Core/Archiver/ArchiveTar.php:1920 | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:816 PhanTypeMismatchProperty Assigning resource to property but \Drupal\Core\Archiver\ArchiveTar::_file is \Drupal\Core\Archiver\file|int | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:819 PhanTypeMismatchProperty Assigning resource to property but \Drupal\Core\Archiver\ArchiveTar::_file is \Drupal\Core\Archiver\file|int | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:822 PhanUndeclaredFunction Call to undeclared function \xzopen() | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:825 PhanTypeMismatchProperty Assigning resource to property but \Drupal\Core\Archiver\ArchiveTar::_file is \Drupal\Core\Archiver\file|int | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:890 PhanTypeMismatchProperty Assigning resource to property but \Drupal\Core\Archiver\ArchiveTar::_file is \Drupal\Core\Archiver\file|int | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:893 PhanTypeMismatchProperty Assigning resource to property but \Drupal\Core\Archiver\ArchiveTar::_file is \Drupal\Core\Archiver\file|int | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:896 PhanUndeclaredFunction Call to undeclared function \xzopen() | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:899 PhanTypeMismatchProperty Assigning resource to property but \Drupal\Core\Archiver\ArchiveTar::_file is \Drupal\Core\Archiver\file|int | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:925 PhanTypeMismatchProperty Assigning resource to property but \Drupal\Core\Archiver\ArchiveTar::_file is \Drupal\Core\Archiver\file|int | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:942 PhanTypeMismatchProperty Assigning resource to property but \Drupal\Core\Archiver\ArchiveTar::_file is \Drupal\Core\Archiver\file|int | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:979 PhanUndeclaredFunction Call to undeclared function \xzclose() | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:1037 PhanUndeclaredFunction Call to undeclared function \gzputs() | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:1043 PhanUndeclaredFunction Call to undeclared function \xzwrite() | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:1058 PhanUndeclaredFunction Call to undeclared function \gzputs() | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:1064 PhanUndeclaredFunction Call to undeclared function \xzwrite() | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:1096 PhanUndeclaredFunction Call to undeclared function \xzread() | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:1867 PhanTypeMismatchReturn Returning type null but _extractInString() is declared to return \Drupal\Core\Archiver\a | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:1877 PhanTypeMismatchReturn Returning type null but _extractInString() is declared to return \Drupal\Core\Archiver\a | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:1887 PhanTypeMismatchReturn Returning type null but _extractInString() is declared to return \Drupal\Core\Archiver\a | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:1901 PhanTypeMismatchReturn Returning type string but _extractInString() is declared to return \Drupal\Core\Archiver\a | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:1904 PhanTypeMismatchArgument Argument 1 (p_len) is float|int but \Drupal\Core\Archiver\ArchiveTar::_jumpBlock() takes null defined at core/lib/Drupal/Core/Archiver/ArchiveTar.php:1117 | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:1908 PhanTypeMismatchReturn Returning type null but _extractInString() is declared to return \Drupal\Core\Archiver\a | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:1988 PhanTypeMismatchArgument Argument 1 (p_len) is float|int but \Drupal\Core\Archiver\ArchiveTar::_jumpBlock() takes null defined at core/lib/Drupal/Core/Archiver/ArchiveTar.php:1117 | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:2162 PhanTypeMismatchArgument Argument 1 (p_len) is float|int but \Drupal\Core\Archiver\ArchiveTar::_jumpBlock() takes null defined at core/lib/Drupal/Core/Archiver/ArchiveTar.php:1117 | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:2165 PhanTypeMismatchArgument Argument 1 (p_len) is float|int but \Drupal\Core\Archiver\ArchiveTar::_jumpBlock() takes null defined at core/lib/Drupal/Core/Archiver/ArchiveTar.php:1117 | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:2222 PhanUndeclaredFunction Call to undeclared function \xzopen() | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:2284 PhanUndeclaredFunction Call to undeclared function \xzread() | |
core/lib/Drupal/Core/Archiver/ArchiveTar.php:2300 PhanUndeclaredFunction Call to undeclared function \xzclose() | |
core/lib/Drupal/Core/Archiver/Tar.php:88 PhanTypeMismatchReturn Returning type \Drupal\Core\Archiver\ArchiveTar but getArchive() is declared to return \Drupal\Core\Archiver\Archive_Tar | |
core/lib/Drupal/Core/Archiver/Zip.php:17 PhanUndeclaredTypeProperty Property \Drupal\Core\Archiver\Zip::zip has undeclared type \ZipArchive | |
core/lib/Drupal/Core/Archiver/Zip.php:30 PhanUndeclaredClassMethod Call to method __construct from undeclared class \ZipArchive | |
core/lib/Drupal/Core/Archiver/Zip.php:31 PhanUndeclaredClassMethod Call to method open from undeclared class \ZipArchive | |
core/lib/Drupal/Core/Archiver/Zip.php:40 PhanUndeclaredClassMethod Call to method addFile from undeclared class \ZipArchive | |
core/lib/Drupal/Core/Archiver/Zip.php:49 PhanUndeclaredClassMethod Call to method deleteName from undeclared class \ZipArchive | |
core/lib/Drupal/Core/Archiver/Zip.php:59 PhanUndeclaredClassMethod Call to method extractTo from undeclared class \ZipArchive | |
core/lib/Drupal/Core/Archiver/Zip.php:62 PhanUndeclaredClassMethod Call to method extractTo from undeclared class \ZipArchive | |
core/lib/Drupal/Core/Archiver/Zip.php:74 PhanUndeclaredClassMethod Call to method getNameIndex from undeclared class \ZipArchive | |
core/lib/Drupal/Core/Asset/AssetDumper.php:40 PhanUndeclaredConstant Reference to undeclared constant \FORCE_GZIP | |
core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php:46 PhanTypeMismatchArgument Argument 1 (cid) is null but \Drupal\Core\Cache\CacheCollector::__construct() takes string defined at core/lib/Drupal/Core/Cache/CacheCollector.php:113 | |
core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php:161 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Asset\LibraryDiscoveryCollector::cid is string | |
core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php:426 PhanTypeMismatchArgument Argument 3 (key_exists) is null but \Drupal\Component\Utility\NestedArray::getValue() takes bool defined at core/lib/Drupal/Component/Utility/NestedArray.php:69 | |
core/lib/Drupal/Core/Authentication/AuthenticationCollector.php:45 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Authentication\AuthenticationCollector::sortedProviders is \Drupal\Core\Authentication\AuthenticationProviderInterface[] | |
core/lib/Drupal/Core/Authentication/AuthenticationCollector.php:48 PhanTypeMismatchProperty Assigning bool[] to property but \Drupal\Core\Authentication\AuthenticationCollector::globalProviders is string[] | |
core/lib/Drupal/Core/Authentication/AuthenticationManager.php:87 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Authentication\AuthenticationProviderInterface::challengeException | |
core/lib/Drupal/Core/Authentication/AuthenticationManager.php:121 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Authentication\AuthenticationProviderChallengeInterface::applies | |
core/lib/Drupal/Core/Batch/BatchStorage.php:71 PhanTypeMismatchArgumentInternal Argument 1 (variable_representation) is bool but \unserialize() takes string | |
core/lib/Drupal/Core/Batch/BatchStorage.php:81 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Batch/BatchStorage.php:95 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Batch/BatchStorage.php:111 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Batch/BatchStorage.php:112 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\Delete::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/Block/Annotation/Block.php:30 PhanTypeMismatchProperty Assigning string to property but \Drupal\Core\Block\Annotation\Block::admin_label is \Drupal\Core\Annotation\Translation | |
core/lib/Drupal/Core/Block/Annotation/Block.php:39 PhanTypeMismatchProperty Assigning string to property but \Drupal\Core\Block\Annotation\Block::category is \Drupal\Core\Annotation\Translation | |
core/lib/Drupal/Core/Block/BlockManager.php:58 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Block\BlockManager::traitGetSortedDefinitions | |
core/lib/Drupal/Core/Block/BlockManager.php:68 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Block\BlockManager::traitGetGroupedDefinitions | |
core/lib/Drupal/Core/Cache/Apcu4Backend.php:17 PhanUndeclaredConstant Reference to undeclared constant \APC_ITER_ALL | |
core/lib/Drupal/Core/Cache/Apcu4Backend.php:17 PhanUndeclaredConstant Reference to undeclared constant \APC_LIST_ACTIVE | |
core/lib/Drupal/Core/Cache/Apcu4Backend.php:18 PhanUndeclaredClassMethod Call to method __construct from undeclared class \APCIterator | |
core/lib/Drupal/Core/Cache/ApcuBackend.php:143 PhanTypeMismatchArgumentInternal Argument 2 (str) is array but \explode() takes string | |
core/lib/Drupal/Core/Cache/ApcuBackend.php:149 PhanTypeMismatchArgument Argument 1 (checksum) is string but \Drupal\Core\Cache\CacheTagsChecksumInterface::isValid() takes int defined at core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php:49 | |
core/lib/Drupal/Core/Cache/ApcuBackend.php:168 PhanTypeMismatchProperty Assigning float to property but \stdClass::created is int | |
core/lib/Drupal/Core/Cache/ApcuBackend.php:170 PhanTypeMismatchProperty Assigning string to property but \stdClass::tags is array | |
core/lib/Drupal/Core/Cache/ApcuBackend.php:267 PhanUndeclaredConstant Reference to undeclared constant \APC_ITER_ALL | |
core/lib/Drupal/Core/Cache/ApcuBackend.php:267 PhanUndeclaredConstant Reference to undeclared constant \APC_LIST_ACTIVE | |
core/lib/Drupal/Core/Cache/ChainedFastBackend.php:95 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Cache\ChainedFastBackend::lastWriteTimestamp is float | |
core/lib/Drupal/Core/Cache/ChainedFastBackend.php:245 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Cache\CacheBackendInterface::invalidateTags | |
core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php:111 PhanParamTooMany Call with 1 arg(s) to \Drupal\Core\Cache\Context\CacheContextInterface::getCacheableMetadata() which only takes 0 arg(s) defined at core/lib/Drupal/Core/Cache/Context/CacheContextInterface.php:44 | |
core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php:118 PhanParamTooMany Call with 1 arg(s) to \Drupal\Core\Cache\Context\CacheContextInterface::getContext() which only takes 0 arg(s) defined at core/lib/Drupal/Core/Cache/Context/CacheContextInterface.php:27 | |
core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php:179 PhanParamTooMany Call with 1 arg(s) to \Drupal\Core\Cache\Context\CacheContextInterface::getCacheableMetadata() which only takes 0 arg(s) defined at core/lib/Drupal/Core/Cache/Context/CacheContextInterface.php:44 | |
core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php:264 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\Context\CacheContextsManager->validContextTokens | |
core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php:265 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\Context\CacheContextsManager->validContextTokens | |
core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php:273 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\Context\CacheContextsManager->validContextTokens | |
core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php:287 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\Context\CacheContextsManager->validContextTokens | |
core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php:288 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\Context\CacheContextsManager->validContextTokens | |
core/lib/Drupal/Core/Cache/DatabaseBackend.php:252 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Cache/DatabaseBackend.php:299 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Cache/DatabaseBackend.php:329 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Cache/DatabaseBackend.php:330 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\Delete::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/Cache/DatabaseBackend.php:331 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/Cache/PhpBackend.php:252 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheBackendInterface->storage | |
core/lib/Drupal/Core/Cache/PhpBackend.php:253 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheBackendInterface->storage | |
core/lib/Drupal/Core/Cache/PhpBackend.php:253 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\PhpBackend->storage | |
core/lib/Drupal/Core/Cache/PhpBackend.php:255 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheBackendInterface->storage | |
core/lib/Drupal/Core/Command/DbCommandBase.php:19 PhanTypeMismatchArgument Argument 2 (shortcut) is null but \Drupal\Core\Command\DbCommandBase::addOption() takes string defined at vendor/symfony/console/Command/Command.php:413 | |
core/lib/Drupal/Core/Composer/Composer.php:75 PhanUndeclaredTypeParameter Parameter of undeclared type \Composer\Script\Event | |
core/lib/Drupal/Core/Composer/Composer.php:77 PhanUndeclaredClassMethod Call to method getComposer from undeclared class \Composer\Script\Event | |
core/lib/Drupal/Core/Composer/Composer.php:80 PhanUndeclaredClassMethod Call to method getComposer from undeclared class \Composer\Script\Event | |
core/lib/Drupal/Core/Composer/Composer.php:112 PhanUndeclaredTypeParameter Parameter of undeclared type \Composer\Script\Event | |
core/lib/Drupal/Core/Composer/Composer.php:116 PhanUndeclaredClassMethod Call to method getComposer from undeclared class \Composer\Script\Event | |
core/lib/Drupal/Core/Composer/Composer.php:145 PhanUndeclaredTypeParameter Parameter of undeclared type \Composer\Script\Event | |
core/lib/Drupal/Core/Composer/Composer.php:147 PhanUndeclaredClassMethod Call to method getComposer from undeclared class \Composer\Script\Event | |
core/lib/Drupal/Core/Composer/Composer.php:154 PhanUndeclaredClassMethod Call to method getComposer from undeclared class \Composer\Script\Event | |
core/lib/Drupal/Core/Composer/Composer.php:169 PhanUndeclaredTypeParameter Parameter of undeclared type \Composer\Installer\PackageEvent | |
core/lib/Drupal/Core/Composer/Composer.php:170 PhanUndeclaredClassMethod Call to method getComposer from undeclared class \Composer\Installer\PackageEvent | |
core/lib/Drupal/Core/Composer/Composer.php:171 PhanUndeclaredClassMethod Call to method getIO from undeclared class \Composer\Installer\PackageEvent | |
core/lib/Drupal/Core/Composer/Composer.php:172 PhanUndeclaredClassMethod Call to method getOperation from undeclared class \Composer\Installer\PackageEvent | |
core/lib/Drupal/Core/Condition/ConditionManager.php:66 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Executable\ExecutableInterface::evaluate | |
core/lib/Drupal/Core/Condition/ConditionManager.php:67 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Executable\ExecutableInterface::isNegated | |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php:84 PhanParamTooMany Call with 1 arg(s) to \Drupal\Core\Executable\ExecutableInterface::execute() which only takes 0 arg(s) defined at core/lib/Drupal/Core/Executable/ExecutableInterface.php:15 | |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php:124 PhanTypeMismatchProperty Assigning \Drupal\Core\Executable\ExecutableManagerInterface to property but \Drupal\Core\Condition\ConditionPluginBase::executableManager is \Drupal\Core\Executable\ExecutableInterface | |
core/lib/Drupal/Core/Config/Config.php:210 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Config\Config::schemaWrapper is \Drupal\Core\Config\Schema\Element | |
core/lib/Drupal/Core/Config/ConfigFactory.php:244 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Config\StorageInterface::resetListCache | |
core/lib/Drupal/Core/Config/ConfigImporter.php:376 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->sort | |
core/lib/Drupal/Core/Config/ConfigImporter.php:864 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getIDFromConfigName | |
core/lib/Drupal/Core/Config/ConfigImporter.php:864 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getConfigPrefix | |
core/lib/Drupal/Core/Config/ConfigImporter.php:1017 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::importRename | |
core/lib/Drupal/Core/Config/ConfigInstaller.php:153 PhanTypeMismatchArgument Argument 1 (storage) is \Drupal\Core\Config\ExtensionInstallStorage|\Drupal\Core\Config\InstallStorage but \Drupal\Core\Config\ConfigInstaller::installOptionalConfig() takes ?\Drupal\Core\Config\StorageInterface defined at core/lib/Drupal/Core/Config/ConfigInstaller.php:163 | |
core/lib/Drupal/Core/Config/ConfigInstaller.php:229 PhanParamTooMany Call with 3 arg(s) to \Drupal\Core\Config\ConfigInstaller::createConfiguration() which only takes 2 arg(s) defined at core/lib/Drupal/Core/Config/ConfigInstaller.php:274 | |
core/lib/Drupal/Core/Config/ConfigInstaller.php:322 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getIDFromConfigName | |
core/lib/Drupal/Core/Config/ConfigInstaller.php:322 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getConfigPrefix | |
core/lib/Drupal/Core/Config/ConfigInstaller.php:324 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::updateFromStorageRecord | |
core/lib/Drupal/Core/Config/ConfigInstaller.php:327 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::createFromStorageRecord | |
core/lib/Drupal/Core/Config/ConfigInstaller.php:398 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Config\ConfigInstaller::sourceStorage is \Drupal\Core\Config\StorageInterface | |
core/lib/Drupal/Core/Config/ConfigManager.php:101 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getConfigPrefix | |
core/lib/Drupal/Core/Config/ConfigManager.php:113 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getConfigPrefix | |
core/lib/Drupal/Core/Config/ConfigManager.php:277 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getConfigPrefix | |
core/lib/Drupal/Core/Config/DatabaseStorage.php:176 PhanTypeMismatchArgumentInternal Argument 2 (code) is null but \Drupal\Core\Config\StorageException::__construct() takes int | |
core/lib/Drupal/Core/Config/DatabaseStorage.php:223 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Config/DatabaseStorage.php:237 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Config/DatabaseStorage.php:286 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php:347 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Config\Entity\ConfigDependencyManager::graph is array | |
core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php:347 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Config\Entity\ConfigDependencyManager::graph is array|int[][]|null[][] | |
core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php:379 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Config\Entity\ConfigDependencyManager::graph is array|int[][]|null[][] | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php:252 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Config\Entity\ConfigEntityInterface->weight | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php:253 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Config\Entity\ConfigEntityInterface->weight | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php:270 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getPropertiesToExport | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php:272 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getConfigPrefix | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php:320 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityWithPluginCollectionInterface::set | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php:359 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityWithPluginCollectionInterface::set | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php:388 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityWithPluginCollectionInterface::calculatePluginDependencies | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php:396 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Config\Entity\ThirdPartySettingsInterface::addDependency | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php:462 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Config\Entity\ConfigEntityBase::addDependencyTrait | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php:483 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getConfigPrefix | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php:20 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadMultipleOverrideFree | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php:36 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::status | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:152 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getConfigPrefix | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:186 PhanTypeMismatchArgument Argument 1 (key) is null but \Drupal\Core\Config\ImmutableConfig::getOriginal() takes string defined at core/lib/Drupal/Core/Config/Config.php:279 | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:189 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Config\Entity\ConfigEntityStorage::mapFromStorageRecords() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Entity/EntityStorageBase.php:319 | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:255 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:256 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:280 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasTrustedData | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:284 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasTrustedData | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:290 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:394 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getConfigPrefix | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:399 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setSyncing | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:400 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\Core\Config\Entity\ConfigEntityStorage::updateFromStorageRecord() takes \Drupal\Core\Config\Entity\ConfigEntityInterface defined at core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:469 | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:400 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface|null but \Drupal\Core\Config\Entity\ConfigEntityStorage::updateFromStorageRecord() takes \Drupal\Core\Config\Entity\ConfigEntityInterface defined at core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:469 | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:409 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getConfigPrefix | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:411 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setSyncing | |
core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:470 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Config\Entity\ConfigEntityInterface->original | |
core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php:80 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php:86 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php:162 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php:164 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php:54 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Config\Entity\Query\QueryFactory->keyValueFactory | |
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php:54 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\EventDispatcher\EventSubscriberInterface->keyValueFactory | |
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php:55 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Config\Entity\Query\QueryFactory->configManager | |
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php:55 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\EventDispatcher\EventSubscriberInterface->configManager | |
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php:63 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\EventDispatcher\EventSubscriberInterface->keyValueFactory | |
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php:83 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\EventDispatcher\EventSubscriberInterface->keyValueFactory | |
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php:227 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\EventDispatcher\EventSubscriberInterface->configManager | |
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php:229 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\EventDispatcher\EventSubscriberInterface->configManager | |
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php:242 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\EventDispatcher\EventSubscriberInterface->configManager | |
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php:244 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\EventDispatcher\EventSubscriberInterface->configManager | |
core/lib/Drupal/Core/Config/FileStorage.php:254 PhanParamTooFewInternal Call with 1 arg(s) to \FilesystemIterator::__construct() which requires 2 arg(s) | |
core/lib/Drupal/Core/Config/InstallStorage.php:273 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Config\InstallStorage::folders is array | |
core/lib/Drupal/Core/Config/Schema/ArrayElement.php:161 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\TypedData\DataDefinitionInterface | |
core/lib/Drupal/Core/Config/Schema/Mapping.php:25 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\TypedData\DataDefinitionInterface | |
core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php:84 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Config\Schema\Element::get | |
core/lib/Drupal/Core/Config/Schema/Sequence.php:23 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\TypedData\DataDefinitionInterface | |
core/lib/Drupal/Core/Config/Schema/Sequence.php:24 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\TypedData\DataDefinitionInterface | |
core/lib/Drupal/Core/Config/Schema/Sequence.php:26 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\TypedData\DataDefinitionInterface | |
core/lib/Drupal/Core/Config/Schema/Sequence.php:27 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\TypedData\DataDefinitionInterface | |
core/lib/Drupal/Core/Config/StorableConfigBase.php:181 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Config\Schema\Element::get | |
core/lib/Drupal/Core/Config/TypedConfigManager.php:107 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\TypedData\DataDefinitionInterface | |
core/lib/Drupal/Core/Config/TypedConfigManager.php:108 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\TypedData\DataDefinitionInterface | |
core/lib/Drupal/Core/Config/TypedConfigManager.php:202 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Config\StorageInterface::reset | |
core/lib/Drupal/Core/Controller/ControllerBase.php:116 PhanDeprecatedTrait Using a deprecated trait \Drupal\Core\Routing\LinkGeneratorTrait defined at core/lib/Drupal/Core/Routing/LinkGeneratorTrait.php:20 | |
core/lib/Drupal/Core/Controller/ControllerBase.php:116 PhanDeprecatedTrait Using a deprecated trait \Drupal\Core\Routing\UrlGeneratorTrait defined at core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php:18 | |
core/lib/Drupal/Core/Database/Connection.php:190 PhanTypeMissingReturn Method \Drupal\Core\Database\Connection::open is declared to return \PDO but has no return value | |
core/lib/Drupal/Core/Database/Connection.php:634 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\StatementInterface->allowRowCount | |
core/lib/Drupal/Core/Database/Connection.php:638 PhanTypeMismatchReturn Returning type string but query() is declared to return \Drupal\Core\Database\StatementInterface|int|null | |
core/lib/Drupal/Core/Database/Connection.php:1463 PhanTypeMismatchReturn Returning type int but getSQLState() is declared to return string | |
core/lib/Drupal/Core/Database/Database.php:336 PhanTypeMismatchArgument Argument 1 (target) is null but \Drupal\Core\Database\Database::closeConnection() takes string defined at core/lib/Drupal/Core/Database/Database.php:399 | |
core/lib/Drupal/Core/Database/Driver/mysql/Connection.php:90 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\DatabaseException::getPrevious | |
core/lib/Drupal/Core/Database/Driver/mysql/Connection.php:94 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\DatabaseException::getMessage | |
core/lib/Drupal/Core/Database/Driver/mysql/Connection.php:95 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\DatabaseException::getCode | |
core/lib/Drupal/Core/Database/Driver/mysql/Connection.php:95 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\DatabaseException::getPrevious | |
core/lib/Drupal/Core/Database/Driver/mysql/Connection.php:134 PhanUndeclaredConstant Reference to undeclared constant \PDO::MYSQL_ATTR_USE_BUFFERED_QUERY | |
core/lib/Drupal/Core/Database/Driver/mysql/Connection.php:138 PhanUndeclaredConstant Reference to undeclared constant \PDO::MYSQL_ATTR_FOUND_ROWS | |
core/lib/Drupal/Core/Database/Driver/mysql/Connection.php:145 PhanUndeclaredConstant Reference to undeclared constant \PDO::MYSQL_ATTR_MULTI_STATEMENTS | |
core/lib/Drupal/Core/Database/Driver/mysql/Connection.php:203 PhanUndeclaredStaticMethod Static call to undeclared method \Drupal\Core\Database\Connection::serialize | |
core/lib/Drupal/Core/Database/Driver/mysql/Connection.php:333 PhanUndeclaredProperty Reference to undeclared property \RuntimeException->errorInfo | |
core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php:69 PhanUndeclaredProperty Reference to undeclared property \Exception->errorInfo | |
core/lib/Drupal/Core/Database/Driver/pgsql/Delete.php:16 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::addSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/Delete.php:21 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::rollbackSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/Delete.php:24 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::releaseSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php:26 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Schema::queryTableInformation | |
core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php:38 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\StatementInterface::bindParam | |
core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php:44 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\StatementInterface::bindParam | |
core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php:81 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\StatementInterface::bindParam | |
core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php:102 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::addSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php:111 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::releaseSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php:114 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::rollbackSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/NativeUpsert.php:25 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Schema::queryTableInformation | |
core/lib/Drupal/Core/Database/Driver/pgsql/NativeUpsert.php:37 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\StatementInterface::bindParam | |
core/lib/Drupal/Core/Database/Driver/pgsql/NativeUpsert.php:43 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\StatementInterface::bindParam | |
core/lib/Drupal/Core/Database/Driver/pgsql/NativeUpsert.php:81 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::addSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/NativeUpsert.php:84 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::releaseSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/NativeUpsert.php:87 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::rollbackSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:115 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::addSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:139 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::rollbackSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:142 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::releaseSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:215 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::addSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:225 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::rollbackSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:229 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::releaseSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php:547 PhanUndeclaredVariable Variable $keys_new is undeclared | |
core/lib/Drupal/Core/Database/Driver/pgsql/Select.php:110 PhanTypeMismatchArgument Argument 1 (table_alias) is null but \Drupal\Core\Database\Driver\pgsql\Select::addField() takes string defined at core/lib/Drupal/Core/Database/Query/Select.php:522 | |
core/lib/Drupal/Core/Database/Driver/pgsql/Select.php:143 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::addSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/Select.php:148 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::rollbackSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/Select.php:151 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::releaseSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/Truncate.php:16 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::addSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/Truncate.php:21 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::rollbackSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/Truncate.php:24 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::releaseSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/Update.php:24 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Schema::queryTableInformation | |
core/lib/Drupal/Core/Database/Driver/pgsql/Update.php:35 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\StatementInterface::bindParam | |
core/lib/Drupal/Core/Database/Driver/pgsql/Update.php:42 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\StatementInterface::bindParam | |
core/lib/Drupal/Core/Database/Driver/pgsql/Update.php:55 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\StatementInterface::bindParam | |
core/lib/Drupal/Core/Database/Driver/pgsql/Update.php:59 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\StatementInterface::bindParam | |
core/lib/Drupal/Core/Database/Driver/pgsql/Update.php:68 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\StatementInterface::bindParam | |
core/lib/Drupal/Core/Database/Driver/pgsql/Update.php:76 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::addSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/Update.php:79 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::releaseSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/Update.php:83 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::rollbackSavepoint | |
core/lib/Drupal/Core/Database/Driver/pgsql/Upsert.php:47 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:64 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Database\Driver\sqlite\Connection::statementClass is string | |
core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:129 PhanUndeclaredMethod Call to undeclared method \PDO::sqliteCreateFunction | |
core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:130 PhanUndeclaredMethod Call to undeclared method \PDO::sqliteCreateFunction | |
core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:131 PhanUndeclaredMethod Call to undeclared method \PDO::sqliteCreateFunction | |
core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:132 PhanUndeclaredMethod Call to undeclared method \PDO::sqliteCreateFunction | |
core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:133 PhanUndeclaredMethod Call to undeclared method \PDO::sqliteCreateFunction | |
core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:134 PhanUndeclaredMethod Call to undeclared method \PDO::sqliteCreateFunction | |
core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:135 PhanUndeclaredMethod Call to undeclared method \PDO::sqliteCreateFunction | |
core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:136 PhanUndeclaredMethod Call to undeclared method \PDO::sqliteCreateFunction | |
core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:137 PhanUndeclaredMethod Call to undeclared method \PDO::sqliteCreateFunction | |
core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:138 PhanUndeclaredMethod Call to undeclared method \PDO::sqliteCreateFunction | |
core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:139 PhanUndeclaredMethod Call to undeclared method \PDO::sqliteCreateFunction | |
core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:140 PhanUndeclaredMethod Call to undeclared method \PDO::sqliteCreateFunction | |
core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:146 PhanUndeclaredMethod Call to undeclared method \PDO::sqliteCreateFunction | |
core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php:149 PhanUndeclaredMethod Call to undeclared method \PDO::sqliteCreateCollation | |
core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php:291 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Connection->tableDropped | |
core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php:724 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::getAttachedDatabases | |
core/lib/Drupal/Core/Database/Install/Tasks.php:107 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Install\Tasks->error | |
core/lib/Drupal/Core/Database/Install/Tasks.php:190 PhanTypeMismatchArgumentInternal Argument 2 (ver2) is null but \version_compare() takes string | |
core/lib/Drupal/Core/Database/Log.php:117 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\StatementInterface->dbh | |
core/lib/Drupal/Core/Database/Query/Merge.php:93 PhanTypeMismatchProperty Assigning array to property but \Drupal\Core\Database\Query\Merge::insertValues is string | |
core/lib/Drupal/Core/Database/Query/Merge.php:349 PhanTypeMissingReturn Method \Drupal\Core\Database\Query\Merge::__toString is declared to return string but has no return value | |
core/lib/Drupal/Core/Database/Query/Merge.php:364 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::addExpression | |
core/lib/Drupal/Core/Database/Query/Merge.php:365 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Database/Query/Merge.php:379 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Database/Query/Merge.php:390 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::expression | |
core/lib/Drupal/Core/Database/Query/Merge.php:393 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php:45 PhanTypeMismatchProperty Assigning bool to property but \Drupal\Core\Database\Query\PagerSelectExtender::customCountQuery is \Drupal\Core\Database\Query\SelectInterface | |
core/lib/Drupal/Core/Database/Query/Select.php:131 PhanParamReqAfterOpt Required argument follows optional | |
core/lib/Drupal/Core/Database/Query/Select.php:144 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\QueryConditionTrait->alterTags | |
core/lib/Drupal/Core/Database/Query/Select.php:144 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\Select->alterTags | |
core/lib/Drupal/Core/Database/Query/Select.php:152 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\QueryConditionTrait->alterTags | |
core/lib/Drupal/Core/Database/Query/Select.php:159 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\QueryConditionTrait->alterTags | |
core/lib/Drupal/Core/Database/Query/Select.php:166 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\QueryConditionTrait->alterTags | |
core/lib/Drupal/Core/Database/Query/Select.php:173 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\QueryConditionTrait->alterMetaData | |
core/lib/Drupal/Core/Database/Query/Select.php:173 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\Select->alterMetaData | |
core/lib/Drupal/Core/Database/Query/Select.php:181 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\QueryConditionTrait->alterMetaData | |
core/lib/Drupal/Core/Database/Query/Select.php:457 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\QueryConditionTrait->alterTags | |
core/lib/Drupal/Core/Database/Query/Select.php:471 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\QueryConditionTrait->alterTags | |
core/lib/Drupal/Core/Database/Query/Select.php:472 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\QueryConditionTrait->alterTags | |
core/lib/Drupal/Core/Database/Query/Select.php:475 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\QueryConditionTrait->alterTags | |
core/lib/Drupal/Core/Database/Query/Select.php:508 PhanTypeMismatchArgument Argument 2 (args) is float|int|null but \Drupal\Core\Database\Connection::query() takes array defined at core/lib/Drupal/Core/Database/Connection.php:599 | |
core/lib/Drupal/Core/Database/Query/Select.php:721 PhanTypeMismatchArgument Argument 2 (alias) is null but \Drupal\Core\Database\Connection::select() takes string defined at core/lib/Drupal/Core/Database/Connection.php:799 | |
core/lib/Drupal/Core/Database/Query/SelectExtender.php:89 PhanTypeMismatchArgument Argument 2 (object) is float|int but \Drupal\Core\Database\Query\SelectInterface::addMetaData() takes \Drupal\Core\Entity\EntityReferenceSelection\SelectionInterface|\Drupal\Core\Entity\EntityReferenceSelection\SelectionWithAutocreateInterface|\Drupal\Core\Entity\Plugin\EntityReferenceSelection\DefaultSelection|\Drupal\Core\Plugin\ContainerFactoryPluginInterface|\Drupal\Core\Plugin\PluginBase defined at core/lib/Drupal/Core/Database/Query/AlterableInterface.php:78 | |
core/lib/Drupal/Core/Database/Query/Truncate.php:41 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\Query->condition | |
core/lib/Drupal/Core/Database/Query/Truncate.php:48 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\Query->condition | |
core/lib/Drupal/Core/Database/Schema.php:596 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Schema::createTableSql | |
core/lib/Drupal/Core/Database/StatementPrefetch.php:202 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Connection::errorInfo | |
core/lib/Drupal/Core/Database/StatementPrefetch.php:268 PhanTypeMissingReturn Method \Drupal\Core\Database\StatementPrefetch::current is declared to return mixed but has no return value | |
core/lib/Drupal/Core/Database/StatementPrefetch.php:285 PhanParamTooFewInternal Call with 1 arg(s) to \array_unshift() which requires 2 arg(s) | |
core/lib/Drupal/Core/Database/StatementPrefetch.php:342 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Database\StatementPrefetch::currentRow is array | |
core/lib/Drupal/Core/Database/database.api.php:407 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::range | |
core/lib/Drupal/Core/Database/database.api.php:428 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::distinct | |
core/lib/Drupal/Core/Database/database.api.php:436 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::join | |
core/lib/Drupal/Core/Database/database.api.php:449 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::condition | |
core/lib/Drupal/Core/Database/database.api.php:452 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::condition | |
core/lib/Drupal/Core/Datetime/DateHelper.php:461 PhanTypeMismatchReturn Returning type string but daysInMonth() is declared to return int | |
core/lib/Drupal/Core/Datetime/DateHelper.php:463 PhanTypeMismatchReturn Returning type null but daysInMonth() is declared to return int | |
core/lib/Drupal/Core/Datetime/DateHelper.php:488 PhanTypeMismatchReturn Returning type null but daysInYear() is declared to return int | |
core/lib/Drupal/Core/Datetime/DateHelper.php:506 PhanTypeMismatchReturn Returning type string but dayOfWeek() is declared to return int | |
core/lib/Drupal/Core/Datetime/DateHelper.php:508 PhanTypeMismatchReturn Returning type null but dayOfWeek() is declared to return int | |
core/lib/Drupal/Core/Datetime/DateHelper.php:524 PhanTypeMismatchDefault Default value for string $abbr can't be bool | |
core/lib/Drupal/Core/Datetime/Element/Datelist.php:304 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::getValue() | |
core/lib/Drupal/Core/Datetime/Element/Datetime.php:232 PhanTypeMismatchArgument Argument 1 (element) is array|bool[]|string[] but \Drupal\Core\Datetime\Element\Datetime::getHtml5DateFormat() takes string defined at core/lib/Drupal/Core/Datetime/Element/Datetime.php:392 | |
core/lib/Drupal/Core/Datetime/Element/Datetime.php:281 PhanTypeMismatchArgument Argument 1 (element) is array|bool[]|string[] but \Drupal\Core\Datetime\Element\Datetime::getHtml5TimeFormat() takes string defined at core/lib/Drupal/Core/Datetime/Element/Datetime.php:419 | |
core/lib/Drupal/Core/Datetime/Element/Datetime.php:331 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::getValue() | |
core/lib/Drupal/Core/Datetime/Element/Datetime.php:335 PhanTypeMismatchArgument Argument 1 (element) is array but \Drupal\Core\Datetime\Element\Datetime::getHtml5DateFormat() takes string defined at core/lib/Drupal/Core/Datetime/Element/Datetime.php:392 | |
core/lib/Drupal/Core/Datetime/Element/Datetime.php:336 PhanTypeMismatchArgument Argument 1 (element) is array but \Drupal\Core\Datetime\Element\Datetime::getHtml5TimeFormat() takes string defined at core/lib/Drupal/Core/Datetime/Element/Datetime.php:419 | |
core/lib/Drupal/Core/Datetime/Element/Datetime.php:374 PhanTypeMismatchProperty Assigning \Drupal\Core\Datetime\DrupalDateTime to property but \Drupal\Core\Datetime\Element\Datetime::dateExample is \DateTimeInterface | |
core/lib/Drupal/Core/Datetime/Element/Datetime.php:395 PhanTypeMismatchReturn Returning type array but getHtml5DateFormat() is declared to return string | |
core/lib/Drupal/Core/Datetime/Element/Datetime.php:399 PhanTypeMismatchReturn Returning type array but getHtml5DateFormat() is declared to return string | |
core/lib/Drupal/Core/Datetime/Element/Datetime.php:422 PhanTypeMismatchReturn Returning type array but getHtml5TimeFormat() is declared to return string | |
core/lib/Drupal/Core/Datetime/Entity/DateFormat.php:88 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Config\Entity\ConfigEntityInterface::isLocked | |
core/lib/Drupal/Core/Datetime/Entity/DateFormat.php:93 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Config\Entity\ConfigEntityInterface::isLocked | |
core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php:50 PhanTypeMismatchArgument Argument 2 (service) is null but \Symfony\Component\DependencyInjection\ContainerBuilder::set() takes object defined at vendor/symfony/dependency-injection/ContainerBuilder.php:381 | |
core/lib/Drupal/Core/DependencyInjection/Compiler/ModifyServiceDefinitionsPass.php:30 PhanTypeMismatchArgument Argument 1 (container) is \Symfony\Component\DependencyInjection\Container|\Symfony\Component\DependencyInjection\ContainerBuilder|\Symfony\Component\DependencyInjection\ContainerInterface|\Symfony\Component\DependencyInjection\TaggedContainerInterface but \Drupal\Core\DependencyInjection\ServiceModifierInterface::alter() takes \Drupal\Core\DependencyInjection\ContainerBuilder defined at core/lib/Drupal/Core/DependencyInjection/ServiceModifierInterface.php:18 | |
core/lib/Drupal/Core/DependencyInjection/Compiler/ModifyServiceDefinitionsPass.php:36 PhanTypeMismatchArgument Argument 1 (container) is \Symfony\Component\DependencyInjection\Container|\Symfony\Component\DependencyInjection\ContainerBuilder|\Symfony\Component\DependencyInjection\ContainerInterface|\Symfony\Component\DependencyInjection\TaggedContainerInterface but \Drupal\Core\DependencyInjection\ServiceModifierInterface::alter() takes \Drupal\Core\DependencyInjection\ContainerBuilder defined at core/lib/Drupal/Core/DependencyInjection/ServiceModifierInterface.php:18 | |
core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterEventSubscribersPass.php:47 PhanTypeMismatchForeach null passed to foreach instead of array | |
core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php:42 PhanTypeMismatchProperty Assigning \Symfony\Component\DependencyInjection\LazyProxy\Instantiator\RealServiceInstantiator to property but \Drupal\Core\DependencyInjection\ContainerBuilder::proxyInstantiator is \Doctrine\Instantiator\InstantiatorInterface|null | |
core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php:45 PhanTypeMismatchReturn Returning type \Doctrine\Instantiator\InstantiatorInterface|null but getProxyInstantiator() is declared to return \Drupal\Core\DependencyInjection\InstantiatorInterface | |
core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php:55 PhanUndeclaredClassMethod Call to method __construct from undeclared class \Drupal\Core\DependencyInjection\InactiveScopeException | |
core/lib/Drupal/Core/Display/Annotation/DisplayVariant.php:51 PhanTypeMismatchProperty Assigning string to property but \Drupal\Core\Display\Annotation\DisplayVariant::admin_label is \Drupal\Core\Annotation\Translation | |
core/lib/Drupal/Core/DrupalKernel.php:634 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\HttpKernel\HttpKernelInterface::terminate | |
core/lib/Drupal/Core/DrupalKernel.php:696 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\HttpKernel\Exception\HttpExceptionInterface::getMessage | |
core/lib/Drupal/Core/DrupalKernel.php:842 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\DependencyInjection\ContainerInterface::initialized | |
core/lib/Drupal/Core/DrupalKernel.php:847 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\DependencyInjection\ContainerInterface::initialized | |
core/lib/Drupal/Core/DrupalKernel.php:917 PhanTypeMismatchArgument Argument 1 (container_definition) is null but \Drupal\Core\DrupalKernel::cacheDrupalContainer() takes array defined at core/lib/Drupal/Core/DrupalKernel.php:1329 | |
core/lib/Drupal/Core/DrupalKernel.php:1059 PhanTypeMismatchProperty Assigning \Symfony\Component\ClassLoader\ApcClassLoader|\Symfony\Component\ClassLoader\WinCacheClassLoader|\Symfony\Component\ClassLoader\XcacheClassLoader|null to property but \Drupal\Core\DrupalKernel::classLoader is \Composer\Autoload\ClassLoader | |
core/lib/Drupal/Core/DrupalKernel.php:1115 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\DependencyInjection\ContainerInterface::initialized | |
core/lib/Drupal/Core/DrupalKernel.php:1129 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\DependencyInjection\ContainerInterface::initialized | |
core/lib/Drupal/Core/Entity/Annotation/EntityType.php:46 PhanTypeMismatchProperty Assigning string to property but \Drupal\Core\Entity\Annotation\EntityType::group_label is \Drupal\Core\Annotation\Translation | |
core/lib/Drupal/Core/Entity/ContentEntityBase.php:450 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Entity\ContentEntityBase::fieldDefinitions is \Drupal\Core\Field\FieldDefinitionInterface[]|array | |
core/lib/Drupal/Core/Entity/ContentEntityBase.php:451 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Entity\ContentEntityBase::languages is \Drupal\Core\Language\LanguageInterface[]|\Drupal\Core\Language\Language[] | |
core/lib/Drupal/Core/Entity/ContentEntityBase.php:831 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Entity\ContentEntityBase::typedData is \Drupal\Core\TypedData\ComplexDataInterface | |
core/lib/Drupal/Core/Entity/ContentEntityBase.php:872 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::createTranslation | |
core/lib/Drupal/Core/Entity/ContentEntityBase.php:1072 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Entity\ContentEntityBase::typedData is \Drupal\Core\TypedData\ComplexDataInterface | |
core/lib/Drupal/Core/Entity/ContentEntityBase.php:1292 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getRevisionMetadataKeys | |
core/lib/Drupal/Core/Entity/ContentEntityBase.php:1318 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasTranslation | |
core/lib/Drupal/Core/Entity/ContentEntityBase.php:1329 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslation | |
core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php:30 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isDefaultTranslation | |
core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php:31 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslationLanguages | |
core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php:33 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslationLanguages | |
core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php:63 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isDefaultTranslation | |
core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php:64 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getUntranslated | |
core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php:84 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityDeleteForm::traitGetCancelUrl | |
core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php:84 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isDefaultTranslation | |
core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php:94 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isDefaultTranslation | |
core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php:102 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityDeleteForm::traitGetDeletionMessage | |
core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php:112 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isDefaultTranslation | |
core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php:120 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityDeleteForm::traitLogDeletionMessage | |
core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php:131 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isDefaultTranslation | |
core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php:139 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityDeleteForm::traitGetQuestion | |
core/lib/Drupal/Core/Entity/ContentEntityForm.php:82 PhanTypeMismatchArgument Argument 1 (revision_log_message) is null but \Drupal\Core\Entity\RevisionLogInterface::setRevisionLogMessage() takes string defined at core/lib/Drupal/Core/Entity/RevisionLogInterface.php:82 | |
core/lib/Drupal/Core/Entity/ContentEntityForm.php:150 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setValidationRequired | |
core/lib/Drupal/Core/Entity/ContentEntityForm.php:154 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setNewRevision | |
core/lib/Drupal/Core/Entity/ContentEntityForm.php:180 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogInterface::validate | |
core/lib/Drupal/Core/Entity/ContentEntityForm.php:185 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogInterface::getFieldDefinitions | |
core/lib/Drupal/Core/Entity/ContentEntityForm.php:190 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogInterface::setValidationRequired | |
core/lib/Drupal/Core/Entity/ContentEntityForm.php:313 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasField | |
core/lib/Drupal/Core/Entity/ContentEntityForm.php:314 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/lib/Drupal/Core/Entity/ContentEntityForm.php:358 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getUntranslated | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:71 PhanTypeMismatchArgument Argument 1 (start) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:71 PhanTypeMismatchArgument Argument 2 (length) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:179 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\Core\Entity\ContentEntityStorageBase::purgeFieldItems() takes \Drupal\Core\Entity\ContentEntityInterface defined at core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:208 | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:252 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setNewRevision | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:259 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isDefaultRevision | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:262 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\Core\Entity\ContentEntityStorageBase::populateAffectedRevisionTranslations() takes \Drupal\Core\Entity\ContentEntityInterface defined at core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:557 | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:263 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\Core\Entity\ContentEntityStorageBase::doSaveFieldItems() takes \Drupal\Core\Entity\ContentEntityInterface defined at core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:280 | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:289 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::updateOriginalValues | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:291 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getLoadedRevisionId | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:295 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::updateLoadedRevisionId | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:303 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->original | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:308 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getLoadedRevisionId | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:308 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getRevisionId | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:308 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isNewRevision | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:323 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\Core\Entity\ContentEntityStorageBase::invokeTranslationHooks() takes \Drupal\Core\Entity\ContentEntityInterface defined at core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:384 | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:330 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::updateLoadedRevisionId | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:331 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setNewRevision | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:361 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isDefaultRevision | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:364 PhanTypeMismatchArgument Argument 2 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\Core\Entity\ContentEntityStorageBase::invokeFieldMethod() takes \Drupal\Core\Entity\ContentEntityInterface defined at core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:458 | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:365 PhanTypeMismatchArgument Argument 1 (revision) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\Core\Entity\ContentEntityStorageBase::doDeleteRevisionFieldItems() takes \Drupal\Core\Entity\ContentEntityInterface defined at core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:376 | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:386 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->original | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:395 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->original | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:429 PhanTypeMismatchArgument Argument 2 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\Core\Entity\ContentEntityStorageBase::invokeFieldMethod() takes \Drupal\Core\Entity\ContentEntityInterface defined at core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:458 | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:433 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\Core\Entity\ContentEntityStorageBase::invokeFieldPostSave() takes \Drupal\Core\Entity\ContentEntityInterface defined at core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:507 | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:437 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\Core\Entity\ContentEntityStorageBase::invokeFieldPostSave() takes \Drupal\Core\Entity\ContentEntityInterface defined at core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:507 | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:485 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->original | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:486 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->original | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:488 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->original | |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:623 PhanTypeArraySuspicious Suspicious array access to ?array | |
core/lib/Drupal/Core/Entity/ContentUninstallValidator.php:43 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::hasData | |
core/lib/Drupal/Core/Entity/Controller/EntityController.php:94 PhanDeprecatedTrait Using a deprecated trait \Drupal\Core\Routing\UrlGeneratorTrait defined at core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php:18 | |
core/lib/Drupal/Core/Entity/Controller/EntityController.php:320 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getDescription | |
core/lib/Drupal/Core/Entity/Entity.php:112 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\DependencyInjection\DependencySerializationTrait->id | |
core/lib/Drupal/Core/Entity/Entity.php:119 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\DependencyInjection\DependencySerializationTrait->uuid | |
core/lib/Drupal/Core/Entity/Entity.php:272 PhanDeprecatedTrait Using a deprecated trait \Drupal\Core\Routing\LinkGeneratorTrait defined at core/lib/Drupal/Core/Routing/LinkGeneratorTrait.php:20 | |
core/lib/Drupal/Core/Entity/Entity.php:316 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionableInterface::getEntityTypeId | |
core/lib/Drupal/Core/Entity/Entity.php:355 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\DependencyInjection\DependencySerializationTrait->langcode | |
core/lib/Drupal/Core/Entity/Entity.php:408 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\DependencyInjection\DependencySerializationTrait->id | |
core/lib/Drupal/Core/Entity/Entity.php:606 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Entity\Entity::typedData is \Drupal\Core\TypedData\ComplexDataInterface | |
core/lib/Drupal/Core/Entity/Entity.php:607 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\Entity::traitSleep | |
core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php:107 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->originalMode | |
core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php:130 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->originalMode | |
core/lib/Drupal/Core/Entity/EntityChangedTrait.php:18 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityChangedTrait::getUntranslated | |
core/lib/Drupal/Core/Entity/EntityChangedTrait.php:19 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityChangedTrait::getTranslationLanguages | |
core/lib/Drupal/Core/Entity/EntityChangedTrait.php:20 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityChangedTrait::getTranslation | |
core/lib/Drupal/Core/Entity/EntityChangedTrait.php:33 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityChangedTrait::get | |
core/lib/Drupal/Core/Entity/EntityChangedTrait.php:45 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityChangedTrait::set | |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php:123 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\Validator\ConstraintViolationInterface::getConstraint | |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php:124 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\Validator\ConstraintViolationInterface::getConstraint | |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php:137 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\Validator\ConstraintViolationInterface::getPlural | |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php:139 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\Validator\ConstraintViolationInterface::getConstraint | |
core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php:140 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\Validator\ConstraintViolationInterface::getCause | |
core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php:71 PhanTypeMismatchArgument Argument 1 (entity_bundle) is null but \Drupal\Core\Entity\EntityAccessControlHandlerInterface::createAccess() takes string defined at core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php:63 | |
core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php:85 PhanTypeMismatchArgument Argument 1 (entity_bundle) is null but \Drupal\Core\Entity\EntityAccessControlHandlerInterface::createAccess() takes string defined at core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php:63 | |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php:234 PhanTypeMismatchArgument Argument 1 (storage_definition) is array|null but \Drupal\Core\Entity\EntityManagerInterface::onFieldStorageDefinitionCreate() takes \Drupal\Core\Field\FieldStorageDefinitionInterface defined at core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php:16 | |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php:238 PhanTypeMismatchArgument Argument 1 (storage_definition) is array|null but \Drupal\Core\Entity\EntityManagerInterface::onFieldStorageDefinitionUpdate() takes \Drupal\Core\Field\FieldStorageDefinitionInterface defined at core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php:29 | |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php:238 PhanTypeMismatchArgument Argument 2 (original) is array|null but \Drupal\Core\Entity\EntityManagerInterface::onFieldStorageDefinitionUpdate() takes \Drupal\Core\Field\FieldStorageDefinitionInterface defined at core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php:29 | |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php:242 PhanTypeMismatchArgument Argument 1 (storage_definition) is array|null but \Drupal\Core\Entity\EntityManagerInterface::onFieldStorageDefinitionDelete() takes \Drupal\Core\Field\FieldStorageDefinitionInterface defined at core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php:37 | |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php:334 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::requiresEntityStorageSchemaChanges | |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php:350 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::requiresFieldStorageSchemaChanges | |
core/lib/Drupal/Core/Entity/EntityDeleteForm.php:32 PhanDeprecatedProperty Reference to deprecated property \Drupal\Core\Entity\EntityDeleteForm::entityManager defined at core/lib/Drupal/Core/Entity/EntityForm.php:42 | |
core/lib/Drupal/Core/Entity/EntityDeleteForm.php:32 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\Core\Entity\EntityDeleteForm::getConfigNamesToDelete() takes \Drupal\Core\Config\Entity\ConfigEntityInterface defined at core/lib/Drupal/Core/Entity/EntityDeleteForm.php:56 | |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php:197 PhanUndeclaredMethod Call to undeclared method \Drupal\Component\Plugin\PluginManagerBase::prepareConfiguration | |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php:266 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Config\Entity\ConfigEntityBase::preSave() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php:313 | |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php:371 PhanUndeclaredMethod Call to undeclared method \Drupal\Component\Plugin\PluginManagerBase::prepareConfiguration | |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php:475 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\PluginSettingsInterface::calculateDependencies | |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php:489 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\PluginSettingsInterface::calculateDependencies | |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php:570 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\Display\EntityDisplayInterface->_serializedKeys | |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php:570 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityDisplayBase->_serializedKeys | |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php:580 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\Display\EntityDisplayInterface->_serializedKeys | |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php:581 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\Display\EntityDisplayInterface->_serializedKeys | |
core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php:63 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Config\Entity\ConfigEntityInterface::getTargetType | |
core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php:64 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Config\Entity\ConfigEntityInterface::getTargetType | |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php:230 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::status | |
core/lib/Drupal/Core/Entity/EntityFieldManager.php:341 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getName | |
core/lib/Drupal/Core/Entity/EntityForm.php:163 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/lib/Drupal/Core/Entity/EntityForm.php:322 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPluginCollections | |
core/lib/Drupal/Core/Entity/EntityForm.php:329 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/lib/Drupal/Core/Entity/EntityForm.php:419 PhanDeprecatedProperty Reference to deprecated property \Drupal\Core\Entity\EntityForm::entityManager defined at core/lib/Drupal/Core/Entity/EntityForm.php:42 | |
core/lib/Drupal/Core/Entity/EntityListBuilder.php:249 PhanTypeMissingReturn Method \Drupal\Core\Entity\EntityListBuilder::getTitle is declared to return string but has no return value | |
core/lib/Drupal/Core/Entity/EntityPublishedTrait.php:47 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityPublishedTrait::getEntityType | |
core/lib/Drupal/Core/Entity/EntityPublishedTrait.php:48 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityPublishedTrait::get | |
core/lib/Drupal/Core/Entity/EntityPublishedTrait.php:62 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityPublishedTrait::getEntityType | |
core/lib/Drupal/Core/Entity/EntityPublishedTrait.php:63 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityPublishedTrait::set | |
core/lib/Drupal/Core/Entity/EntityPublishedTrait.php:72 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityPublishedTrait::getEntityType | |
core/lib/Drupal/Core/Entity/EntityPublishedTrait.php:73 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityPublishedTrait::set | |
core/lib/Drupal/Core/Entity/EntityRepository.php:88 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\TranslatableInterface::addCacheContexts | |
core/lib/Drupal/Core/Entity/EntityResolverManager.php:73 PhanTypeMismatchReturn Returning type array but getControllerClass() is declared to return null|string | |
core/lib/Drupal/Core/Entity/EntityResolverManager.php:79 PhanTypeMismatchReturn Returning type array but getControllerClass() is declared to return null|string | |
core/lib/Drupal/Core/Entity/EntityResolverManager.php:94 PhanTypeMismatchReturn Returning type array but getControllerClass() is declared to return null|string | |
core/lib/Drupal/Core/Entity/EntityResolverManager.php:98 PhanTypeMismatchReturn Returning type array but getControllerClass() is declared to return null|string | |
core/lib/Drupal/Core/Entity/EntityResolverManager.php:138 PhanUndeclaredVariable Variable $reflection_class is undeclared | |
core/lib/Drupal/Core/Entity/EntityResolverManager.php:223 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityResolverManager->entityTypes | |
core/lib/Drupal/Core/Entity/EntityResolverManager.php:224 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityResolverManager->entityTypes | |
core/lib/Drupal/Core/Entity/EntityResolverManager.php:226 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityResolverManager->entityTypes | |
core/lib/Drupal/Core/Entity/EntityStorageBase.php:227 PhanTypeMismatchArgumentInternal Argument 1 (input) is ?array but \array_flip() takes array | |
core/lib/Drupal/Core/Entity/EntityStorageBase.php:429 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->original | |
core/lib/Drupal/Core/Entity/EntityStorageBase.php:430 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->original | |
core/lib/Drupal/Core/Entity/EntityStorageBase.php:477 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->original | |
core/lib/Drupal/Core/Entity/EntityType.php:643 PhanDeprecatedProperty Reference to deprecated property \Drupal\Core\Entity\EntityType::label_callback defined at core/lib/Drupal/Core/Entity/EntityType.php:106 | |
core/lib/Drupal/Core/Entity/EntityType.php:650 PhanDeprecatedProperty Reference to deprecated property \Drupal\Core\Entity\EntityType::label_callback defined at core/lib/Drupal/Core/Entity/EntityType.php:106 | |
core/lib/Drupal/Core/Entity/EntityType.php:658 PhanDeprecatedProperty Reference to deprecated property \Drupal\Core\Entity\EntityType::label_callback defined at core/lib/Drupal/Core/Entity/EntityType.php:106 | |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php:175 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Theme\Registry::getRuntime defined at core/lib/Drupal/Core/Theme/Registry.php:249 | |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php:181 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isDefaultRevision | |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php:403 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\Core\Entity\Display\EntityViewDisplayInterface::build() takes \Drupal\Core\Entity\FieldableEntityInterface defined at core/lib/Drupal/Core/Entity/Display/EntityViewDisplayInterface.php:25 | |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php:451 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\Core\Entity\Entity\EntityViewDisplay::collectRenderDisplay() takes \Drupal\Core\Entity\FieldableEntityInterface defined at core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php:161 | |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php:453 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFieldDefinitions | |
core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php:59 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getConfigPrefix | |
core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php:63 PhanTypeMismatchArgument Argument 1 (start) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php:63 PhanTypeMismatchArgument Argument 2 (length) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php:121 PhanTypeMismatchArgument Argument 1 (keys) is ?array but \Drupal\Core\KeyValueStore\KeyValueStoreInterface::getMultiple() takes array defined at core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php:53 | |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php:86 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php:102 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php:118 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFields | |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php:144 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::onChange | |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php:170 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getIterator | |
core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php:50 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\DataDefinitionInterface::getTargetDefinition | |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php:285 PhanTypeMismatchArgument Argument 1 (start) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php:285 PhanTypeMismatchArgument Argument 2 (length) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php:433 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\AlterableInterface->alterTags | |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php:434 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\AlterableInterface->alterMetaData | |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php:436 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\AlterableInterface->alterTags | |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php:437 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\AlterableInterface->alterMetaData | |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php:441 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\AlterableInterface->alterTags | |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php:442 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\AlterableInterface->alterMetaData | |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/BundleConstraintValidator.php:21 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\Validator\Constraint::getBundleOption | |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/BundleConstraintValidator.php:22 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\Validator\Constraint::getBundleOption | |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraintValidator.php:23 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getChangedTimeAcrossTranslations | |
core/lib/Drupal/Core/Entity/Query/QueryBase.php:141 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\Query\QueryBase->conjunction | |
core/lib/Drupal/Core/Entity/Query/QueryBase.php:141 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\Query\QueryInterface->conjunction | |
core/lib/Drupal/Core/Entity/Query/QueryBase.php:145 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\Query\QueryAggregateInterface->conditionAggregate | |
core/lib/Drupal/Core/Entity/Query/Sql/Condition.php:38 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\Condition->sqlQuery | |
core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php:31 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Database\Query\Condition->sqlQuery | |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php:104 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\Query\QueryInterface->conjunction | |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php:105 PhanTypeMismatchArgument Argument 2 (object) is string but \Drupal\Core\Database\Query\SelectInterface::addMetaData() takes \Drupal\Core\Entity\EntityReferenceSelection\SelectionInterface|\Drupal\Core\Entity\EntityReferenceSelection\SelectionWithAutocreateInterface|\Drupal\Core\Entity\Plugin\EntityReferenceSelection\DefaultSelection|\Drupal\Core\Plugin\ContainerFactoryPluginInterface|\Drupal\Core\Plugin\PluginBase defined at core/lib/Drupal/Core/Database/Query/AlterableInterface.php:78 | |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php:143 PhanTypeMismatchArgument Argument 2 (object) is bool but \Drupal\Core\Database\Query\SelectInterface::addMetaData() takes \Drupal\Core\Entity\EntityReferenceSelection\SelectionInterface|\Drupal\Core\Entity\EntityReferenceSelection\SelectionWithAutocreateInterface|\Drupal\Core\Entity\Plugin\EntityReferenceSelection\DefaultSelection|\Drupal\Core\Plugin\ContainerFactoryPluginInterface|\Drupal\Core\Plugin\PluginBase defined at core/lib/Drupal/Core/Database/Query/AlterableInterface.php:78 | |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php:144 PhanTypeMismatchArgument Argument 2 (object) is bool but \Drupal\Core\Database\Query\SelectInterface::addMetaData() takes \Drupal\Core\Entity\EntityReferenceSelection\SelectionInterface|\Drupal\Core\Entity\EntityReferenceSelection\SelectionWithAutocreateInterface|\Drupal\Core\Entity\Plugin\EntityReferenceSelection\DefaultSelection|\Drupal\Core\Plugin\ContainerFactoryPluginInterface|\Drupal\Core\Plugin\PluginBase defined at core/lib/Drupal/Core/Database/Query/AlterableInterface.php:78 | |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php:266 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\Query\QueryInterface->tables | |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php:267 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\Query\QueryInterface->tables | |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php:267 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\Query\Sql\Query->tables | |
core/lib/Drupal/Core/Entity/Query/Sql/Query.php:274 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\Query\QueryInterface->tables | |
core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php:24 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\Query\Sql\Query::compileAggregate | |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php:101 PhanNonClassMethodCall Call to method isRevisionable on non-class type bool | |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php:121 PhanNonClassMethodCall Call to method getMainPropertyName on non-class type bool | |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php:151 PhanNonClassMethodCall Call to method getColumns on non-class type bool | |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php:167 PhanNonClassMethodCall Call to method getPropertyDefinitions on non-class type bool | |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php:175 PhanNonClassMethodCall Call to method getPropertyDefinitions on non-class type bool | |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php:187 PhanNonClassMethodCall Call to method isRevisionable on non-class type bool | |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php:196 PhanTypeMismatchArgument Argument 2 (object) is bool but \Drupal\Core\Database\Query\SelectInterface::addMetaData() takes \Drupal\Core\Entity\EntityReferenceSelection\SelectionInterface|\Drupal\Core\Entity\EntityReferenceSelection\SelectionWithAutocreateInterface|\Drupal\Core\Entity\Plugin\EntityReferenceSelection\DefaultSelection|\Drupal\Core\Plugin\ContainerFactoryPluginInterface|\Drupal\Core\Plugin\PluginBase defined at core/lib/Drupal/Core/Database/Query/AlterableInterface.php:78 | |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php:228 PhanNonClassMethodCall Call to method getColumns on non-class type bool | |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php:242 PhanNonClassMethodCall Call to method getMainPropertyName on non-class type bool | |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php:243 PhanNonClassMethodCall Call to method getPropertyDefinitions on non-class type bool | |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php:255 PhanNonClassMethodCall Call to method getPropertyDefinitions on non-class type bool | |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php:328 PhanNonClassMethodCall Call to method getName on non-class type bool | |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php:334 PhanNonClassMethodCall Call to method getCardinality on non-class type bool | |
core/lib/Drupal/Core/Entity/Query/Sql/Tables.php:335 PhanTypeMismatchArgument Argument 2 (object) is bool but \Drupal\Core\Database\Query\SelectInterface::addMetaData() takes \Drupal\Core\Entity\EntityReferenceSelection\SelectionInterface|\Drupal\Core\Entity\EntityReferenceSelection\SelectionWithAutocreateInterface|\Drupal\Core\Entity\Plugin\EntityReferenceSelection\DefaultSelection|\Drupal\Core\Plugin\ContainerFactoryPluginInterface|\Drupal\Core\Plugin\PluginBase defined at core/lib/Drupal/Core/Database/Query/AlterableInterface.php:78 | |
core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:59 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogEntityTrait::getEntityType | |
core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:66 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogEntityTrait::getEntityType | |
core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:74 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogEntityTrait::getEntityType | |
core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:81 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogEntityTrait::getEntityType | |
core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:89 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogEntityTrait::getEntityType | |
core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:96 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogEntityTrait::getEntityType | |
core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:104 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogEntityTrait::getEntityType | |
core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:111 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogEntityTrait::getEntityType | |
core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php:132 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getRevisionMetadataKeys | |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php:152 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getDataTable | |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php:153 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getBaseTable | |
core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php:154 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getRevisionTable | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:55 PhanTypeMismatchProperty Assigning bool to property but \Drupal\Core\Entity\Sql\SqlContentEntityStorage::revisionKey is string | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:69 PhanTypeMismatchProperty Assigning bool to property but \Drupal\Core\Entity\Sql\SqlContentEntityStorage::defaultLangcodeKey is string | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:171 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Entity\Sql\SqlContentEntityStorage::tableMapping is \Drupal\Core\Entity\Sql\TableMappingInterface | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:172 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Entity\Sql\SqlContentEntityStorage::revisionKey is bool|string | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:173 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Entity\Sql\SqlContentEntityStorage::revisionTable is string | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:174 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Entity\Sql\SqlContentEntityStorage::dataTable is string | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:175 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Entity\Sql\SqlContentEntityStorage::revisionDataTable is string | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:283 PhanTypeMismatchArgument Argument 1 (entity_type) is \Drupal\Component\Plugin\Definition\PluginDefinitionInterface|\Drupal\Core\Entity\EntityTypeInterface but \Drupal\Core\Entity\Sql\DefaultTableMapping::__construct() takes \Drupal\Core\Entity\ContentEntityTypeInterface defined at core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php:87 | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:300 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getRevisionMetadataKeys | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:417 PhanTypeMismatchArgument Argument 1 (ids) is ?array but \Drupal\Core\Entity\Sql\SqlContentEntityStorage::cleanIds() takes array defined at core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php:584 | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:502 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::orderBy | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:597 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:722 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:727 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:733 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:739 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:805 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:818 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:895 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:946 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldDefinitionInterface::getMainPropertyName | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:952 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldDefinitionInterface::getSchema | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:959 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldDefinitionInterface::getSchema | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1014 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\Core\Entity\Sql\SqlContentEntityStorage::mapToStorageRecord() takes \Drupal\Core\Entity\ContentEntityInterface defined at core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:925 | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1043 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1050 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1118 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::orderBy | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1121 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1185 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->original | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1213 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1218 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1262 PhanNonClassMethodCall Call to method values on non-class type null | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1279 PhanNonClassMethodCall Call to method execute on non-class type null | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1300 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1304 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1327 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1406 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Entity\Sql\SqlContentEntityStorage::tableMapping is \Drupal\Core\Entity\Sql\DefaultTableMapping|\Drupal\Core\Entity\Sql\TableMappingInterface | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1486 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1491 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1526 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::range | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1541 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::orderBy | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1544 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1581 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1583 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1586 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:1588 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php:131 PhanTypeMismatchArgument Argument 1 (entity_type) is \Drupal\Component\Plugin\Definition\PluginDefinitionInterface|\Drupal\Core\Entity\EntityTypeInterface but \Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema::getEntitySchema() takes \Drupal\Core\Entity\ContentEntityTypeInterface defined at core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php:500 | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php:131 PhanTypeMismatchArgument Argument 1 (entity_type) is \Drupal\Component\Plugin\Definition\PluginDefinitionInterface|\Drupal\Core\Entity\EntityTypeInterface but \Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema::getEntitySchemaData() takes \Drupal\Core\Entity\ContentEntityTypeInterface defined at core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php:615 | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php:273 PhanTypeMismatchArgument Argument 1 (entity_type) is \Drupal\Component\Plugin\Definition\PluginDefinitionInterface|\Drupal\Core\Entity\EntityTypeInterface but \Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema::getEntitySchema() takes \Drupal\Core\Entity\ContentEntityTypeInterface defined at core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php:500 | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php:342 PhanTypeMismatchArgument Argument 1 (entity_type) is \Drupal\Component\Plugin\Definition\PluginDefinitionInterface|\Drupal\Core\Entity\EntityTypeInterface but \Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema::getEntitySchema() takes \Drupal\Core\Entity\ContentEntityTypeInterface defined at core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php:500 | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php:383 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema::originalDefinitions is \Drupal\Core\Field\FieldDefinitionInterface[] | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php:383 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema::originalDefinitions is \Drupal\Core\Field\FieldDefinitionInterface[]|\Drupal\Core\Field\FieldStorageDefinitionInterface[] | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php:407 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema::originalDefinitions is \Drupal\Core\Field\FieldDefinitionInterface[]|\Drupal\Core\Field\FieldStorageDefinitionInterface[] | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php:813 PhanTypeMismatchArgument Argument 1 (entity_type) is \Drupal\Component\Plugin\Definition\PluginDefinitionInterface|\Drupal\Core\Entity\EntityTypeInterface but \Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema::getEntitySchemaData() takes \Drupal\Core\Entity\ContentEntityTypeInterface defined at core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php:615 | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php:1503 PhanTypeMismatchArgumentInternal Argument 1 (array_arg) is null but \reset() takes array | |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php:1552 PhanTypeMismatchArgumentInternal Argument 1 (array_arg) is null but \reset() takes array | |
core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php:110 PhanTypeMismatchArgument Argument 2 (options) is string but \Drupal\Core\Entity\TypedData\EntityDataDefinition::addConstraint() takes array|null defined at core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php:219 | |
core/lib/Drupal/Core/Entity/entity.api.php:836 PhanUndeclaredFunction Call to undeclared function \mymodule_add_something() | |
core/lib/Drupal/Core/Entity/entity.api.php:851 PhanUndeclaredFunction Call to undeclared function \mymodule_add_something() | |
core/lib/Drupal/Core/Entity/entity.api.php:869 PhanUndeclaredFunction Call to undeclared function \mymodule_add_something_uncached() | |
core/lib/Drupal/Core/Entity/entity.api.php:885 PhanUndeclaredFunction Call to undeclared function \mymodule_add_something_uncached() | |
core/lib/Drupal/Core/Entity/entity.api.php:921 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isTranslatable | |
core/lib/Drupal/Core/Entity/entity.api.php:989 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/entity.api.php:1013 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/entity.api.php:1068 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getUntranslated | |
core/lib/Drupal/Core/Entity/entity.api.php:1088 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getUntranslated | |
core/lib/Drupal/Core/Entity/entity.api.php:1145 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::countQuery | |
core/lib/Drupal/Core/Entity/entity.api.php:1154 PhanTypeMismatchArgument Argument 1 (field) is array but \Drupal\Core\Database\Query\Merge::key() takes string defined at core/lib/Drupal/Core/Database/Query/Merge.php:329 | |
core/lib/Drupal/Core/Entity/entity.api.php:1173 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::countQuery | |
core/lib/Drupal/Core/Entity/entity.api.php:1182 PhanTypeMismatchArgument Argument 1 (field) is array but \Drupal\Core\Database\Query\Merge::key() takes string defined at core/lib/Drupal/Core/Database/Query/Merge.php:329 | |
core/lib/Drupal/Core/Entity/entity.api.php:1200 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/entity.api.php:1219 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Entity/entity.api.php:1287 PhanUndeclaredFunction Call to undeclared function \mymodule_addition() | |
core/lib/Drupal/Core/Entity/entity.api.php:1319 PhanUndeclaredFunction Call to undeclared function \mymodule_addition() | |
core/lib/Drupal/Core/Entity/entity.api.php:1433 PhanUndeclaredFunction Call to undeclared function \mymodule_get_user_nodes() | |
core/lib/Drupal/Core/Entity/entity.api.php:1589 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->label | |
core/lib/Drupal/Core/Entity/entity.api.php:1615 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->label | |
core/lib/Drupal/Core/Entity/entity.api.php:1689 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldDefinitionInterface::setClass | |
core/lib/Drupal/Core/Entity/entity.api.php:1753 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldDefinitionInterface::setClass | |
core/lib/Drupal/Core/Entity/entity.api.php:1778 PhanUndeclaredClassMethod Call to method loadMultiple from undeclared class \FieldStorageConfig | |
core/lib/Drupal/Core/Entity/entity.api.php:1801 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldStorageDefinitionInterface::setSetting | |
core/lib/Drupal/Core/Entity/entity.api.php:1924 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->foo | |
core/lib/Drupal/Core/Entity/entity.api.php:1925 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->foo | |
core/lib/Drupal/Core/Entity/entity.api.php:1943 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\FieldableEntityInterface->foo | |
core/lib/Drupal/Core/Entity/entity.api.php:1944 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\FieldableEntityInterface->foo | |
core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php:183 PhanUndeclaredMethod Call to undeclared method \DOMNode::getAttribute | |
core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php:188 PhanUndeclaredMethod Call to undeclared method \DOMNode::getAttribute | |
core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php:188 PhanUndeclaredMethod Call to undeclared method \DOMNode::hasAttribute | |
core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php:196 PhanUndeclaredMethod Call to undeclared method \DOMNode::getAttribute | |
core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php:196 PhanUndeclaredMethod Call to undeclared method \DOMNode::hasAttribute | |
core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php:201 PhanUndeclaredMethod Call to undeclared method \DOMNode::hasAttribute | |
core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php:214 PhanUndeclaredMethod Call to undeclared method \DOMNode::setAttribute | |
core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php:121 PhanTypeMismatchArgument Argument 1 (exception) is \Symfony\Component\HttpKernel\Exception\HttpExceptionInterface but \Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::setException() takes \Exception defined at vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php:63 | |
core/lib/Drupal/Core/EventSubscriber/ClientErrorResponseSubscriber.php:32 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Cache\CacheableResponseInterface::isClientError | |
core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php:98 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->requires | |
core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php:122 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->required_by | |
core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php:123 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->status | |
core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php:165 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->requires | |
core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php:178 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->required_by | |
core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php:179 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->status | |
core/lib/Drupal/Core/EventSubscriber/DefaultExceptionSubscriber.php:144 PhanUndeclaredMethod Call to undeclared method \Exception::getHeaders | |
core/lib/Drupal/Core/EventSubscriber/DefaultExceptionSubscriber.php:144 PhanUndeclaredMethod Call to undeclared method \Exception::getStatusCode | |
core/lib/Drupal/Core/EventSubscriber/ExceptionJsonSubscriber.php:38 PhanUndeclaredMethod Call to undeclared method \Exception::getHeaders | |
core/lib/Drupal/Core/EventSubscriber/ExceptionJsonSubscriber.php:38 PhanUndeclaredMethod Call to undeclared method \Exception::getStatusCode | |
core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php:67 PhanUndeclaredMethod Call to undeclared method \Exception::getStatusCode | |
core/lib/Drupal/Core/EventSubscriber/ExceptionTestSiteSubscriber.php:44 PhanUndeclaredConstant Reference to undeclared constant \DRUPAL_TEST_IN_CHILD_SITE | |
core/lib/Drupal/Core/EventSubscriber/ExceptionTestSiteSubscriber.php:44 PhanUndeclaredConstant Reference to undeclared constant \SIMPLETEST_COLLECT_ERRORS | |
core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php:87 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\EventSubscriber\FinishResponseSubscriber->cacheContextsManager | |
core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php:87 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\EventDispatcher\EventSubscriberInterface->cacheContextsManager | |
core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php:157 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableResponseInterface->headers | |
core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php:158 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableResponseInterface->headers | |
core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php:158 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\EventDispatcher\EventSubscriberInterface->cacheContextsManager | |
core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php:161 PhanTypeMismatchArgument Argument 1 (response) is \Drupal\Core\Cache\CacheableResponseInterface but \Drupal\Core\PageCache\ResponsePolicyInterface::check() takes \Symfony\Component\HttpFoundation\Response defined at core/lib/Drupal/Core/PageCache/ResponsePolicyInterface.php:35 | |
core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php:166 PhanTypeMismatchArgument Argument 1 (response) is \Drupal\Core\Cache\CacheableResponseInterface but \Drupal\Core\EventSubscriber\FinishResponseSubscriber::isCacheControlCustomized() takes \Symfony\Component\HttpFoundation\Response defined at core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php:203 | |
core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php:169 PhanTypeMismatchArgument Argument 1 (response) is \Drupal\Core\Cache\CacheableResponseInterface but \Drupal\Core\EventSubscriber\FinishResponseSubscriber::setResponseCacheable() takes \Symfony\Component\HttpFoundation\Response defined at core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php:236 | |
core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php:176 PhanTypeMismatchArgument Argument 1 (response) is \Drupal\Core\Cache\CacheableResponseInterface but \Drupal\Core\EventSubscriber\FinishResponseSubscriber::setResponseNotCacheable() takes \Symfony\Component\HttpFoundation\Response defined at core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php:216 | |
core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php:225 PhanTypeMismatchArgument Argument 1 (headers) is null but \Symfony\Component\HttpFoundation\Response::setVary() takes array|string defined at vendor/symfony/http-foundation/Response.php:987 | |
core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php:257 PhanTypeMismatchArgument Argument 1 (etag) is int but \Symfony\Component\HttpFoundation\Response::setEtag() takes null|string defined at vendor/symfony/http-foundation/Response.php:860 | |
core/lib/Drupal/Core/EventSubscriber/HtmlResponseSubscriber.php:45 PhanTypeMismatchArgument Argument 1 (response) is \Drupal\Core\Render\AttachmentsInterface but \Symfony\Component\HttpKernel\Event\FilterResponseEvent::setResponse() takes \Symfony\Component\HttpFoundation\Response defined at vendor/symfony/http-kernel/Event/FilterResponseEvent.php:58 | |
core/lib/Drupal/Core/EventSubscriber/HttpExceptionSubscriberBase.php:103 PhanTypeMismatchArgumentInternal Argument 1 (str) is int but \substr() takes string | |
core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php:48 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\DependencyInjection\ContainerInterface::initialized | |
core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php:67 PhanTypeMismatchProperty Assigning \Drupal\Core\DependencyInjection\ClassResolverInterface to property but \Drupal\Core\EventSubscriber\MainContentViewSubscriber::classResolver is \Drupal\Core\Controller\ControllerResolverInterface | |
core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php:89 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Controller\ControllerResolverInterface::getInstanceFromDefinition | |
core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php:97 PhanTypeMismatchArgument Argument 1 (response) is \Drupal\Core\Cache\CacheableResponseInterface but \Symfony\Component\HttpKernel\Event\GetResponseForControllerResultEvent::setResponse() takes \Symfony\Component\HttpFoundation\Response defined at vendor/symfony/http-kernel/Event/GetResponseEvent.php:49 | |
core/lib/Drupal/Core/EventSubscriber/PathSubscriber.php:56 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Path\AliasManagerInterface::setCacheKey | |
core/lib/Drupal/Core/EventSubscriber/PathSubscriber.php:64 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Path\AliasManagerInterface::writeCache | |
core/lib/Drupal/Core/EventSubscriber/RedirectResponseSubscriber.php:39 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\EventSubscriber\RedirectResponseSubscriber->requestContext | |
core/lib/Drupal/Core/EventSubscriber/RedirectResponseSubscriber.php:39 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\EventDispatcher\EventSubscriberInterface->requestContext | |
core/lib/Drupal/Core/EventSubscriber/RedirectResponseSubscriber.php:75 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\EventDispatcher\EventSubscriberInterface->requestContext | |
core/lib/Drupal/Core/Executable/ExecutablePluginBase.php:44 PhanTypeMismatchReturn Returning type bool but getConfigDefinition() is declared to return array | |
core/lib/Drupal/Core/Executable/ExecutablePluginBase.php:77 PhanTypeMismatchArgument Argument 1 (definition) is array but \Drupal\Core\TypedData\TypedDataManagerInterface::create() takes \Drupal\Core\TypedData\DataDefinitionInterface defined at core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php:69 | |
core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterIterator.php:120 PhanUndeclaredProperty Reference to undeclared property \RecursiveFilterIterator->blacklist | |
core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterIterator.php:122 PhanUndeclaredMethod Call to undeclared method \RecursiveFilterIterator::acceptTests | |
core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterIterator.php:136 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Extension\Discovery\RecursiveExtensionFilterIterator::isDir | |
core/lib/Drupal/Core/Extension/ExtensionDiscovery.php:270 PhanTypeMismatchProperty Assigning ?array to property but \Drupal\Core\Extension\ExtensionDiscovery::profileDirectories is array|null|string[] | |
core/lib/Drupal/Core/Extension/ExtensionDiscovery.php:487 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->subpath | |
core/lib/Drupal/Core/Extension/ExtensionDiscovery.php:488 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->origin | |
core/lib/Drupal/Core/Extension/ModuleHandler.php:345 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Extension\ModuleHandler::implementations is array | |
core/lib/Drupal/Core/Extension/ModuleHandler.php:345 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Extension\ModuleHandler::implementations is array|mixed[][] | |
core/lib/Drupal/Core/Extension/ModuleHandler.php:346 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Extension\ModuleHandler::hookInfo is array | |
core/lib/Drupal/Core/Extension/ModuleHandler.php:347 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Extension\ModuleHandler::alterFunctions is array | |
core/lib/Drupal/Core/Extension/ModuleHandler.php:347 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Extension\ModuleHandler::alterFunctions is array|string[][] | |
core/lib/Drupal/Core/Extension/ModuleInstaller.php:98 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->requires | |
core/lib/Drupal/Core/Extension/ModuleInstaller.php:113 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->sort | |
core/lib/Drupal/Core/Extension/ModuleInstaller.php:191 PhanTypeMismatchArgument Argument 1 (module_filenames) is \Drupal\Core\Extension\Extension[]|\Serializable[]|array but \Drupal\Core\Extension\ModuleInstaller::updateKernel() takes string defined at core/lib/Drupal/Core/Extension/ModuleInstaller.php:535 | |
core/lib/Drupal/Core/Extension/ModuleInstaller.php:221 PhanUndeclaredConstant Reference to undeclared constant \Drupal\Core\Entity\FieldableEntityInterface::CLASS | |
core/lib/Drupal/Core/Extension/ModuleInstaller.php:256 PhanTypeMismatchArgument Argument 2 (version) is int but \drupal_set_installed_schema_version() takes string defined at core/includes/schema.inc:105 | |
core/lib/Drupal/Core/Extension/ModuleInstaller.php:335 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->required_by | |
core/lib/Drupal/Core/Extension/ModuleInstaller.php:358 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->sort | |
core/lib/Drupal/Core/Extension/ModuleInstaller.php:406 PhanUndeclaredConstant Reference to undeclared constant \Drupal\Core\Entity\FieldableEntityInterface::CLASS | |
core/lib/Drupal/Core/Extension/ModuleInstaller.php:416 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::countFieldData | |
core/lib/Drupal/Core/Extension/ModuleInstaller.php:449 PhanTypeMismatchArgument Argument 1 (module_filenames) is \Drupal\Core\Extension\Extension[]|\Serializable[] but \Drupal\Core\Extension\ModuleInstaller::updateKernel() takes string defined at core/lib/Drupal/Core/Extension/ModuleInstaller.php:535 | |
core/lib/Drupal/Core/Extension/ModuleInstaller.php:474 PhanTypeMismatchArgument Argument 1 (module) is null but \drupal_get_installed_schema_version() takes string defined at core/includes/schema.inc:76 | |
core/lib/Drupal/Core/Extension/ModuleInstaller.php:540 PhanTypeMismatchArgument Argument 1 (module_list) is string but \Drupal\Core\DrupalKernelInterface::updateModules() takes array defined at core/lib/Drupal/Core/DrupalKernelInterface.php:103 | |
core/lib/Drupal/Core/Extension/ModuleInstaller.php:540 PhanTypeMismatchArgument Argument 2 (module_filenames) is string but \Drupal\Core\DrupalKernelInterface::updateModules() takes array defined at core/lib/Drupal/Core/DrupalKernelInterface.php:103 | |
core/lib/Drupal/Core/Extension/ThemeHandler.php:203 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->libraries | |
core/lib/Drupal/Core/Extension/ThemeHandler.php:207 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->engine | |
core/lib/Drupal/Core/Extension/ThemeHandler.php:210 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->base_theme | |
core/lib/Drupal/Core/Extension/ThemeHandler.php:239 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Extension\ThemeHandler::list is \Drupal\Core\Extension\Extension[]|array | |
core/lib/Drupal/Core/Extension/ThemeHandler.php:239 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Extension\ThemeHandler::list is array | |
core/lib/Drupal/Core/Extension/ThemeHandler.php:283 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->status | |
core/lib/Drupal/Core/Extension/ThemeHandler.php:311 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->owner | |
core/lib/Drupal/Core/Extension/ThemeHandler.php:312 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->prefix | |
core/lib/Drupal/Core/Extension/ThemeHandler.php:402 PhanTypeMismatchReturn Returning type float|int but doGetBaseThemes() is declared to return array | |
core/lib/Drupal/Core/Extension/ThemeInstaller.php:127 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->requires | |
core/lib/Drupal/Core/Extension/ThemeInstaller.php:142 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->sort | |
core/lib/Drupal/Core/Extension/ThemeInstaller.php:178 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->status | |
core/lib/Drupal/Core/Extension/ThemeInstaller.php:237 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->sub_themes | |
core/lib/Drupal/Core/Extension/ThemeInstaller.php:238 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->sub_themes | |
core/lib/Drupal/Core/Extension/module.api.php:169 PhanUndeclaredFunction Call to undeclared function \mymodule_cache_clear() | |
core/lib/Drupal/Core/Extension/module.api.php:234 PhanParamTooMany Call with 3 arg(s) to \file_prepare_directory() which only takes 2 arg(s) defined at core/includes/file.inc:286 | |
core/lib/Drupal/Core/Extension/module.api.php:244 PhanUndeclaredFunction Call to undeclared function \mymodule_cache_clear() | |
core/lib/Drupal/Core/Extension/module.api.php:266 PhanUndeclaredFunction Call to undeclared function \mymodule_cache_rebuild() | |
core/lib/Drupal/Core/Extension/module.api.php:635 PhanUndeclaredVariable Variable $some_error_condition_met is undeclared | |
core/lib/Drupal/Core/Extension/module.api.php:649 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::range | |
core/lib/Drupal/Core/Extension/module.api.php:658 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Extension/module.api.php:731 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setStatus | |
core/lib/Drupal/Core/Field/Annotation/FieldType.php:58 PhanTypeMismatchProperty Assigning string to property but \Drupal\Core\Field\Annotation\FieldType::category is \Drupal\Core\Annotation\Translation | |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php:65 PhanTypeMismatchArgument Argument 1 (settings) is float|int but \Drupal\Core\Field\TypedData\FieldItemDataDefinition::setSettings() takes array defined at core/lib/Drupal/Core/TypedData/DataDefinition.php:228 | |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php:171 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\DataDefinitionInterface::setSetting | |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php:187 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\DataDefinitionInterface::setSetting | |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php:331 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\DataDefinitionInterface::setConstraints | |
core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php:183 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\FieldConfigBase->original | |
core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php:184 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\FieldConfigBase->original | |
core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php:186 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\FieldConfigBase->original | |
core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php:187 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\FieldConfigBase->original | |
core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php:189 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\FieldConfigBase->original | |
core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php:192 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::onFieldDefinitionUpdate | |
core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php:209 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::onFieldDefinitionUpdate | |
core/lib/Drupal/Core/Field/EntityReferenceFieldItemList.php:38 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldItemInterface::hasNewEntity | |
core/lib/Drupal/Core/Field/FieldDefinitionListener.php:71 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::onFieldDefinitionCreate | |
core/lib/Drupal/Core/Field/FieldDefinitionListener.php:110 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::onFieldDefinitionUpdate | |
core/lib/Drupal/Core/Field/FieldDefinitionListener.php:122 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::onFieldDefinitionDelete | |
core/lib/Drupal/Core/Field/FieldFilteredMarkup.php:22 PhanAccessClassInternal Cannot access internal Interface \Drupal\Component\Render\MarkupInterface defined at core/lib/Drupal/Component/Render/MarkupInterface.php:32 | |
core/lib/Drupal/Core/Field/FieldItemBase.php:61 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\TraversableTypedDataInterface::getEntity | |
core/lib/Drupal/Core/Field/FieldItemBase.php:68 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\TraversableTypedDataInterface::getLangcode | |
core/lib/Drupal/Core/Field/FieldItemBase.php:75 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\ComplexDataDefinitionInterface::getFieldDefinition | |
core/lib/Drupal/Core/Field/FieldItemList.php:104 PhanParamTooMany Call with 1 arg(s) to \Drupal\Core\Field\FieldItemInterface::getValue() which only takes 0 arg(s) defined at core/lib/Drupal/Core/TypedData/TypedDataInterface.php:47 | |
core/lib/Drupal/Core/Field/FieldItemList.php:127 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\TypedDataInterface::__get | |
core/lib/Drupal/Core/Field/FieldItemList.php:138 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\TypedDataInterface::__set | |
core/lib/Drupal/Core/Field/FieldItemList.php:146 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\TypedDataInterface::__isset | |
core/lib/Drupal/Core/Field/FieldItemList.php:156 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\TypedDataInterface::__unset | |
core/lib/Drupal/Core/Field/FieldItemList.php:165 PhanTypeMismatchArgument Argument 2 (field_definition) is \Drupal\Core\TypedData\DataDefinitionInterface but \Drupal\Core\Entity\EntityAccessControlHandlerInterface::fieldAccess() takes \Drupal\Core\Field\FieldDefinitionInterface defined at core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php:112 | |
core/lib/Drupal/Core/Field/FieldItemList.php:180 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\DataDefinitionInterface::getDefaultValue | |
core/lib/Drupal/Core/Field/FieldItemList.php:262 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\DataDefinitionInterface::getType | |
core/lib/Drupal/Core/Field/FieldItemList.php:277 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\DataDefinitionInterface::getFieldStorageDefinition | |
core/lib/Drupal/Core/Field/FieldItemList.php:294 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\DataDefinitionInterface::getDefaultValueCallback | |
core/lib/Drupal/Core/Field/FieldItemList.php:303 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\DataDefinitionInterface::getType | |
core/lib/Drupal/Core/Field/FieldItemList.php:317 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\DataDefinitionInterface::setRequired | |
core/lib/Drupal/Core/Field/FieldItemList.php:360 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\DataDefinitionInterface::setRequired | |
core/lib/Drupal/Core/Field/FieldItemList.php:361 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\DataDefinitionInterface::setDescription | |
core/lib/Drupal/Core/Field/FieldItemList.php:366 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\DataDefinitionInterface::getName | |
core/lib/Drupal/Core/Field/FieldItemList.php:381 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\DataDefinitionInterface::getFieldStorageDefinition | |
core/lib/Drupal/Core/Field/FieldModuleUninstallValidator.php:30 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\FieldModuleUninstallValidator->entityManager | |
core/lib/Drupal/Core/Field/FieldModuleUninstallValidator.php:30 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\StringTranslation\StringTranslationTrait->entityManager | |
core/lib/Drupal/Core/Field/FieldModuleUninstallValidator.php:43 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\StringTranslation\StringTranslationTrait->entityManager | |
core/lib/Drupal/Core/Field/FieldModuleUninstallValidator.php:48 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\StringTranslation\StringTranslationTrait->entityManager | |
core/lib/Drupal/Core/Field/FieldModuleUninstallValidator.php:50 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\StringTranslation\StringTranslationTrait->entityManager | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php:162 PhanTypeMismatchArgument Argument 1 (items) is \ArrayAccess|\Countable|\Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Field\FieldItemListInterface|\Drupal\Core\TypedData\ListInterface|\Drupal\Core\TypedData\TraversableTypedDataInterface|\Drupal\Core\TypedData\TypedDataInterface|\Traversable but \Drupal\Core\Field\Plugin\Field\FieldFormatter\EntityReferenceEntityFormatter::getEntitiesToView() takes \Drupal\Core\Field\EntityReferenceFieldItemListInterface defined at core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php:42 | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php:52 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\TypedData\TranslatableInterface but \Drupal\Core\Entity\EntityManagerInterface::getTranslationFromContext() takes \Drupal\Core\Entity\EntityInterface defined at core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php:70 | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php:60 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->_referringItem | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceIdFormatter.php:27 PhanTypeMismatchArgument Argument 1 (items) is \ArrayAccess|\Countable|\Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Field\FieldItemListInterface|\Drupal\Core\TypedData\ListInterface|\Drupal\Core\TypedData\TraversableTypedDataInterface|\Drupal\Core\TypedData\TypedDataInterface|\Traversable but \Drupal\Core\Field\Plugin\Field\FieldFormatter\EntityReferenceIdFormatter::getEntitiesToView() takes \Drupal\Core\Field\EntityReferenceFieldItemListInterface defined at core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php:42 | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php:62 PhanTypeMismatchArgument Argument 1 (items) is \ArrayAccess|\Countable|\Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Field\FieldItemListInterface|\Drupal\Core\TypedData\ListInterface|\Drupal\Core\TypedData\TraversableTypedDataInterface|\Drupal\Core\TypedData\TypedDataInterface|\Traversable but \Drupal\Core\Field\Plugin\Field\FieldFormatter\EntityReferenceLabelFormatter::getEntitiesToView() takes \Drupal\Core\Field\EntityReferenceFieldItemListInterface defined at core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php:42 | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php:119 PhanParamTooMany Call with 1 arg(s) to \Drupal\Core\Language\LanguageManagerInterface::getNativeLanguages() which only takes 0 arg(s) defined at core/lib/Drupal/Core/Language/LanguageManagerInterface.php:94 | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php:54 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\Plugin\Field\FieldFormatter\StringFormatter->entityManager | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php:54 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\ContainerFactoryPluginInterface->entityManager | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php:89 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\ContainerFactoryPluginInterface->entityManager | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php:106 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\ContainerFactoryPluginInterface->entityManager | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/CreatedItem.php:25 PhanTypeMismatchArgument Argument 1 (values) is int[] but \Drupal\Core\Field\Plugin\Field\FieldType\CreatedItem::setValue() takes null[] defined at core/lib/Drupal/Core/Field/FieldItemBase.php:104 | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php:146 PhanTypeMismatchArgument Argument 1 (decimal) is bool|float but \Drupal\Core\Field\Plugin\Field\FieldType\DecimalItem::getDecimalDigits() takes int defined at core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php:167 | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php:189 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\TypedDataInterface::getTargetIdentifier | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php:229 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\TypedDataInterface::getTargetIdentifier | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php:229 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\TypedDataInterface::isTargetNew | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php:235 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Field\FieldItemBase::onChange() which only takes 1 arg(s) defined at core/lib/Drupal/Core/TypedData/TraversableTypedDataInterface.php:18 | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php:322 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php:393 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php:482 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldDefinitionInterface::setDefaultValue | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php:525 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldDefinitionInterface::setSetting | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php:115 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\TypedDataInterface::getTargetIdentifier | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php:117 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Field\FieldItemBase::onChange() which only takes 1 arg(s) defined at core/lib/Drupal/Core/TypedData/TraversableTypedDataInterface.php:18 | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/PasswordItem.php:67 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Field\Plugin\Field\FieldType\PasswordItem::existing is bool | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteTagsWidget.php:30 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldItemListInterface::referencedEntities | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteWidget.php:88 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldItemListInterface::referencedEntities | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/NumberWidget.php:100 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Field\FieldFilteredMarkup::create defined at core/lib/Drupal/Core/Field/FieldFilteredMarkup.php:35 | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/NumberWidget.php:104 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Field\FieldFilteredMarkup::create defined at core/lib/Drupal/Core/Field/FieldFilteredMarkup.php:35 | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsButtonsWidget.php:32 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\Core\Field\Plugin\Field\FieldWidget\OptionsButtonsWidget::getOptions() takes \Drupal\Core\Entity\FieldableEntityInterface defined at core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php:110 | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsButtonsWidget.php:36 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\Plugin\Field\FieldWidget\OptionsWidgetBase->required | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsButtonsWidget.php:41 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\Plugin\Field\FieldWidget\OptionsWidgetBase->multiple | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsButtonsWidget.php:66 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\Plugin\Field\FieldWidget\OptionsWidgetBase->multiple | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsButtonsWidget.php:66 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\Plugin\Field\FieldWidget\OptionsWidgetBase->required | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsSelectWidget.php:34 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\Core\Field\Plugin\Field\FieldWidget\OptionsSelectWidget::getOptions() takes \Drupal\Core\Entity\FieldableEntityInterface defined at core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php:110 | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsSelectWidget.php:37 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\Plugin\Field\FieldWidget\OptionsWidgetBase->multiple | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsSelectWidget.php:37 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\Plugin\Field\FieldWidget\OptionsWidgetBase->options | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsSelectWidget.php:62 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\Plugin\Field\FieldWidget\OptionsWidgetBase->multiple | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsSelectWidget.php:64 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\Plugin\Field\FieldWidget\OptionsWidgetBase->required | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsSelectWidget.php:72 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\Plugin\Field\FieldWidget\OptionsWidgetBase->required | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsSelectWidget.php:75 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\Plugin\Field\FieldWidget\OptionsWidgetBase->has_value | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php:48 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\Plugin\Field\FieldWidget\OptionsWidgetBase->required | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php:48 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\WidgetBase->required | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php:49 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\Plugin\Field\FieldWidget\OptionsWidgetBase->multiple | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php:49 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\WidgetBase->multiple | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php:50 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\Plugin\Field\FieldWidget\OptionsWidgetBase->has_value | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php:50 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\WidgetBase->has_value | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php:111 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\WidgetBase->options | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php:138 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\Plugin\Field\FieldWidget\OptionsWidgetBase->options | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php:138 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\WidgetBase->options | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php:140 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Field\WidgetBase->options | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php:154 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\Core\Field\Plugin\Field\FieldWidget\OptionsWidgetBase::getOptions() takes \Drupal\Core\Entity\FieldableEntityInterface defined at core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php:110 | |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php:187 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Field\FieldFilteredMarkup::create defined at core/lib/Drupal/Core/Field/FieldFilteredMarkup.php:35 | |
core/lib/Drupal/Core/Field/WidgetBase.php:348 PhanTypeMismatchArgument Argument 3 (key_exists) is null but \Drupal\Component\Utility\NestedArray::getValue() takes bool defined at core/lib/Drupal/Component/Utility/NestedArray.php:69 | |
core/lib/Drupal/Core/Field/WidgetBase.php:348 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::getValue() | |
core/lib/Drupal/Core/Field/WidgetBase.php:394 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::getValue() | |
core/lib/Drupal/Core/Field/WidgetBase.php:438 PhanTypeComparisonFromArray array to bool comparison | |
core/lib/Drupal/Core/Field/WidgetBase.php:451 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::getValue() | |
core/lib/Drupal/Core/Field/WidgetBase.php:458 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::setValue() | |
core/lib/Drupal/Core/File/FileSystem.php:139 PhanTypeMismatchArgument Argument 1 (scheme) is bool but \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface::getViaScheme() takes string defined at core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php:130 | |
core/lib/Drupal/Core/File/FileSystem.php:267 PhanTypeMismatchArgument Argument 1 (scheme) is bool but \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface::getViaScheme() takes string defined at core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php:130 | |
core/lib/Drupal/Core/File/FileSystem.php:269 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\StreamWrapper\StreamWrapperInterface::getDirectoryPath | |
core/lib/Drupal/Core/File/FileSystem.php:301 PhanTypeMismatchArgument Argument 1 (scheme) is bool but \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface::getClass() takes string defined at core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php:158 | |
core/lib/Drupal/Core/File/MimeType/ExtensionMimeTypeGuesser.php:890 PhanTypeComparisonFromArray array to null comparison | |
core/lib/Drupal/Core/File/MimeType/MimeTypeGuesser.php:64 PhanTypeComparisonFromArray array to null comparison | |
core/lib/Drupal/Core/File/MimeType/MimeTypeGuesser.php:90 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\File\MimeType\MimeTypeGuesser::sortedGuessers is \Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesserInterface[] | |
core/lib/Drupal/Core/FileTransfer/FTPExtension.php:14 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\FileTransfer\FTPExtension->connection | |
core/lib/Drupal/Core/FileTransfer/FTPExtension.php:28 PhanUndeclaredConstant Reference to undeclared constant \FTP_BINARY | |
core/lib/Drupal/Core/FileTransfer/FTPExtension.php:29 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/FTPExtension.php:38 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/FTPExtension.php:48 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/FTPExtension.php:68 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/FTPExtension.php:77 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/FTPExtension.php:106 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/FileTransfer.php:53 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\FileTransfer\FileTransfer->jail | |
core/lib/Drupal/Core/FileTransfer/FileTransfer.php:143 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\FileTransfer\ChmodInterface::sanitizePath | |
core/lib/Drupal/Core/FileTransfer/FileTransfer.php:144 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\FileTransfer\ChmodInterface::fixRemotePath | |
core/lib/Drupal/Core/FileTransfer/FileTransfer.php:145 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\FileTransfer\ChmodInterface::checkPath | |
core/lib/Drupal/Core/FileTransfer/FileTransfer.php:146 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\FileTransfer\FileTransfer::chmodJailed | |
core/lib/Drupal/Core/FileTransfer/FileTransfer.php:213 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/FileTransfer.php:377 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\FileTransfer\FileTransfer->chroot | |
core/lib/Drupal/Core/FileTransfer/FileTransfer.php:378 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\FileTransfer\FileTransfer->jail | |
core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php:37 PhanTypeMismatchArgument Argument 1 (root) is object but \Drupal\Core\FileTransfer\Form\FileTransferAuthorizeForm::__construct() takes string defined at core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php:29 | |
core/lib/Drupal/Core/FileTransfer/Local.php:29 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/Local.php:38 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/Local.php:48 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/Local.php:53 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/Local.php:58 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/Local.php:63 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/Local.php:72 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/Local.php:97 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/Local.php:102 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/SSH.php:25 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\FileTransfer\SSH->connection | |
core/lib/Drupal/Core/FileTransfer/SSH.php:27 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/SSH.php:50 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/SSH.php:59 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/SSH.php:68 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/SSH.php:77 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/SSH.php:86 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/SSH.php:106 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/SSH.php:123 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/FileTransfer/SSH.php:133 PhanTypeMismatchArgument Argument 2 (code) is null but \Drupal\Core\FileTransfer\FileTransferException::__construct() takes int defined at core/lib/Drupal/Core/FileTransfer/FileTransferException.php:27 | |
core/lib/Drupal/Core/Flood/DatabaseBackend.php:100 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Flood/DatabaseBackend.php:118 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::countQuery | |
core/lib/Drupal/Core/Flood/DatabaseBackend.php:121 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/Flood/DatabaseBackend.php:138 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Flood/DatabaseBackend.php:139 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\Delete::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php:42 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\ConfigFormBaseTrait::configFactory | |
core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php:45 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Form\ConfigFormBaseTrait->configFactory | |
core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php:52 PhanNonClassMethodCall Call to method getEditable on non-class type null | |
core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php:55 PhanNonClassMethodCall Call to method get on non-class type null | |
core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php:81 PhanTypeMismatchArgument Argument 1 (selector) is null but \Drupal\Core\Ajax\ReplaceCommand::__construct() takes string defined at core/lib/Drupal/Core/Ajax/InsertCommand.php:58 | |
core/lib/Drupal/Core/Form/FormBase.php:82 PhanDeprecatedTrait Using a deprecated trait \Drupal\Core\Routing\LinkGeneratorTrait defined at core/lib/Drupal/Core/Routing/LinkGeneratorTrait.php:20 | |
core/lib/Drupal/Core/Form/FormBase.php:82 PhanDeprecatedTrait Using a deprecated trait \Drupal\Core\Routing\UrlGeneratorTrait defined at core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php:18 | |
core/lib/Drupal/Core/Form/FormBase.php:144 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Form\FormBase::configFactory is \Drupal\Core\Config\ConfigFactoryInterface|object | |
core/lib/Drupal/Core/Form/FormBuilder.php:441 PhanTypeMismatchArgument Argument 1 (form_build_id) is bool|bool[][][]|string[] but \Drupal\Core\Form\FormCacheInterface::setCache() takes string defined at core/lib/Drupal/Core/Form/FormCacheInterface.php:30 | |
core/lib/Drupal/Core/Form/FormBuilder.php:526 PhanTypeArraySuspicious Suspicious array access to \Symfony\Component\HttpFoundation\Response | |
core/lib/Drupal/Core/Form/FormBuilder.php:898 PhanTypeMismatchArgument Argument 1 (type) is bool but \Drupal\Core\Render\ElementInfoManagerInterface::getInfo() takes string defined at core/lib/Drupal/Core/Render/ElementInfoManagerInterface.php:45 | |
core/lib/Drupal/Core/Form/FormBuilder.php:914 PhanTypeMismatchArgument Argument 1 (path) is bool but \Drupal\Component\Utility\UrlHelper::isExternal() takes string defined at core/lib/Drupal/Component/Utility/UrlHelper.php:211 | |
core/lib/Drupal/Core/Form/FormBuilder.php:995 PhanNonClassMethodCall Call to method isAllowed on non-class type bool | |
core/lib/Drupal/Core/Form/FormBuilder.php:1069 PhanTypeArraySuspicious Suspicious array access to bool | |
core/lib/Drupal/Core/Form/FormBuilder.php:1162 PhanParamSpecial1 Argument 2 (pieces) is string but \implode() takes array when argument 1 is string | |
core/lib/Drupal/Core/Form/FormBuilder.php:1164 PhanTypeMismatchArgumentInternal Argument 1 (stack) is string but \array_unshift() takes array | |
core/lib/Drupal/Core/Form/FormBuilder.php:1217 PhanTypeMismatchArgument Argument 3 (key_exists) is null but \Drupal\Component\Utility\NestedArray::getValue() takes bool defined at core/lib/Drupal/Component/Utility/NestedArray.php:69 | |
core/lib/Drupal/Core/Form/FormBuilder.php:1217 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::getValue() | |
core/lib/Drupal/Core/Form/FormBuilder.php:1230 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::setValue() | |
core/lib/Drupal/Core/Form/FormBuilder.php:1378 PhanTypeMismatchReturn Returning type int but getFileUploadMaxSize() is declared to return string | |
core/lib/Drupal/Core/Form/FormCache.php:110 PhanTypeMismatchProperty Assigning \Psr\Log\LoggerInterface to property but \Drupal\Core\Form\FormCache::logger is \Drupal\Core\Logger\LoggerChannelInterface | |
core/lib/Drupal/Core/Form/FormState.php:805 PhanTypeMismatchArgument Argument 3 (key_exists) is null but \Drupal\Component\Utility\NestedArray::getValue() takes bool defined at core/lib/Drupal/Component/Utility/NestedArray.php:69 | |
core/lib/Drupal/Core/Form/FormState.php:932 PhanTypeMismatchArgument Argument 3 (key_exists) is null but \Drupal\Component\Utility\NestedArray::getValue() takes bool defined at core/lib/Drupal/Component/Utility/NestedArray.php:69 | |
core/lib/Drupal/Core/Form/FormState.php:1227 PhanTypeMismatchArgument Argument 3 (key_exists) is null but \Drupal\Component\Utility\NestedArray::getValue() takes bool defined at core/lib/Drupal/Component/Utility/NestedArray.php:69 | |
core/lib/Drupal/Core/Form/FormState.php:1227 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::getValue() | |
core/lib/Drupal/Core/Form/FormStateValuesTrait.php:26 PhanTypeMismatchArgument Argument 3 (key_exists) is null but \Drupal\Component\Utility\NestedArray::getValue() takes bool defined at core/lib/Drupal/Component/Utility/NestedArray.php:69 | |
core/lib/Drupal/Core/Form/FormStateValuesTrait.php:26 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::getValue() | |
core/lib/Drupal/Core/Form/FormStateValuesTrait.php:46 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::setValue() | |
core/lib/Drupal/Core/Form/FormStateValuesTrait.php:54 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::unsetValue() | |
core/lib/Drupal/Core/Form/FormStateValuesTrait.php:63 PhanTypeMismatchArgument Argument 3 (key_exists) is null but \Drupal\Component\Utility\NestedArray::getValue() takes bool defined at core/lib/Drupal/Component/Utility/NestedArray.php:69 | |
core/lib/Drupal/Core/Form/FormStateValuesTrait.php:63 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::getValue() | |
core/lib/Drupal/Core/Form/FormStateValuesTrait.php:72 PhanTypeMismatchArgument Argument 3 (key_exists) is null but \Drupal\Component\Utility\NestedArray::getValue() takes bool defined at core/lib/Drupal/Component/Utility/NestedArray.php:69 | |
core/lib/Drupal/Core/Form/FormStateValuesTrait.php:72 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::getValue() | |
core/lib/Drupal/Core/Form/FormSubmitter.php:135 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Routing\UrlGeneratorInterface::generateFromRoute defined at core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php:81 | |
core/lib/Drupal/Core/Form/FormValidator.php:157 PhanTypeMismatchArgument Argument 3 (key_exists) is null but \Drupal\Component\Utility\NestedArray::getValue() takes bool defined at core/lib/Drupal/Component/Utility/NestedArray.php:69 | |
core/lib/Drupal/Core/Form/FormValidator.php:157 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::getValue() | |
core/lib/Drupal/Core/Form/FormValidator.php:173 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::getValue() | |
core/lib/Drupal/Core/Form/SubformState.php:101 PhanTypeMismatchArgument Argument 3 (key_exists) is null but \Drupal\Component\Utility\NestedArray::getValue() takes bool defined at core/lib/Drupal/Component/Utility/NestedArray.php:69 | |
core/lib/Drupal/Core/Form/SubformState.php:101 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::getValue() | |
core/lib/Drupal/Core/Form/SubformState.php:116 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormStateInterface::getCompleteFormState | |
core/lib/Drupal/Core/Form/form.api.php:78 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->value1 | |
core/lib/Drupal/Core/Form/form.api.php:78 PhanUndeclaredVariable Variable $options1 is undeclared | |
core/lib/Drupal/Core/Form/form.api.php:79 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->value2 | |
core/lib/Drupal/Core/Form/form.api.php:79 PhanUndeclaredVariable Variable $options2 is undeclared | |
core/lib/Drupal/Core/Form/form.api.php:80 PhanUndeclaredFunction Call to undeclared function \node_save() | |
core/lib/Drupal/Core/Form/form.api.php:83 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->title | |
core/lib/Drupal/Core/Form/form.api.php:87 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->nid | |
core/lib/Drupal/Core/Form/form.api.php:88 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->title | |
core/lib/Drupal/Core/GeneratedLink.php:15 PhanAccessClassInternal Cannot access internal Interface \Drupal\Component\Render\MarkupInterface defined at core/lib/Drupal/Component/Render/MarkupInterface.php:32 | |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php:77 PhanTypeMismatchReturn Returning type bool but getDefaultToolkit() is declared to return \Drupal\Core\ImageToolkit\ImageToolkitInterface | |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php:88 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\ImageToolkit\ImageToolkitInterface::getBaseId | |
core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php:90 PhanTypeMismatchArgument Argument 1 (root) is object but \Drupal\Core\Installer\Form\SiteConfigureForm::__construct() takes string defined at core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php:76 | |
core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php:90 PhanTypeMismatchArgument Argument 2 (site_path) is object but \Drupal\Core\Installer\Form\SiteConfigureForm::__construct() takes string defined at core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php:76 | |
core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php:287 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->init | |
core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php:287 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->mail | |
core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php:288 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getRoles | |
core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php:288 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->roles | |
core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php:289 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::activate | |
core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php:290 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->timezone | |
core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php:291 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->pass | |
core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php:292 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->name | |
core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php:47 PhanTypeMismatchArgument Argument 1 (site_path) is object but \Drupal\Core\Installer\Form\SiteSettingsForm::__construct() takes string defined at core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php:37 | |
core/lib/Drupal/Core/Installer/InstallerKernel.php:33 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Installer\InstallerKernel::configStorage is \Drupal\Core\Config\StorageInterface | |
core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php:123 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php:139 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php:152 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php:163 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php:91 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php:61 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php:62 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\Delete::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php:55 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\KeyValueStore\KeyValueFactory->options | |
core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php:55 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\KeyValueStore\KeyValueFactoryInterface->options | |
core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php:63 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\KeyValueStore\KeyValueFactoryInterface->options | |
core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php:64 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\KeyValueStore\KeyValueFactoryInterface->options | |
core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php:66 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\KeyValueStore\KeyValueFactoryInterface->options | |
core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php:67 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\KeyValueStore\KeyValueFactoryInterface->options | |
core/lib/Drupal/Core/Language/LanguageManager.php:80 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\DependencyInjection\DependencySerializationTrait->definedLanguageTypesInfo | |
core/lib/Drupal/Core/Language/LanguageManager.php:80 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Language\LanguageManager->definedLanguageTypesInfo | |
core/lib/Drupal/Core/Language/LanguageManager.php:96 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\DependencyInjection\DependencySerializationTrait->definedLanguageTypesInfo | |
core/lib/Drupal/Core/Layout/Annotation/Layout.php:148 PhanAccessClassConstantInternal Cannot access internal class constant \Drupal\Core\Layout\LayoutDefault::class defined at core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php:8 | |
core/lib/Drupal/Core/Layout/Annotation/Layout.php:154 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Layout\LayoutDefinition::__construct defined at core/lib/Drupal/Core/Layout/LayoutDefinition.php:127 | |
core/lib/Drupal/Core/Layout/LayoutDefault.php:23 PhanIncompatibleCompositionProp \Drupal\Core\Layout\LayoutDefault and \Drupal\Core\Plugin\PluginBase define the same property (pluginDefinition) in the composition of \Drupal\Core\Layout\LayoutDefault. However, the definition differs and is considered incompatible. Class was composed in core/lib/Drupal/Core/Layout/LayoutDefault.php on line 16 | |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php:47 PhanAccessClassConstantInternal Cannot access internal class constant \Drupal\Core\Layout\Annotation\Layout::class defined at core/lib/Drupal/Component/Annotation/AnnotationInterface.php:8 | |
core/lib/Drupal/Core/Link.php:61 PhanDeprecatedTrait Using a deprecated trait \Drupal\Core\Routing\LinkGeneratorTrait defined at core/lib/Drupal/Core/Routing/LinkGeneratorTrait.php:20 | |
core/lib/Drupal/Core/Link.php:75 PhanDeprecatedTrait Using a deprecated trait \Drupal\Core\Routing\LinkGeneratorTrait defined at core/lib/Drupal/Core/Routing/LinkGeneratorTrait.php:20 | |
core/lib/Drupal/Core/Link.php:136 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Utility\LinkGeneratorInterface::generateFromLink defined at core/lib/Drupal/Core/Utility/LinkGeneratorInterface.php:90 | |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php:50 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php:120 PhanTypeArraySuspicious Suspicious array access to bool | |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php:126 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php:128 PhanTypeArraySuspicious Suspicious array access to bool | |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php:129 PhanTypeMismatchArgument Argument 2 (value) is float but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php:141 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Lock/DatabaseLockBackend.php:161 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Lock/LockBackendAbstract.php:70 PhanTypeMismatchArgumentInternal Argument 1 (prefix) is int but \uniqid() takes string | |
core/lib/Drupal/Core/Lock/NullLockBackend.php:56 PhanTypeMismatchArgumentInternal Argument 1 (prefix) is int but \uniqid() takes string | |
core/lib/Drupal/Core/Menu/MenuActiveTrail.php:45 PhanTypeMismatchArgument Argument 1 (cid) is null but \Drupal\Core\Cache\CacheCollector::__construct() takes string defined at core/lib/Drupal/Core/Cache/CacheCollector.php:113 | |
core/lib/Drupal/Core/Menu/MenuActiveTrail.php:106 PhanNonClassMethodCall Call to method getPluginId on non-class type null | |
core/lib/Drupal/Core/Menu/MenuLinkTree.php:61 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Menu\MenuLinkTree->menuLinkManager | |
core/lib/Drupal/Core/Menu/MenuLinkTree.php:61 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Menu\MenuLinkTreeInterface->menuLinkManager | |
core/lib/Drupal/Core/Menu/MenuLinkTree.php:117 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Menu\MenuLinkTreeInterface->menuLinkManager | |
core/lib/Drupal/Core/Menu/MenuLinkTree.php:264 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Template\Attribute::setOption | |
core/lib/Drupal/Core/Menu/MenuLinkTree.php:267 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Template\Attribute::getOptions | |
core/lib/Drupal/Core/Menu/MenuLinkTree.php:267 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Template\Attribute::setOptions | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:199 PhanTypeMismatchArgument Argument 2 (suffixes) is float|int but \Drupal\Core\Cache\Cache::buildTags() takes array defined at core/lib/Drupal/Core/Cache/Cache.php:130 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:437 PhanTypeMismatchArgument Argument 2 (alias) is array but \Drupal\Core\Database\Connection::select() takes string defined at core/lib/Drupal/Core/Database/Connection.php:799 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:600 PhanTypeMismatchArgument Argument 2 (alias) is array but \Drupal\Core\Database\Connection::select() takes string defined at core/lib/Drupal/Core/Database/Connection.php:799 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:606 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:609 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:644 PhanTypeMismatchArgument Argument 2 (alias) is array but \Drupal\Core\Database\Connection::select() takes string defined at core/lib/Drupal/Core/Database/Connection.php:799 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:671 PhanTypeMismatchArgument Argument 2 (alias) is array but \Drupal\Core\Database\Connection::select() takes string defined at core/lib/Drupal/Core/Database/Connection.php:799 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:696 PhanTypeMismatchArgument Argument 2 (alias) is array but \Drupal\Core\Database\Connection::select() takes string defined at core/lib/Drupal/Core/Database/Connection.php:799 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:742 PhanTypeMismatchArgument Argument 2 (alias) is array but \Drupal\Core\Database\Connection::select() takes string defined at core/lib/Drupal/Core/Database/Connection.php:799 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:760 PhanTypeMismatchArgument Argument 2 (alias) is array but \Drupal\Core\Database\Connection::select() takes string defined at core/lib/Drupal/Core/Database/Connection.php:799 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:769 PhanTypeMismatchArgument Argument 2 (alias) is array but \Drupal\Core\Database\Connection::select() takes string defined at core/lib/Drupal/Core/Database/Connection.php:799 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:787 PhanTypeMismatchArgument Argument 2 (alias) is array but \Drupal\Core\Database\Connection::select() takes string defined at core/lib/Drupal/Core/Database/Connection.php:799 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:790 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:791 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:792 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:873 PhanTypeMismatchArgument Argument 2 (alias) is array but \Drupal\Core\Database\Connection::select() takes string defined at core/lib/Drupal/Core/Database/Connection.php:799 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:993 PhanUndeclaredVariable Variable $definition is undeclared | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:1020 PhanTypeMismatchArgument Argument 2 (alias) is array but \Drupal\Core\Database\Connection::select() takes string defined at core/lib/Drupal/Core/Database/Connection.php:799 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:1031 PhanTypeMismatchArgument Argument 2 (alias) is array but \Drupal\Core\Database\Connection::select() takes string defined at core/lib/Drupal/Core/Database/Connection.php:799 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:1041 PhanTypeMismatchArgument Argument 2 (alias) is array but \Drupal\Core\Database\Connection::select() takes string defined at core/lib/Drupal/Core/Database/Connection.php:799 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:1056 PhanTypeMismatchArgument Argument 2 (alias) is array but \Drupal\Core\Database\Connection::select() takes string defined at core/lib/Drupal/Core/Database/Connection.php:799 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:1063 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:1073 PhanTypeMismatchArgument Argument 1 (menu_name) is null but \Drupal\Core\Menu\MenuTreeStorage::loadLinks() takes string defined at core/lib/Drupal/Core/Menu/MenuTreeStorage.php:872 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:1165 PhanTypeMismatchArgumentInternal Argument 2 (code) is null but \Drupal\Component\Plugin\Exception\PluginException::__construct() takes int | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:1452 PhanTypeMismatchArgument Argument 2 (alias) is null but \Drupal\Core\Database\Connection::select() takes string defined at core/lib/Drupal/Core/Database/Connection.php:799 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:1454 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/Menu/MenuTreeStorage.php:1474 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php:66 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Menu\StaticMenuLinkOverrides::config is \Drupal\Core\Config\Config | |
core/lib/Drupal/Core/Menu/menu.api.php:315 PhanUndeclaredClassMethod Call to method fromRoute from undeclared class \Url | |
core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php:76 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadOverrideFree | |
core/lib/Drupal/Core/ParamConverter/EntityConverter.php:68 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\TypedData\TranslatableInterface but \Drupal\Core\Entity\EntityManagerInterface::getTranslationFromContext() takes \Drupal\Core\Entity\EntityInterface defined at core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php:70 | |
core/lib/Drupal/Core/ParamConverter/EntityConverter.php:68 PhanTypeMismatchArgument Argument 2 (langcode) is null but \Drupal\Core\Entity\EntityManagerInterface::getTranslationFromContext() takes string defined at core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php:70 | |
core/lib/Drupal/Core/Password/PhpassHashedPassword.php:158 PhanTypeMismatchReturn Returning type bool but crypt() is declared to return string | |
core/lib/Drupal/Core/Password/PhpassHashedPassword.php:165 PhanTypeMismatchReturn Returning type bool but crypt() is declared to return string | |
core/lib/Drupal/Core/Password/PhpassHashedPassword.php:172 PhanTypeMismatchReturn Returning type bool but crypt() is declared to return string | |
core/lib/Drupal/Core/Password/PhpassHashedPassword.php:177 PhanTypeMismatchReturn Returning type bool but crypt() is declared to return string | |
core/lib/Drupal/Core/Path/AliasManager.php:93 PhanTypeMismatchProperty Assigning bool to property but \Drupal\Core\Path\AliasManager::preloadedPathLookups is array | |
core/lib/Drupal/Core/Path/AliasStorage.php:113 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Path/AliasStorage.php:240 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::orderBy | |
core/lib/Drupal/Core/Path/AliasStorage.php:243 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::orderBy | |
core/lib/Drupal/Core/Path/AliasStorage.php:246 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::orderBy | |
core/lib/Drupal/Core/Path/AliasStorage.php:249 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Path/AliasStorage.php:272 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::orderBy | |
core/lib/Drupal/Core/Path/AliasStorage.php:275 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::orderBy | |
core/lib/Drupal/Core/Path/AliasStorage.php:278 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::orderBy | |
core/lib/Drupal/Core/Path/AliasStorage.php:281 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Path/AliasStorage.php:300 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::addExpression | |
core/lib/Drupal/Core/Path/AliasStorage.php:301 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::range | |
core/lib/Drupal/Core/Path/AliasStorage.php:303 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Path/AliasStorage.php:333 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::condition | |
core/lib/Drupal/Core/Path/AliasStorage.php:336 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::fields | |
core/lib/Drupal/Core/Path/AliasStorage.php:356 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::range | |
core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php:67 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\StringTranslation\StringTranslationTrait->moduleHandler | |
core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php:68 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\StringTranslation\StringTranslationTrait->moduleHandler | |
core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php:81 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Plugin\CategorizingPluginManagerTrait::getDefinitions | |
core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php:92 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Plugin\CategorizingPluginManagerTrait::getDefinitions | |
core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php:107 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Plugin\CategorizingPluginManagerTrait::getDefinitions | |
core/lib/Drupal/Core/Plugin/Context/Context.php:177 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Plugin\Context\ContextInterface::getTypedDataManager | |
core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php:247 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\ListDataDefinitionInterface::setLabel | |
core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php:251 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\ListDataDefinitionInterface::setConstraints | |
core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:193 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Plugin\DefaultPluginManager::definitions is array | |
core/lib/Drupal/Core/Plugin/DefaultPluginManager.php:229 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Plugin\DefaultPluginManager::definitions is array | |
core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php:76 PhanUndeclaredMethod Call to undeclared method \Doctrine\Common\Annotations\Reader::addNamespace | |
core/lib/Drupal/Core/Plugin/PluginWithFormsTrait.php:14 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Plugin\PluginWithFormsTrait::getPluginDefinition | |
core/lib/Drupal/Core/Plugin/PluginWithFormsTrait.php:15 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Plugin\PluginWithFormsTrait::getPluginDefinition | |
core/lib/Drupal/Core/Queue/DatabaseQueue.php:143 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/Queue/DatabaseQueue.php:145 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Queue/DatabaseQueue.php:167 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Queue/DatabaseQueue.php:181 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Queue/DatabaseQueue.php:203 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Queue/DatabaseQueue.php:218 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Queue/DatabaseQueue.php:219 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\Delete::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/Queue/DatabaseQueue.php:225 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Queue/DatabaseQueue.php:229 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\Update::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/Queue/DatabaseQueue.php:230 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/Render/BubbleableMetadata.php:33 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableMetadata->attachments | |
core/lib/Drupal/Core/Render/BubbleableMetadata.php:36 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableMetadata->attachments | |
core/lib/Drupal/Core/Render/BubbleableMetadata.php:39 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableMetadata->attachments | |
core/lib/Drupal/Core/Render/BubbleableMetadata.php:67 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableMetadata->attachments | |
core/lib/Drupal/Core/Render/BubbleableMetadata.php:86 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableMetadata->attachments | |
core/lib/Drupal/Core/Render/Element/FormElement.php:190 PhanNonClassMethodCall Call to method isAllowed on non-class type bool | |
core/lib/Drupal/Core/Render/Element/HtmlTag.php:101 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Render\Markup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/lib/Drupal/Core/Render/Element/HtmlTag.php:182 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Render\Markup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/lib/Drupal/Core/Render/Element/HtmlTag.php:183 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Render\Markup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/lib/Drupal/Core/Render/Element/HtmlTag.php:187 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Render\Markup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/lib/Drupal/Core/Render/Element/HtmlTag.php:188 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Render\Markup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/lib/Drupal/Core/Render/Element/MachineName.php:169 PhanTypeMismatchArgument Argument 3 (key_exists) is null but \Drupal\Component\Utility\NestedArray::getValue() takes bool defined at core/lib/Drupal/Component/Utility/NestedArray.php:69 | |
core/lib/Drupal/Core/Render/Element/MachineName.php:169 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::getValue() | |
core/lib/Drupal/Core/Render/Element/MachineName.php:187 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::setValue() | |
core/lib/Drupal/Core/Render/Element/StatusReport.php:43 PhanUndeclaredConstant Reference to undeclared constant \MAINTENANCE_MODE | |
core/lib/Drupal/Core/Render/ElementInfoManager.php:147 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Render\ElementInfoManager::elementInfo is array | |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php:262 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\HttpFoundation\Response::addCacheableDependency | |
core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php:68 PhanTypeMismatchArgument Argument 1 (selector) is null but \Drupal\Core\Ajax\InsertCommand::__construct() takes string defined at core/lib/Drupal/Core/Ajax/InsertCommand.php:58 | |
core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php:72 PhanTypeMismatchArgument Argument 1 (selector) is null but \Drupal\Core\Ajax\PrependCommand::__construct() takes string defined at core/lib/Drupal/Core/Ajax/InsertCommand.php:58 | |
core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php:153 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Render\RenderCacheInterface::getCacheableRenderArray defined at core/lib/Drupal/Core/Render/RenderCacheInterface.php:33 | |
core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php:228 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Render\RenderCacheInterface::getCacheableRenderArray defined at core/lib/Drupal/Core/Render/RenderCacheInterface.php:33 | |
core/lib/Drupal/Core/Render/Markup.php:23 PhanAccessClassInternal Cannot access internal Interface \Drupal\Component\Render\MarkupInterface defined at core/lib/Drupal/Component/Render/MarkupInterface.php:32 | |
core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php:105 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Routing\UrlGeneratorInterface::generateFromRoute defined at core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php:81 | |
core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php:115 PhanTypeMismatchArgument Argument 1 (element) is bool but \Drupal\Core\Render\PlaceholderGeneratorInterface::shouldAutomaticallyPlaceholder() takes array defined at core/lib/Drupal/Core/Render/PlaceholderGeneratorInterface.php:45 | |
core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php:116 PhanTypeMismatchArgument Argument 1 (rendered_elements) is bool but \Drupal\Core\Render\PlaceholderingRenderCache::createPlaceholderAndRemember() takes array defined at core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php:161 | |
core/lib/Drupal/Core/Render/RenderCache.php:71 PhanUndeclaredVariable Variable $cache_bin is undeclared | |
core/lib/Drupal/Core/Render/RenderCache.php:301 PhanTypeMismatchReturn Returning type bool but createCacheID() is declared to return string | |
core/lib/Drupal/Core/Render/RenderCache.php:315 PhanTypeMismatchReturn Returning type bool but createCacheID() is declared to return string | |
core/lib/Drupal/Core/Render/Renderer.php:122 PhanTypeMismatchProperty Assigning \SplObjectStorage to property but \Drupal\Core\Render\Renderer::contextCollection is \Drupal\Core\Render\RenderContext[] | |
core/lib/Drupal/Core/Render/Renderer.php:740 PhanTypeMismatchReturn Returning type array but ensureMarkupIsSafe() is declared to return \Drupal\Component\Render\MarkupInterface|string | |
core/lib/Drupal/Core/Render/Renderer.php:752 PhanTypeMismatchReturn Returning type \Drupal\Component\Render\MarkupInterface[]|array|string[] but ensureMarkupIsSafe() is declared to return \Drupal\Component\Render\MarkupInterface|string | |
core/lib/Drupal/Core/Render/theme.api.php:583 PhanUndeclaredFunction Call to undeclared function \contextual_links_view() | |
core/lib/Drupal/Core/Routing/AccessAwareRouter.php:70 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\Routing\Matcher\RequestMatcherInterface::setContext | |
core/lib/Drupal/Core/Routing/AccessAwareRouter.php:79 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\Routing\Matcher\RequestMatcherInterface::getContext | |
core/lib/Drupal/Core/Routing/AccessAwareRouter.php:123 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\Routing\Matcher\RequestMatcherInterface::getRouteCollection | |
core/lib/Drupal/Core/Routing/AccessAwareRouter.php:132 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\Routing\Matcher\RequestMatcherInterface::generate | |
core/lib/Drupal/Core/Routing/CompiledRoute.php:121 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\Routing\CompiledRoute->route | |
core/lib/Drupal/Core/Routing/CompiledRoute.php:131 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\Routing\CompiledRoute->route | |
core/lib/Drupal/Core/Routing/CompiledRoute.php:141 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\Routing\CompiledRoute->route | |
core/lib/Drupal/Core/Routing/LinkGeneratorTrait.php:45 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Utility\LinkGeneratorInterface::generate defined at core/lib/Drupal/Core/Utility/LinkGeneratorInterface.php:74 | |
core/lib/Drupal/Core/Routing/MatcherDumper.php:156 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Routing\MatcherDumper::routes is \Symfony\Component\Routing\RouteCollection | |
core/lib/Drupal/Core/Routing/NullMatcherDumper.php:44 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Routing\NullMatcherDumper::routes is \Symfony\Component\Routing\RouteCollection | |
core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php:79 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Routing\RouteProviderInterface::preLoadRoutes | |
core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php:115 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Routing\RouteProviderInterface::getRoutesPaged | |
core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php:122 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Routing\RouteProviderInterface::getRoutesCount | |
core/lib/Drupal/Core/Routing/UrlGenerator.php:360 PhanUndeclaredVariable Variable $req is undeclared | |
core/lib/Drupal/Core/Session/AccountProxy.php:173 PhanDeprecatedProperty Reference to deprecated property \Drupal\Core\Session\AccountProxy::initialAccountId defined at core/lib/Drupal/Core/Session/AccountProxy.php:39 | |
core/lib/Drupal/Core/Session/AccountSwitcher.php:26 PhanTypeMismatchProperty Assigning array to property but \Drupal\Core\Session\AccountSwitcher::currentUser is \Drupal\Core\Session\AccountProxyInterface | |
core/lib/Drupal/Core/Session/SessionHandler.php:49 PhanParamSignatureMismatchInternal Declaration of function open($save_path, $name) should be compatible with internal function open(string $save_path, string $name) : bool | |
core/lib/Drupal/Core/Session/SessionHandler.php:56 PhanParamSignatureMismatchInternal Declaration of function read($sid) should be compatible with internal function read(string $session_id) : string | |
core/lib/Drupal/Core/Session/SessionHandler.php:70 PhanParamSignatureMismatchInternal Declaration of function write($sid, $value) should be compatible with internal function write(string $session_id, string $session_data) : bool | |
core/lib/Drupal/Core/Session/SessionHandler.php:109 PhanParamSignatureMismatchInternal Declaration of function destroy($sid) should be compatible with internal function destroy(string $session_id) : bool | |
core/lib/Drupal/Core/Session/SessionHandler.php:111 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Session/SessionHandler.php:121 PhanParamSignatureMismatchInternal Declaration of function gc($lifetime) should be compatible with internal function gc(string $maxlifetime) : bool | |
core/lib/Drupal/Core/Session/SessionHandler.php:127 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Session/SessionHandler.php:128 PhanTypeMismatchArgument Argument 2 (value) is float|int but \Drupal\Core\Database\Query\Delete::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/lib/Drupal/Core/Session/SessionManager.php:85 PhanUndeclaredTypeParameter Parameter of undeclared type \Drupal\Core\Session\Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeSessionHandler | |
core/lib/Drupal/Core/Session/SessionManager.php:223 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag::clearCsrfTokenSeed | |
core/lib/Drupal/Core/Session/SessionManager.php:246 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Session/SessionManager.php:334 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php:45 PhanParamSignatureMismatchInternal Declaration of function destroy($session_id) should be compatible with internal function destroy(string $session_id) : bool | |
core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php:52 PhanParamSignatureMismatchInternal Declaration of function gc($max_lifetime) should be compatible with internal function gc(string $maxlifetime) : bool | |
core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php:59 PhanParamSignatureMismatchInternal Declaration of function open($save_path, $session_id) should be compatible with internal function open(string $save_path, string $name) : bool | |
core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php:66 PhanParamSignatureMismatchInternal Declaration of function read($session_id) should be compatible with internal function read(string $session_id) : string | |
core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php:73 PhanParamSignatureMismatchInternal Declaration of function write($session_id, $session_data) should be compatible with internal function write(string $session_id, string $session_data) : bool | |
core/lib/Drupal/Core/StreamWrapper/LocalStream.php:166 PhanTypeMismatchArgumentInternal Argument 2 (mode) is int but \fopen() takes string | |
core/lib/Drupal/Core/StreamWrapper/LocalStream.php:271 PhanTypeMismatchReturn Returning type int but stream_tell() is declared to return bool | |
core/lib/Drupal/Core/StreamWrapper/LocalStream.php:284 PhanTypeMismatchReturn Returning type array but stream_stat() is declared to return bool | |
core/lib/Drupal/Core/StreamWrapper/PublicStream.php:102 PhanUndeclaredTypeParameter Parameter of undeclared type \SplString | |
core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php:82 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\StreamWrapper\ReadOnlyStream::getLocalPath | |
core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php:83 PhanTypeMismatchArgumentInternal Argument 2 (mode) is int but \fopen() takes string | |
core/lib/Drupal/Core/Template/Attribute.php:65 PhanAccessClassInternal Cannot access internal Interface \Drupal\Component\Render\MarkupInterface defined at core/lib/Drupal/Component/Render/MarkupInterface.php:32 | |
core/lib/Drupal/Core/Template/Attribute.php:185 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Template\AttributeValueBase::exchangeArray | |
core/lib/Drupal/Core/Template/Attribute.php:259 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Template\AttributeValueBase::exchangeArray | |
core/lib/Drupal/Core/Template/Loader/FilesystemLoader.php:27 PhanParamReqAfterOpt Required argument follows optional | |
core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php:45 PhanParamSignatureRealMismatch Declaration of function findTemplate($name, $throw = null) should be compatible with function findTemplate($name) defined in vendor/twig/twig/lib/Twig/Loader/Filesystem.php:181 | |
core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php:48 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Theme\Registry::getRuntime defined at core/lib/Drupal/Core/Theme/Registry.php:249 | |
core/lib/Drupal/Core/Template/TwigEnvironment.php:143 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Render\Markup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/lib/Drupal/Core/Template/TwigEnvironment.php:143 PhanTypeMismatchArgument Argument 2 (index) is null but \Drupal\Core\Template\TwigEnvironment::loadTemplate() takes int defined at vendor/twig/twig/lib/Twig/Environment.php:417 | |
core/lib/Drupal/Core/Template/TwigExtension.php:236 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Routing\UrlGeneratorInterface::generateFromRoute defined at core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php:81 | |
core/lib/Drupal/Core/Template/TwigExtension.php:258 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Routing\UrlGeneratorInterface::generateFromRoute defined at core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php:81 | |
core/lib/Drupal/Core/Template/TwigExtension.php:263 PhanTypeMismatchReturn Returning type array|string[] but getUrl() is declared to return string | |
core/lib/Drupal/Core/Template/TwigExtension.php:296 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Render\Markup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/lib/Drupal/Core/Template/TwigExtension.php:431 PhanTypeMismatchReturn Returning type int but escapeFilter() is declared to return null|string | |
core/lib/Drupal/Core/Template/TwigExtension.php:615 PhanTypeMismatchArgument Argument 4 (charset) is null but \Drupal\Core\Template\TwigExtension::escapeFilter() takes string defined at core/lib/Drupal/Core/Template/TwigExtension.php:428 | |
core/lib/Drupal/Core/Template/TwigNodeTrans.php:179 PhanDeprecatedInterface Using a deprecated interface \Twig_NodeInterface defined at vendor/twig/twig/lib/Twig/NodeInterface.php:19 | |
core/lib/Drupal/Core/Template/TwigNodeVisitor.php:30 PhanUndeclaredProperty Reference to undeclared property \Twig_BaseNodeVisitor->skipRenderVarFunction | |
core/lib/Drupal/Core/Template/TwigNodeVisitor.php:32 PhanUndeclaredProperty Reference to undeclared property \Twig_BaseNodeVisitor->skipRenderVarFunction | |
core/lib/Drupal/Core/Template/TwigNodeVisitor.php:38 PhanDeprecatedInterface Using a deprecated interface \Twig_NodeInterface defined at vendor/twig/twig/lib/Twig/NodeInterface.php:19 | |
core/lib/Drupal/Core/Template/TwigNodeVisitor.php:50 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Template\TwigNodeVisitor->skipRenderVarFunction | |
core/lib/Drupal/Core/Template/TwigNodeVisitor.php:50 PhanUndeclaredProperty Reference to undeclared property \Twig_BaseNodeVisitor->skipRenderVarFunction | |
core/lib/Drupal/Core/Template/TwigTransTokenParser.php:30 PhanAccessMethodInternal Cannot access internal method \Twig_ExpressionParser::parseExpression defined at vendor/twig/twig/lib/Twig/ExpressionParser.php:53 | |
core/lib/Drupal/Core/Template/TwigTransTokenParser.php:34 PhanAccessMethodInternal Cannot access internal method \Twig_ExpressionParser::parseExpression defined at vendor/twig/twig/lib/Twig/ExpressionParser.php:53 | |
core/lib/Drupal/Core/Template/TwigTransTokenParser.php:40 PhanAccessMethodInternal Cannot access internal method \Twig_ExpressionParser::parseExpression defined at vendor/twig/twig/lib/Twig/ExpressionParser.php:53 | |
core/lib/Drupal/Core/Test/AssertMailTrait.php:21 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\AssertMailTrait->container | |
core/lib/Drupal/Core/Test/AssertMailTrait.php:61 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\AssertMailTrait->container | |
core/lib/Drupal/Core/Test/AssertMailTrait.php:63 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Test\AssertMailTrait::assertTrue | |
core/lib/Drupal/Core/Test/AssertMailTrait.php:108 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Test\AssertMailTrait::assertTrue | |
core/lib/Drupal/Core/Test/AssertMailTrait.php:139 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Test\AssertMailTrait::assertTrue | |
core/lib/Drupal/Core/Test/AssertMailTrait.php:152 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Test\AssertMailTrait::verbose | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:50 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->siteDirectory | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:63 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->publicFilesDirectory | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:67 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->privateFilesDirectory | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:75 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->originalSite | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:80 PhanTypeArraySuspicious Suspicious array access to object | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:81 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->originalProfile | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:86 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->originalSite | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:94 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->originalSite | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:101 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->strictConfigSchema | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:108 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Test\FunctionalTestSetupTrait::getConfigSchemaExclusions | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:116 PhanTypeMismatchArgument Argument 3 (class_loader) is \Symfony\Component\Classloader\Classloader but \Drupal\Core\Site\Settings::initialize() takes \Composer\Autoload\ClassLoader defined at core/lib/Drupal/Core/Site/Settings.php:114 | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:116 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->siteDirectory | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:130 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->siteDirectory | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:147 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->siteDirectory | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:177 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->container | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:177 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->kernel | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:198 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->container | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:222 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Cache\CacheBackendInterface::reset | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:226 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->container | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:227 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->container | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:273 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->container | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:279 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->container | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:291 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Test\FunctionalTestSetupTrait::installParameters | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:298 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->siteDirectory | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:309 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->siteDirectory | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:313 PhanTypeMismatchArgument Argument 2 (value) is bool but \Drupal\Core\Test\FunctionalTestSetupTrait::setContainerParameter() takes string defined at core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:146 | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:326 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->privateFilesDirectory | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:362 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Test\FunctionalTestSetupTrait::randomMachineName | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:375 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Test\FunctionalTestSetupTrait::generateSessionName | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:375 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->databasePrefix | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:388 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->kernel | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:389 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->kernel | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:392 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->kernel | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:420 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Test\FunctionalTestSetupTrait::assertTrue | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:424 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Test\FunctionalTestSetupTrait::fail | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:442 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->kernel | |
core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:448 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\FunctionalTestSetupTrait->container | |
core/lib/Drupal/Core/Test/TestSetupTrait.php:147 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\TestSetupTrait->databasePrefix | |
core/lib/Drupal/Core/Test/TestSetupTrait.php:154 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\TestSetupTrait->databasePrefix | |
core/lib/Drupal/Core/Test/TestSetupTrait.php:176 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\TestSetupTrait->databasePrefix | |
core/lib/Drupal/Core/Theme/ActiveTheme.php:115 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Theme\ActiveTheme->librariesExtend | |
core/lib/Drupal/Core/Theme/ActiveTheme.php:226 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Theme\ActiveTheme->librariesExtend | |
core/lib/Drupal/Core/Theme/Registry.php:177 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\DestructableInterface->themeInitialization | |
core/lib/Drupal/Core/Theme/Registry.php:177 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Theme\Registry->themeInitialization | |
core/lib/Drupal/Core/Theme/Registry.php:210 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\DestructableInterface->themeInitialization | |
core/lib/Drupal/Core/Theme/Registry.php:211 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\DestructableInterface->themeInitialization | |
core/lib/Drupal/Core/Theme/ThemeAccessCheck.php:55 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->status | |
core/lib/Drupal/Core/Theme/ThemeInitialization.php:59 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Theme\ThemeInitialization->moduleHandler | |
core/lib/Drupal/Core/Theme/ThemeInitialization.php:59 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Theme\ThemeInitializationInterface->moduleHandler | |
core/lib/Drupal/Core/Theme/ThemeInitialization.php:105 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->base_theme | |
core/lib/Drupal/Core/Theme/ThemeInitialization.php:106 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->base_theme | |
core/lib/Drupal/Core/Theme/ThemeInitialization.php:235 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->libraries | |
core/lib/Drupal/Core/Theme/ThemeInitialization.php:236 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->libraries | |
core/lib/Drupal/Core/Theme/ThemeInitialization.php:241 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->engine | |
core/lib/Drupal/Core/Theme/ThemeInitialization.php:242 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->owner | |
core/lib/Drupal/Core/Theme/ThemeInitialization.php:265 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Theme\ThemeInitializationInterface->moduleHandler | |
core/lib/Drupal/Core/Theme/ThemeManager.php:112 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Theme\ThemeManager::activeTheme is \Drupal\Core\Theme\ActiveTheme | |
core/lib/Drupal/Core/Theme/ThemeManager.php:317 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Render\Markup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/lib/Drupal/Core/TypedData/DataReferenceBase.php:46 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\DataDefinitionInterface::getTargetDefinition | |
core/lib/Drupal/Core/TypedData/DataReferenceBase.php:57 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\DataReferenceBase::getType | |
core/lib/Drupal/Core/TypedData/DataReferenceDefinition.php:31 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\DataDefinition::setTargetDefinition | |
core/lib/Drupal/Core/TypedData/ListDataDefinition.php:36 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\TypedData\DataDefinition->itemDefinition | |
core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php:55 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\TypedData\Plugin\DataType\BinaryData::handle is bool|resource | |
core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php:56 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\TypedData\Plugin\DataType\BinaryData::uri is string | |
core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php:62 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\TypedData\Plugin\DataType\BinaryData::handle is bool|resource | |
core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php:65 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\TypedData\Plugin\DataType\BinaryData::handle is bool|resource | |
core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php:158 PhanTypeMismatchArgument Argument 1 (name) is int but \Drupal\Core\TypedData\TypedDataInterface::setContext() takes null|string defined at core/lib/Drupal/Core/TypedData/TypedDataInterface.php:159 | |
core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php:220 PhanTypeMismatchArgument Argument 2 (property_name) is int but \Drupal\Core\TypedData\TypedDataManagerInterface::getPropertyInstance() takes string defined at core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php:163 | |
core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php:227 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\DataDefinitionInterface::getItemDefinition | |
core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php:250 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\TypedDataInterface::isEmpty | |
core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php:32 PhanUndeclaredTypeProperty Property \Drupal\Core\TypedData\Plugin\DataType\Language::language has undeclared type \Drupal\Core\Language | |
core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php:41 PhanTypeMismatchProperty Assigning \Drupal\Core\Language\LanguageInterface|null to property but \Drupal\Core\TypedData\Plugin\DataType\Language::language is \Drupal\Core\Language | |
core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php:43 PhanTypeMismatchReturn Returning type \Drupal\Core\Language but getValue() is declared to return \Drupal\Core\Language\LanguageInterface|null | |
core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php:61 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\TypedData\Plugin\DataType\Language::id is string | |
core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php:62 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\TypedData\Plugin\DataType\Language::language is \Drupal\Core\Language|object | |
core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php:86 PhanUndeclaredClassMethod Call to method getId from undeclared class \Drupal\Core\Language | |
core/lib/Drupal/Core/TypedData/TypedData.php:77 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\TypedData\DataDefinitionInterface | |
core/lib/Drupal/Core/TypedData/TypedData.php:98 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\TypedData\TypedDataTrait->value | |
core/lib/Drupal/Core/TypedData/TypedData.php:105 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\TypedData\TypedData->value | |
core/lib/Drupal/Core/TypedData/TypedData.php:105 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\TypedData\TypedDataTrait->value | |
core/lib/Drupal/Core/TypedData/TypedDataManager.php:174 PhanTypeMismatchArgument Argument 1 (name) is null but \Drupal\Core\TypedData\ComplexDataDefinitionInterface::getPropertyDefinition() takes string defined at core/lib/Drupal/Core/TypedData/ComplexDataDefinitionInterface.php:23 | |
core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php:124 PhanTypeMismatchProperty Assigning \Symfony\Component\Validator\Validator\ValidatorInterface to property but \Drupal\Core\TypedData\Validation\ExecutionContext::validator is \Symfony\Component\Validator\ValidatorInterface | |
core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php:173 PhanTypeMismatchArgument Argument 9 (translationDomain) is string but \Drupal\Core\TypedData\Validation\ConstraintViolationBuilder::__construct() takes null defined at core/lib/Drupal/Core/TypedData/Validation/ConstraintViolationBuilder.php:120 | |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php:69 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\TypedData\Validation\ContextualValidatorInterface->typedDataManager | |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php:69 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\TypedData\Validation\RecursiveContextualValidator->typedDataManager | |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php:132 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\TypedData\Validation\ContextualValidatorInterface->typedDataManager | |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php:133 PhanAccessMethodInternal Cannot access internal method \Symfony\Component\Validator\Context\ExecutionContextInterface::setNode defined at vendor/symfony/validator/Context/ExecutionContextInterface.php:127 | |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php:133 PhanTypeMismatchArgument Argument 3 (metadata) is \Symfony\Component\Validator\MetadataInterface but \Symfony\Component\Validator\Context\ExecutionContextInterface::setNode() takes ?\Symfony\Component\Validator\Mapping\MetadataInterface defined at vendor/symfony/validator/Context/ExecutionContextInterface.php:127 | |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php:135 PhanAccessMethodInternal Cannot access internal method \Symfony\Component\Validator\Context\ExecutionContextInterface::isGroupValidated defined at vendor/symfony/validator/Context/ExecutionContextInterface.php:174 | |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php:137 PhanAccessMethodInternal Cannot access internal method \Symfony\Component\Validator\Context\ExecutionContextInterface::markGroupAsValidated defined at vendor/symfony/validator/Context/ExecutionContextInterface.php:159 | |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php:145 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\TypedDataInterface::isEmpty | |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php:151 PhanAccessMethodInternal Cannot access internal method \Symfony\Component\Validator\Context\ExecutionContextInterface::setNode defined at vendor/symfony/validator/Context/ExecutionContextInterface.php:127 | |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php:174 PhanAccessMethodInternal Cannot access internal method \Symfony\Component\Validator\Context\ExecutionContextInterface::isConstraintValidated defined at vendor/symfony/validator/Context/ExecutionContextInterface.php:198 | |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php:178 PhanAccessMethodInternal Cannot access internal method \Symfony\Component\Validator\Context\ExecutionContextInterface::markConstraintAsValidated defined at vendor/symfony/validator/Context/ExecutionContextInterface.php:185 | |
core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php:181 PhanAccessMethodInternal Cannot access internal method \Symfony\Component\Validator\Context\ExecutionContextInterface::setConstraint defined at vendor/symfony/validator/Context/ExecutionContextInterface.php:147 | |
core/lib/Drupal/Core/TypedData/Validation/TypedDataAwareValidatorTrait.php:22 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\TypedData\Validation\TypedDataAwareValidatorTrait->context | |
core/lib/Drupal/Core/Update/UpdateKernel.php:72 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Update\UpdateKernel::bootSession() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Update/UpdateKernel.php:122 | |
core/lib/Drupal/Core/Update/UpdateKernel.php:99 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Update\UpdateKernel::handleAccess() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Update/UpdateKernel.php:172 | |
core/lib/Drupal/Core/Update/UpdateRegistry.php:187 PhanTypeMismatchArgumentInternal Argument 2 (str) is callable but \explode() takes string | |
core/lib/Drupal/Core/Update/UpdateRegistryFactory.php:22 PhanTypeMismatchArgument Argument 1 (root) is object but \Drupal\Core\Update\UpdateRegistry::__construct() takes string defined at core/lib/Drupal/Core/Update/UpdateRegistry.php:81 | |
core/lib/Drupal/Core/Update/UpdateRegistryFactory.php:22 PhanTypeMismatchArgument Argument 2 (site_path) is object but \Drupal\Core\Update\UpdateRegistry::__construct() takes string defined at core/lib/Drupal/Core/Update/UpdateRegistry.php:81 | |
core/lib/Drupal/Core/Updater/Module.php:28 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Updater\UpdaterInterface->name | |
core/lib/Drupal/Core/Updater/Module.php:53 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Updater\UpdaterInterface->name | |
core/lib/Drupal/Core/Updater/Module.php:86 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Updater\UpdaterInterface->name | |
core/lib/Drupal/Core/Updater/Module.php:89 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Updater\UpdaterInterface->name | |
core/lib/Drupal/Core/Updater/Module.php:91 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Updater\UpdaterInterface->name | |
core/lib/Drupal/Core/Updater/Module.php:95 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Updater\UpdaterInterface->name | |
core/lib/Drupal/Core/Updater/Theme.php:28 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Updater\UpdaterInterface->name | |
core/lib/Drupal/Core/Updater/Theme.php:53 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Updater\UpdaterInterface->name | |
core/lib/Drupal/Core/Updater/Updater.php:41 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Updater\Updater->name | |
core/lib/Drupal/Core/Updater/Updater.php:42 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Updater\Updater->title | |
core/lib/Drupal/Core/Updater/Updater.php:112 PhanTypeMismatchReturn Returning type bool but findInfoFile() is declared to return string | |
core/lib/Drupal/Core/Updater/Updater.php:194 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Updater\Updater::getInstallDirectory | |
core/lib/Drupal/Core/Updater/Updater.php:225 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Updater\Updater->name | |
core/lib/Drupal/Core/Updater/Updater.php:233 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Updater\Updater->name | |
core/lib/Drupal/Core/Updater/Updater.php:235 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Updater\Updater->name | |
core/lib/Drupal/Core/Updater/Updater.php:242 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Updater\Updater->name | |
core/lib/Drupal/Core/Updater/Updater.php:281 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Updater\Updater->name | |
core/lib/Drupal/Core/Url.php:496 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Url::routeName is string | |
core/lib/Drupal/Core/Url.php:753 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Routing\UrlGeneratorInterface::generateFromRoute defined at core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php:81 | |
core/lib/Drupal/Core/Url.php:873 PhanTypeMismatchProperty Assigning null to property but \Drupal\Core\Url::internalPath is string | |
core/lib/Drupal/Core/Utility/Error.php:57 PhanUndeclaredProperty Reference to undeclared property \Throwable->args | |
core/lib/Drupal/Core/Utility/Error.php:57 PhanUndeclaredProperty Reference to undeclared property \Throwable->query_string | |
core/lib/Drupal/Core/Utility/Error.php:58 PhanUndeclaredProperty Reference to undeclared property \Throwable->args | |
core/lib/Drupal/Core/Utility/Error.php:58 PhanUndeclaredProperty Reference to undeclared property \Throwable->query_string | |
core/lib/Drupal/Core/Validation/ConstraintManager.php:54 PhanTypeMismatchArgument Argument 2 (registerDefinitions) is array but \Drupal\Component\Plugin\Discovery\StaticDiscoveryDecorator::__construct() takes \Callable defined at core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php:33 | |
core/lib/Drupal/Core/Validation/ConstraintValidatorFactory.php:20 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Validation\ConstraintValidatorFactory->classResolver | |
core/lib/Drupal/Core/Validation/ConstraintValidatorFactory.php:20 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\Validator\ConstraintValidatorFactory->classResolver | |
core/lib/Drupal/Core/Validation/ConstraintValidatorFactory.php:30 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\Validator\ConstraintValidatorFactory->classResolver | |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraintValidator.php:33 PhanParamTooMany Call with 4 arg(s) to \Symfony\Component\Validator\Validator\ContextualValidatorInterface::validate() which only takes 3 arg(s) defined at vendor/symfony/validator/Validator/ContextualValidatorInterface.php:51 | |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/IsNullConstraintValidator.php:25 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\TypedDataInterface::isEmpty | |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/NotNullConstraintValidator.php:25 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\TypedDataInterface::isEmpty | |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldValueValidator.php:31 PhanTypeMismatchArgument Argument 1 (start) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldValueValidator.php:31 PhanTypeMismatchArgument Argument 2 (length) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/action/src/ActionAddForm.php:59 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setPlugin | |
core/modules/action/src/ActionAddForm.php:61 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/action/src/ActionAddForm.php:62 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/action/src/ActionFormBase.php:53 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPlugin | |
core/modules/action/src/ActionFormBase.php:81 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/action/src/ActionFormBase.php:85 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getType | |
core/modules/action/src/ActionFormBase.php:89 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Action\ActionInterface::buildConfigurationForm | |
core/modules/action/src/ActionFormBase.php:125 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Action\ActionInterface::validateConfigurationForm | |
core/modules/action/src/ActionFormBase.php:136 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Action\ActionInterface::submitConfigurationForm | |
core/modules/action/src/ActionListBuilder.php:77 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getType | |
core/modules/action/src/ActionListBuilder.php:100 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isConfigurable | |
core/modules/aggregator/aggregator.install:40 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldStorageDefinitionInterface::setRequired | |
core/modules/aggregator/aggregator.module:143 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getFeedIdsToRefresh | |
core/modules/aggregator/src/Controller/AggregatorController.php:120 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getItemCount | |
core/modules/aggregator/src/Controller/AggregatorController.php:121 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getLastCheckedTime | |
core/modules/aggregator/src/Controller/AggregatorController.php:122 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getRefreshRate | |
core/modules/aggregator/src/Controller/AggregatorController.php:177 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadAll | |
core/modules/aggregator/src/Controller/AggregatorController.php:180 PhanTypeMismatchReturn Returning type array|string[][][][] but pageLast() is declared to return string | |
core/modules/aggregator/src/FeedViewBuilder.php:32 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityViewBuilder->config | |
core/modules/aggregator/src/FeedViewBuilder.php:32 PhanUndeclaredProperty Reference to undeclared property \Drupal\aggregator\FeedViewBuilder->config | |
core/modules/aggregator/src/FeedViewBuilder.php:59 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityViewBuilder->config | |
core/modules/aggregator/src/FeedViewBuilder.php:61 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadByFeed | |
core/modules/aggregator/src/FeedViewBuilder.php:78 PhanAccessMethodInternal Cannot access internal method \_aggregator_allowed_tags defined at core/modules/aggregator/aggregator.module:174 | |
core/modules/aggregator/src/Form/FeedItemsDeleteForm.php:39 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::deleteItems | |
core/modules/aggregator/src/Form/OpmlFeedAdd.php:119 PhanUndeclaredMethod Call to undeclared method \GuzzleHttp\ClientInterface::get | |
core/modules/aggregator/src/Form/OpmlFeedAdd.php:157 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getUrl | |
core/modules/aggregator/src/Form/OpmlFeedAdd.php:158 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getUrl | |
core/modules/aggregator/src/ItemViewBuilder.php:25 PhanAccessMethodInternal Cannot access internal method \_aggregator_allowed_tags defined at core/modules/aggregator/aggregator.module:174 | |
core/modules/aggregator/src/ItemsImporter.php:111 PhanUndeclaredProperty Reference to undeclared property \Drupal\aggregator\FeedInterface->source_string | |
core/modules/aggregator/src/ItemsImporter.php:133 PhanUndeclaredProperty Reference to undeclared property \Drupal\aggregator\FeedInterface->items | |
core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php:135 PhanTypeMismatchArgument Argument 1 (start) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorTitleFormatter.php:56 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getUrl | |
core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorTitleFormatter.php:59 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getLink | |
core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorXSSFormatter.php:33 PhanAccessMethodInternal Cannot access internal method \_aggregator_allowed_tags defined at core/modules/aggregator/aggregator.module:174 | |
core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php:73 PhanUndeclaredProperty Reference to undeclared property \Drupal\aggregator\FeedInterface->source_string | |
core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php:99 PhanUndeclaredProperty Reference to undeclared property \Drupal\aggregator\FeedInterface->source_string | |
core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php:106 PhanUndeclaredProperty Reference to undeclared property \Drupal\aggregator\FeedInterface->http_headers | |
core/modules/aggregator/src/Plugin/aggregator/parser/DefaultParser.php:30 PhanUndeclaredProperty Reference to undeclared property \Drupal\aggregator\FeedInterface->source_string | |
core/modules/aggregator/src/Plugin/aggregator/parser/DefaultParser.php:33 PhanTypeMismatchArgument Argument 2 (exception) is \Zend\Feed\Exception\ExceptionInterface|\Zend\Feed\Reader\Exception\ExceptionInterface but \watchdog_exception() takes \Exception defined at core/includes/bootstrap.inc:379 | |
core/modules/aggregator/src/Plugin/aggregator/parser/DefaultParser.php:34 PhanUndeclaredMethod Call to undeclared method \Zend\Feed\Reader\Exception\ExceptionInterface::getMessage | |
core/modules/aggregator/src/Plugin/aggregator/parser/DefaultParser.php:41 PhanUndeclaredMethod Call to undeclared method \Zend\Feed\Reader\Feed\FeedInterface::getImage | |
core/modules/aggregator/src/Plugin/aggregator/parser/DefaultParser.php:45 PhanUndeclaredProperty Reference to undeclared property \Drupal\aggregator\FeedInterface->items | |
core/modules/aggregator/src/Plugin/aggregator/parser/DefaultParser.php:63 PhanUndeclaredProperty Reference to undeclared property \Drupal\aggregator\FeedInterface->items | |
core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php:84 PhanDeprecatedTrait Using a deprecated trait \Drupal\Core\Routing\UrlGeneratorTrait defined at core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php:18 | |
core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php:173 PhanUndeclaredProperty Reference to undeclared property \Drupal\aggregator\FeedInterface->items | |
core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php:176 PhanUndeclaredProperty Reference to undeclared property \Drupal\aggregator\FeedInterface->items | |
core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php:190 PhanUndeclaredProperty Reference to undeclared property \Drupal\aggregator\FeedInterface->link | |
core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php:190 PhanUndeclaredProperty Reference to undeclared property \Drupal\aggregator\FeedInterface->url | |
core/modules/ban/src/BanIpManager.php:57 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/ban/src/Form/BanDelete.php:85 PhanTypeMismatchArgument Argument 1 (ban_id) is string but \Drupal\ban\BanIpManagerInterface::findById() takes int defined at core/modules/ban/src/BanIpManagerInterface.php:54 | |
core/modules/big_pipe/src/Controller/BigPipeController.php:55 PhanTypeMismatchArgument Argument 2 (value) is bool but \Symfony\Component\HttpFoundation\Cookie::__construct() takes string defined at vendor/symfony/http-foundation/Cookie.php:42 | |
core/modules/big_pipe/src/Controller/BigPipeController.php:55 PhanTypeMismatchArgument Argument 5 (domain) is null but \Symfony\Component\HttpFoundation\Cookie::__construct() takes string defined at vendor/symfony/http-foundation/Cookie.php:42 | |
core/modules/big_pipe/src/EventSubscriber/HtmlResponseBigPipeSubscriber.php:94 PhanAccessMethodInternal Cannot access internal method \Drupal\big_pipe\Render\BigPipeResponse::__construct defined at core/modules/big_pipe/src/Render/BigPipeResponse.php:49 | |
core/modules/big_pipe/src/EventSubscriber/HtmlResponseBigPipeSubscriber.php:95 PhanAccessMethodInternal Cannot access internal method \Drupal\big_pipe\Render\BigPipeResponse::setBigPipeService defined at core/modules/big_pipe/src/Render/BigPipeResponse.php:104 | |
core/modules/big_pipe/src/Render/BigPipeMarkup.php:21 PhanAccessClassInternal Cannot access internal Interface \Drupal\Component\Render\MarkupInterface defined at core/lib/Drupal/Component/Render/MarkupInterface.php:32 | |
core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php:70 PhanTypeMismatchArgument Argument 1 (response) is \Drupal\Core\Render\AttachmentsInterface but \Drupal\big_pipe\Render\BigPipeResponseAttachmentsProcessor::renderPlaceholders() takes \Drupal\Core\Render\HtmlResponse defined at core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php:249 | |
core/modules/block/block.api.php:153 PhanUndeclaredVariable Variable $some_condition is undeclared | |
core/modules/block/block.module:124 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::createDuplicateBlock | |
core/modules/block/block.module:146 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getRegion | |
core/modules/block/block.module:147 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::status | |
core/modules/block/block.module:148 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getRegion | |
core/modules/block/block.module:150 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setRegion | |
core/modules/block/block.post_update.php:42 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setStatus | |
core/modules/block/block.post_update.php:62 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/block/block.post_update.php:89 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getVisibilityConditions | |
core/modules/block/src/BlockAccessControlHandler.php:81 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::status | |
core/modules/block/src/BlockAccessControlHandler.php:87 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getVisibilityConditions | |
core/modules/block/src/BlockAccessControlHandler.php:113 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPlugin | |
core/modules/block/src/BlockAccessControlHandler.php:119 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Plugin\ContextAwarePluginInterface::access | |
core/modules/block/src/BlockForm.php:167 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->status | |
core/modules/block/src/BlockForm.php:394 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Plugin\ContextAwarePluginInterface::getConfiguration | |
core/modules/block/src/BlockListBuilder.php:366 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setWeight | |
core/modules/block/src/BlockListBuilder.php:367 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setRegion | |
core/modules/block/src/BlockListBuilder.php:379 PhanUndeclaredConstant Reference to undeclared constant \REGIONS_ALL | |
core/modules/block/src/BlockRepository.php:42 PhanUndeclaredProperty Reference to undeclared property \Drupal\block\BlockRepository->contextHandler | |
core/modules/block/src/BlockRepository.php:42 PhanUndeclaredProperty Reference to undeclared property \Drupal\block\BlockRepositoryInterface->contextHandler | |
core/modules/block/src/BlockRepository.php:57 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getRegion | |
core/modules/block/src/Controller/BlockListController.php:59 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Entity\EntityListBuilderInterface::render() which only takes 0 arg(s) defined at core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php:50 | |
core/modules/block/src/Entity/Block.php:217 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Config\Entity\ConfigEntityInterface::getWeight | |
core/modules/block/src/Entity/Block.php:325 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\DependencyInjection\DependencySerializationTrait->id | |
core/modules/block/src/Entity/Block.php:325 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\Entity->id | |
core/modules/block/src/Entity/Block.php:328 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\DependencyInjection\DependencySerializationTrait->theme | |
core/modules/block/src/Entity/Block.php:328 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\Entity->theme | |
core/modules/block/src/Plugin/migrate/process/BlockTheme.php:51 PhanParamTooMany Call with 4 arg(s) to \Drupal\migrate\ProcessPluginBase::__construct() which only takes 3 arg(s) defined at core/lib/Drupal/Component/Plugin/PluginBase.php:53 | |
core/modules/block/src/Plugin/migrate/process/BlockTheme.php:53 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\ContainerFactoryPluginInterface->themes | |
core/modules/block/src/Plugin/migrate/process/BlockTheme.php:53 PhanUndeclaredProperty Reference to undeclared property \Drupal\block\Plugin\migrate\process\BlockTheme->themes | |
core/modules/block/src/Plugin/migrate/process/BlockTheme.php:77 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\ContainerFactoryPluginInterface->themes | |
core/modules/block_content/src/BlockContentTypeForm.php:50 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getDescription | |
core/modules/block_content/src/BlockContentTypeForm.php:58 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::shouldCreateNewRevision | |
core/modules/block_content/src/BlockContentTypeListBuilder.php:42 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getDescription | |
core/modules/block_content/src/BlockContentViewBuilder.php:53 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getChangedTime | |
core/modules/block_content/src/Controller/BlockContentController.php:111 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setTheme | |
core/modules/block_content/src/Form/BlockContentDeleteForm.php:17 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getInstances | |
core/modules/block_content/src/Plugin/Block/BlockContentBlock.php:143 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Block\BlockManagerInterface::clearCachedDefinitions | |
core/modules/block_content/src/Plugin/views/area/ListingEmpty.php:79 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Access\AccessResultInterface::getCacheContexts | |
core/modules/block_content/src/Plugin/views/area/ListingEmpty.php:80 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Access\AccessResultInterface::getCacheTags | |
core/modules/block_content/src/Plugin/views/area/ListingEmpty.php:81 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Access\AccessResultInterface::getCacheMaxAge | |
core/modules/book/book.module:95 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/book.module:99 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/book.module:137 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/book/book.module:172 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/book.module:175 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/book.module:193 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/book/book.module:230 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->book | |
core/modules/book/book.module:230 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->in_preview | |
core/modules/book/book.module:231 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->book | |
core/modules/book/book.module:237 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->book | |
core/modules/book/book.module:255 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->book | |
core/modules/book/book.module:281 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->book | |
core/modules/book/book.module:284 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->book | |
core/modules/book/book.module:297 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/book.module:298 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/book.module:306 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/book.module:307 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/book.module:312 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/book.module:315 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/book.module:316 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/book.module:320 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/book.module:321 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/book.module:332 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getOperation | |
core/modules/book/book.module:337 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/book/src/BookExport.php:71 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookExport.php:75 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookExport.php:81 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookExport.php:115 PhanTypeMismatchReturn Returning type array but exportTraverse() is declared to return string | |
core/modules/book/src/BookExport.php:133 PhanTypeMismatchArgument Argument 3 (langcode) is null but \Drupal\Core\Entity\EntityViewBuilderInterface::view() takes string defined at core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php:50 | |
core/modules/book/src/BookManager.php:106 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->status | |
core/modules/book/src/BookManager.php:160 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:179 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:183 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:190 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:191 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:197 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:208 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:212 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:221 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:241 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:248 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:252 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:253 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:255 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:257 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:258 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:264 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:266 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:269 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:270 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:272 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:276 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:278 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/BookManager.php:440 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->book | |
core/modules/book/src/BookManager.php:441 PhanTypeMismatchArgument Argument 1 (node) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\book\BookManager::updateOutline() takes \Drupal\node\NodeInterface defined at core/modules/book/src/BookManager.php:247 | |
core/modules/book/src/BookManager.php:445 PhanTypeMismatchProperty Assigning null to property but \Drupal\book\BookManager::books is \Drupal\Core\Url[][]|array|null[]|null[][]|string[][] | |
core/modules/book/src/BookManager.php:786 PhanUndeclaredVariable Variable $parent_link is undeclared | |
core/modules/book/src/BookOutline.php:40 PhanTypeMismatchReturn Returning type null but prevLink() is declared to return array | |
core/modules/book/src/BookOutline.php:54 PhanTypeMismatchArgument Argument 1 (link) is null but \Drupal\book\BookManagerInterface::bookSubtreeData() takes array defined at core/modules/book/src/BookManagerInterface.php:280 | |
core/modules/book/src/BookOutline.php:64 PhanTypeMismatchArgument Argument 1 (link) is null but \Drupal\book\BookManagerInterface::bookLinkTranslate() takes array defined at core/modules/book/src/BookManagerInterface.php:143 | |
core/modules/book/src/BookOutline.php:126 PhanTypeMismatchReturn Returning type string but childrenLinks() is declared to return array | |
core/modules/book/src/BookOutlineStorage.php:52 PhanTypeMismatchArgument Argument 2 (object) is string but \Drupal\Core\Database\Query\SelectInterface::addMetaData() takes \Drupal\Core\Entity\EntityReferenceSelection\SelectionInterface|\Drupal\Core\Entity\EntityReferenceSelection\SelectionWithAutocreateInterface|\Drupal\Core\Entity\Plugin\EntityReferenceSelection\DefaultSelection|\Drupal\Core\Plugin\ContainerFactoryPluginInterface|\Drupal\Core\Plugin\PluginBase defined at core/lib/Drupal/Core/Database/Query/AlterableInterface.php:78 | |
core/modules/book/src/BookOutlineStorage.php:82 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/book/src/BookOutlineStorage.php:137 PhanTypeMismatchArgument Argument 1 (fields) is float|int but \Drupal\Core\Database\Query\Insert::fields() takes array defined at core/lib/Drupal/Core/Database/Query/InsertTrait.php:70 | |
core/modules/book/src/BookOutlineStorage.php:145 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/book/src/BookOutlineStorage.php:177 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::countQuery | |
core/modules/book/src/BookUninstallValidator.php:88 PhanTypeMismatchArgument Argument 1 (start) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/book/src/BookUninstallValidator.php:88 PhanTypeMismatchArgument Argument 2 (length) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/book/src/Controller/BookController.php:162 PhanTypeMismatchReturn Returning type \Symfony\Component\HttpFoundation\Response but bookExport() is declared to return array | |
core/modules/book/src/Form/BookAdminEditForm.php:117 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->revision_log | |
core/modules/book/src/Form/BookAdminEditForm.php:118 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->title | |
core/modules/book/src/Form/BookAdminEditForm.php:119 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->book | |
core/modules/book/src/Form/BookAdminEditForm.php:120 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setNewRevision | |
core/modules/book/src/Form/BookAdminEditForm.php:169 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/Form/BookOutlineForm.php:75 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/Form/BookOutlineForm.php:77 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/Form/BookOutlineForm.php:80 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/Form/BookOutlineForm.php:84 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/Form/BookOutlineForm.php:85 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/Form/BookOutlineForm.php:97 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/Form/BookOutlineForm.php:99 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/Form/BookOutlineForm.php:118 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/Form/BookOutlineForm.php:120 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/Form/BookRemoveForm.php:69 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->book | |
core/modules/book/src/Plugin/migrate/destination/Book.php:28 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->book | |
core/modules/book/src/Plugin/views/argument_default/TopLevelBook.php:67 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->book | |
core/modules/book/src/Plugin/views/argument_default/TopLevelBook.php:68 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->book | |
core/modules/breakpoint/src/BreakpointManager.php:231 PhanTypeMismatchProperty Assigning null to property but \Drupal\breakpoint\BreakpointManager::breakpointsByGroup is array | |
core/modules/ckeditor/ckeditor.module:65 PhanUndeclaredProperty Reference to undeclared property \Drupal\filter\Plugin\FilterInterface->status | |
core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php:63 PhanUndeclaredProperty Reference to undeclared property \Drupal\filter\Plugin\FilterInterface->status | |
core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php:64 PhanUndeclaredProperty Reference to undeclared property \Drupal\filter\Plugin\FilterInterface->status | |
core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php:89 PhanUndeclaredProperty Reference to undeclared property \Drupal\filter\Plugin\FilterInterface->status | |
core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php:385 PhanTypeMismatchReturn Returning type string but generateFormatTagsSetting() is declared to return array | |
core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php:411 PhanTypeMismatchReturn Returning type bool but generateACFSettings() is declared to return array | |
core/modules/color/color.module:166 PhanUndeclaredVariable Variable $info is undeclared | |
core/modules/color/color.module:167 PhanUndeclaredVariable Variable $info is undeclared | |
core/modules/color/color.module:351 PhanTypeMismatchReturn Returning type int but color_valid_hexadecimal_string() is declared to return bool | |
core/modules/color/color.module:391 PhanUndeclaredVariable Variable $scheme is undeclared | |
core/modules/color/color.module:392 PhanTypeMismatchForeach null passed to foreach instead of array | |
core/modules/color/color.module:392 PhanUndeclaredVariable Variable $palette is undeclared | |
core/modules/color/color.module:394 PhanUndeclaredVariable Variable $info is undeclared | |
core/modules/color/color.module:403 PhanUndeclaredVariable Variable $theme is undeclared | |
core/modules/color/color.module:416 PhanTypeMismatchArgument Argument 1 (required) is int but \Drupal\Component\Utility\Environment::checkMemoryLimit() takes string defined at core/lib/Drupal/Component/Utility/Environment.php:27 | |
core/modules/color/color.module:434 PhanParamSpecial1 Argument 2 (pieces) is null but \implode() takes array when argument 1 is string | |
core/modules/color/color.module:434 PhanUndeclaredVariable Variable $theme is undeclared | |
core/modules/color/color.module:448 PhanUndeclaredVariable Variable $theme is undeclared | |
core/modules/color/color.module:458 PhanUndeclaredVariable Variable $info is undeclared | |
core/modules/color/color.module:468 PhanUndeclaredVariable Variable $theme is undeclared | |
core/modules/color/color.module:495 PhanUndeclaredVariable Variable $theme is undeclared | |
core/modules/color/color.module:774 PhanTypeMismatchArgumentInternal Argument 3 (pad_string) is int but \str_pad() takes string | |
core/modules/comment/comment.module:162 PhanUndeclaredMethod Call to undeclared method \Drupal\field\FieldConfigInterface::setDefaultValue | |
core/modules/comment/comment.module:234 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\FieldableEntityInterface->rss_elements | |
core/modules/comment/comment.module:338 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/comment/comment.module:448 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasPermission | |
core/modules/comment/comment.module:450 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasPermission | |
core/modules/comment/comment.module:464 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasField | |
core/modules/comment/comment.module:467 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFieldDefinition | |
core/modules/comment/comment.module:470 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/comment/comment.module:471 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadThread | |
core/modules/comment/comment.module:503 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasField | |
core/modules/comment/comment.module:507 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/comment/comment.module:513 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/comment/comment.module:574 PhanUndeclaredProperty Reference to undeclared property \Drupal\comment\CommentInterface->in_preview | |
core/modules/comment/comment.module:778 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::status | |
core/modules/comment/comment.module:786 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getComponents | |
core/modules/comment/comment.module:789 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::removeComponent | |
core/modules/comment/comment.views.inc:71 PhanTypeMismatchArgument Argument 2 (args) is float|int but \t() takes array defined at core/includes/bootstrap.inc:304 | |
core/modules/comment/src/CommentAccessControlHandler.php:27 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isPublished | |
core/modules/comment/src/CommentAccessControlHandler.php:34 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getCommentedEntity | |
core/modules/comment/src/CommentAccessControlHandler.php:39 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isPublished | |
core/modules/comment/src/CommentAccessControlHandler.php:40 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getCommentedEntity | |
core/modules/comment/src/CommentAccessControlHandler.php:48 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getOwnerId | |
core/modules/comment/src/CommentAccessControlHandler.php:48 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isPublished | |
core/modules/comment/src/CommentAccessControlHandler.php:96 PhanUndeclaredVariable Variable $entity is undeclared | |
core/modules/comment/src/CommentAccessControlHandler.php:121 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getCommentedEntity | |
core/modules/comment/src/CommentAccessControlHandler.php:122 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFieldName | |
core/modules/comment/src/CommentBreadcrumbBuilder.php:51 PhanDeprecatedTrait Using a deprecated trait \Drupal\Core\Routing\LinkGeneratorTrait defined at core/lib/Drupal/Core/Routing/LinkGeneratorTrait.php:20 | |
core/modules/comment/src/CommentBreadcrumbBuilder.php:59 PhanDeprecatedTrait Using a deprecated trait \Drupal\Core\Routing\LinkGeneratorTrait defined at core/lib/Drupal/Core/Routing/LinkGeneratorTrait.php:20 | |
core/modules/comment/src/CommentBreadcrumbBuilder.php:59 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getSubject | |
core/modules/comment/src/CommentForm.php:77 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getCommentedEntityId | |
core/modules/comment/src/CommentForm.php:77 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getCommentedEntityTypeId | |
core/modules/comment/src/CommentForm.php:78 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getFieldName | |
core/modules/comment/src/CommentForm.php:79 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getFieldName | |
core/modules/comment/src/CommentForm.php:106 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::hasParentComment | |
core/modules/comment/src/CommentForm.php:127 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getOwnerId | |
core/modules/comment/src/CommentForm.php:128 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getAuthorName | |
core/modules/comment/src/CommentForm.php:130 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getStatus | |
core/modules/comment/src/CommentForm.php:133 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getSubject | |
core/modules/comment/src/CommentForm.php:143 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getCreatedTime | |
core/modules/comment/src/CommentForm.php:143 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\RevisionLogInterface->date | |
core/modules/comment/src/CommentForm.php:149 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getOwner | |
core/modules/comment/src/CommentForm.php:192 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getAuthorEmail | |
core/modules/comment/src/CommentForm.php:197 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getOwner | |
core/modules/comment/src/CommentForm.php:203 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getHomepage | |
core/modules/comment/src/CommentForm.php:229 PhanParamTooMany Call with 3 arg(s) to \Drupal\Core\Entity\ContentEntityForm::form() which only takes 2 arg(s) defined at core/lib/Drupal/Core/Entity/ContentEntityForm.php:102 | |
core/modules/comment/src/CommentForm.php:239 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getCommentedEntity | |
core/modules/comment/src/CommentForm.php:240 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getFieldName | |
core/modules/comment/src/CommentForm.php:270 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogInterface::setCreatedTime | |
core/modules/comment/src/CommentForm.php:273 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogInterface::setCreatedTime | |
core/modules/comment/src/CommentForm.php:285 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogInterface::setAuthorName | |
core/modules/comment/src/CommentForm.php:289 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogInterface::setAuthorName | |
core/modules/comment/src/CommentForm.php:295 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogInterface::setOwnerId | |
core/modules/comment/src/CommentForm.php:299 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogInterface::getSubject | |
core/modules/comment/src/CommentForm.php:300 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogInterface::hasField | |
core/modules/comment/src/CommentForm.php:305 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->comment_body | |
core/modules/comment/src/CommentForm.php:306 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogInterface::setSubject | |
core/modules/comment/src/CommentForm.php:310 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogInterface::getSubject | |
core/modules/comment/src/CommentForm.php:311 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogInterface::setSubject | |
core/modules/comment/src/CommentForm.php:347 PhanTypeMismatchArgument Argument 1 (comment) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\ContentEntityInterface|\Drupal\Core\Entity\EntityInterface|\Drupal\Core\Entity\FieldableEntityInterface|\Drupal\Core\Entity\RevisionLogInterface|\Drupal\Core\Entity\RevisionableInterface|\Drupal\Core\TypedData\TranslatableInterface|\Traversable but \comment_preview() takes \Drupal\comment\CommentInterface defined at core/modules/comment/comment.module:569 | |
core/modules/comment/src/CommentForm.php:358 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getCommentedEntity | |
core/modules/comment/src/CommentForm.php:359 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getFieldName | |
core/modules/comment/src/CommentForm.php:369 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getSubject | |
core/modules/comment/src/CommentForm.php:374 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::isPublished | |
core/modules/comment/src/CommentForm.php:385 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getDisplayOrdinal | |
core/modules/comment/src/CommentForm.php:394 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getSubject | |
core/modules/comment/src/CommentForm.php:395 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getSubject | |
core/modules/comment/src/CommentLazyBuilders.php:138 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getCommentedEntity | |
core/modules/comment/src/CommentLazyBuilders.php:140 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface|null but \Drupal\comment\CommentLazyBuilders::buildLinks() takes \Drupal\comment\CommentInterface defined at core/modules/comment/src/CommentLazyBuilders.php:164 | |
core/modules/comment/src/CommentLazyBuilders.php:166 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/comment/src/CommentLinkBuilder.php:204 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getNewCommentPageNumber | |
core/modules/comment/src/CommentManager.php:139 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasPermission | |
core/modules/comment/src/CommentManager.php:148 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/comment/src/CommentManager.php:163 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Routing\UrlGeneratorInterface::generateFromRoute defined at core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php:81 | |
core/modules/comment/src/CommentManager.php:164 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Routing\UrlGeneratorInterface::generateFromRoute defined at core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php:81 | |
core/modules/comment/src/CommentManager.php:170 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Routing\UrlGeneratorInterface::generateFromRoute defined at core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php:81 | |
core/modules/comment/src/CommentStatistics.php:69 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/comment/src/CommentStatistics.php:86 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/comment/src/CommentStatistics.php:190 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStatistics.php:190 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/comment/src/CommentStatistics.php:193 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStatistics.php:194 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStatistics.php:200 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::orderBy | |
core/modules/comment/src/CommentStatistics.php:202 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStatistics.php:205 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStatistics.php:206 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStatistics.php:240 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/comment/src/CommentStatistics.php:250 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\Update::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStorage.php:71 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStorage.php:74 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStorage.php:75 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::addExpression | |
core/modules/comment/src/CommentStorage.php:76 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/comment/src/CommentStorage.php:85 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStorage.php:89 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStorage.php:90 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::addExpression | |
core/modules/comment/src/CommentStorage.php:91 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/comment/src/CommentStorage.php:106 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStorage.php:122 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStorage.php:123 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStorage.php:149 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::orderBy | |
core/modules/comment/src/CommentStorage.php:154 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStorage.php:155 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStorage.php:195 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/comment/src/CommentStorage.php:198 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStorage.php:263 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::addTag | |
core/modules/comment/src/CommentStorage.php:267 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStorage.php:275 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::limit | |
core/modules/comment/src/CommentStorage.php:283 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::addTag | |
core/modules/comment/src/CommentStorage.php:287 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStorage.php:297 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStorage.php:299 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStorage.php:327 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::countQuery | |
core/modules/comment/src/CommentStorage.php:328 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentStorage.php:329 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/CommentTranslationHandler.php:43 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isPublished | |
core/modules/comment/src/CommentTranslationHandler.php:44 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getAuthorName | |
core/modules/comment/src/CommentTypeForm.php:93 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getDescription | |
core/modules/comment/src/CommentTypeForm.php:109 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTargetEntityTypeId | |
core/modules/comment/src/CommentTypeForm.php:118 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTargetEntityTypeId | |
core/modules/comment/src/CommentTypeListBuilder.php:42 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getDescription | |
core/modules/comment/src/CommentViewBuilder.php:63 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getCommentedEntity | |
core/modules/comment/src/CommentViewBuilder.php:64 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFieldName | |
core/modules/comment/src/CommentViewBuilder.php:164 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->in_preview | |
core/modules/comment/src/Controller/AdminController.php:55 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Form\FormBuilderInterface::getForm() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Form/FormBuilderInterface.php:62 | |
core/modules/comment/src/Controller/AdminController.php:58 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Form\FormBuilderInterface::getForm() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Form/FormBuilderInterface.php:62 | |
core/modules/comment/src/Controller/CommentController.php:62 PhanTypeMismatchProperty Assigning \Drupal\Core\Entity\EntityManagerInterface to property but \Drupal\comment\Controller\CommentController::entityManager is \Drupal\Core\Entity\EntityStorageInterface | |
core/modules/comment/src/Controller/CommentController.php:125 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getDisplayOrdinal | |
core/modules/comment/src/Controller/CommentController.php:294 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getCommentedEntityId | |
core/modules/comment/src/Controller/CommentController.php:294 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isPublished | |
core/modules/comment/src/Controller/CommentController.php:329 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getStorage | |
core/modules/comment/src/Controller/CommentController.php:331 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getNewCommentPageNumber | |
core/modules/comment/src/Controller/CommentController.php:336 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Routing\UrlGeneratorInterface::generateFromRoute defined at core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php:81 | |
core/modules/comment/src/Entity/Comment.php:105 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getMaxThread | |
core/modules/comment/src/Entity/Comment.php:123 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getMaxThreadPerThread | |
core/modules/comment/src/Entity/Comment.php:194 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getChildCids | |
core/modules/comment/src/Entity/Comment.php:522 PhanUndeclaredProperty Reference to undeclared property \Drupal\user\UserInterface->name | |
core/modules/comment/src/Entity/Comment.php:523 PhanUndeclaredProperty Reference to undeclared property \Drupal\user\UserInterface->homepage | |
core/modules/comment/src/Form/CommentAdminOverview.php:170 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getCommentedEntityId | |
core/modules/comment/src/Form/CommentAdminOverview.php:170 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getCommentedEntityTypeId | |
core/modules/comment/src/Form/CommentAdminOverview.php:179 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getCommentedEntityId | |
core/modules/comment/src/Form/CommentAdminOverview.php:179 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getCommentedEntityTypeId | |
core/modules/comment/src/Form/CommentAdminOverview.php:180 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::permalink | |
core/modules/comment/src/Form/CommentAdminOverview.php:181 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/comment/src/Form/CommentAdminOverview.php:181 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasField | |
core/modules/comment/src/Form/CommentAdminOverview.php:187 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getSubject | |
core/modules/comment/src/Form/CommentAdminOverview.php:191 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getSubject | |
core/modules/comment/src/Form/CommentAdminOverview.php:198 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getOwner | |
core/modules/comment/src/Form/CommentAdminOverview.php:209 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getChangedTimeAcrossTranslations | |
core/modules/comment/src/Form/CommentAdminOverview.php:264 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setPublished | |
core/modules/comment/src/Form/CommentAdminOverview.php:269 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setPublished | |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php:45 PhanUndeclaredMethod Call to undeclared method \Drupal\user\EntityOwnerInterface::setPublished | |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php:88 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php:152 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->in_preview | |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php:167 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php:63 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\Core\Field\FieldDefinitionInterface::getDefaultValue() takes \Drupal\Core\Entity\FieldableEntityInterface defined at core/lib/Drupal/Core/Field/FieldDefinitionInterface.php:228 | |
core/modules/comment/src/Plugin/Menu/LocalTask/UnapprovedComments.php:56 PhanParamSignatureRealMismatch Declaration of function getTitle() should be compatible with function getTitle(?\Symfony\Component\HttpFoundation\Request $request = null) defined in core/lib/Drupal/Core/Menu/LocalTaskDefault.php:77 | |
core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php:68 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getUsername | |
core/modules/comment/src/Plugin/migrate/source/d6/Comment.php:36 PhanTypeMismatchArgument Argument 2 (default) is int but \Drupal\comment\Plugin\migrate\source\d6\Comment::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php:55 PhanTypeMismatchArgument Argument 2 (default) is int but \Drupal\comment\Plugin\migrate\source\d7\CommentType::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php:56 PhanTypeMismatchArgument Argument 2 (default) is int but \Drupal\comment\Plugin\migrate\source\d7\CommentType::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php:57 PhanTypeMismatchArgument Argument 2 (default) is bool but \Drupal\comment\Plugin\migrate\source\d7\CommentType::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php:58 PhanTypeMismatchArgument Argument 2 (default) is int but \Drupal\comment\Plugin\migrate\source\d7\CommentType::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php:59 PhanTypeMismatchArgument Argument 2 (default) is bool but \Drupal\comment\Plugin\migrate\source\d7\CommentType::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php:60 PhanTypeMismatchArgument Argument 2 (default) is bool but \Drupal\comment\Plugin\migrate\source\d7\CommentType::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/comment/src/Plugin/views/argument/UserUid.php:98 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/comment/src/Plugin/views/field/NodeNewComments.php:180 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getNewCommentPageNumber | |
core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php:42 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::ensureTable | |
core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php:42 PhanUndeclaredProperty Reference to undeclared property \Drupal\comment\Plugin\views\field\StatisticsLastCommentName->user_table | |
core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php:42 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->user_table | |
core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php:44 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php:44 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->user_table | |
core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php:46 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php:46 PhanUndeclaredProperty Reference to undeclared property \Drupal\comment\Plugin\views\field\StatisticsLastCommentName->user_field | |
core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php:46 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->user_field | |
core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php:46 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->user_table | |
core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php:47 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php:47 PhanUndeclaredProperty Reference to undeclared property \Drupal\comment\Plugin\views\field\StatisticsLastCommentName->uid | |
core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php:47 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->uid | |
core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php:68 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->uid | |
core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php:18 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::ensureTable | |
core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php:18 PhanUndeclaredProperty Reference to undeclared property \Drupal\comment\Plugin\views\field\StatisticsLastUpdated->node_table | |
core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php:18 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\Date->node_table | |
core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php:19 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php:19 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\Date->node_table | |
core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php:18 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::ensureTable | |
core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php:18 PhanUndeclaredProperty Reference to undeclared property \Drupal\comment\Plugin\views\filter\StatisticsLastUpdated->node_table | |
core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php:18 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\Date->node_table | |
core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php:20 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\Date->node_table | |
core/modules/comment/src/Plugin/views/filter/UserUid.php:34 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/comment/src/Plugin/views/row/Rss.php:65 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\row\RssPluginBase->field_alias | |
core/modules/comment/src/Plugin/views/row/Rss.php:82 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->link | |
core/modules/comment/src/Plugin/views/row/Rss.php:82 PhanUndeclaredProperty Reference to undeclared property \Drupal\comment\CommentInterface->link | |
core/modules/comment/src/Plugin/views/row/Rss.php:83 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->rss_namespaces | |
core/modules/comment/src/Plugin/views/row/Rss.php:83 PhanUndeclaredProperty Reference to undeclared property \Drupal\comment\CommentInterface->rss_namespaces | |
core/modules/comment/src/Plugin/views/row/Rss.php:84 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->rss_elements | |
core/modules/comment/src/Plugin/views/row/Rss.php:84 PhanUndeclaredProperty Reference to undeclared property \Drupal\comment\CommentInterface->rss_elements | |
core/modules/comment/src/Plugin/views/row/Rss.php:105 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->rss_namespaces | |
core/modules/comment/src/Plugin/views/row/Rss.php:106 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->rss_namespaces | |
core/modules/comment/src/Plugin/views/row/Rss.php:106 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\style\StylePluginBase->namespaces | |
core/modules/comment/src/Plugin/views/row/Rss.php:115 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->link | |
core/modules/comment/src/Plugin/views/row/Rss.php:118 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->rss_elements | |
core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php:30 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::ensureTable | |
core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php:30 PhanUndeclaredProperty Reference to undeclared property \Drupal\comment\Plugin\views\sort\StatisticsLastCommentName->user_table | |
core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php:30 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\sort\SortPluginBase->user_table | |
core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php:31 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php:31 PhanUndeclaredProperty Reference to undeclared property \Drupal\comment\Plugin\views\sort\StatisticsLastCommentName->user_field | |
core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php:31 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\sort\SortPluginBase->user_field | |
core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php:31 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\sort\SortPluginBase->user_table | |
core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php:34 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addOrderBy | |
core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php:34 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\sort\SortPluginBase->user_table | |
core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php:18 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::ensureTable | |
core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php:18 PhanUndeclaredProperty Reference to undeclared property \Drupal\comment\Plugin\views\sort\StatisticsLastUpdated->node_table | |
core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php:18 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\sort\Date->node_table | |
core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php:19 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addOrderBy | |
core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php:19 PhanUndeclaredProperty Reference to undeclared property \Drupal\comment\Plugin\views\sort\StatisticsLastUpdated->field_alias | |
core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php:19 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\sort\Date->field_alias | |
core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php:19 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\sort\Date->node_table | |
core/modules/comment/src/Plugin/views/sort/Thread.php:22 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addOrderBy | |
core/modules/comment/src/Plugin/views/sort/Thread.php:27 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addOrderBy | |
core/modules/config/src/Controller/ConfigController.php:161 PhanTypeMismatchReturn Returning type \Drupal\Core\StringTranslation\TranslatableMarkup[]|array|string[][][] but diff() is declared to return string | |
core/modules/config/src/Form/ConfigSingleExportForm.php:145 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getConfigPrefix | |
core/modules/config/src/Form/ConfigSingleExportForm.php:181 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getConfigPrefix | |
core/modules/config/src/Form/ConfigSingleImportForm.php:312 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getConfigPrefix | |
core/modules/config_translation/config_translation.api.php:47 PhanUndeclaredClassCatch Catching undeclared class \RouteNotFoundException | |
core/modules/config_translation/src/ConfigEntityMapper.php:152 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getConfigPrefix | |
core/modules/config_translation/src/ConfigFieldMapper.php:61 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldStorageDefinitionInterface::getEntityTypeId | |
core/modules/config_translation/src/ConfigFieldMapper.php:62 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getConfigPrefix | |
core/modules/config_translation/src/ConfigFieldMapper.php:62 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldStorageDefinitionInterface::id | |
core/modules/config_translation/src/ConfigMapperManager.php:195 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\TypedData\DataDefinitionInterface | |
core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php:58 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTheme | |
core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php:59 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPlugin | |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php:77 PhanTypeMismatchProperty Assigning \Drupal\Core\Entity\EntityTypeInterface|null to property but \Drupal\config_translation\Controller\ConfigTranslationFieldListBuilder::baseEntityInfo is array | |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php:99 PhanNonClassMethodCall Call to method getBundleLabel on non-class type array | |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php:118 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php:134 PhanNonClassMethodCall Call to method getBundleLabel on non-class type array | |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php:147 PhanNonClassMethodCall Call to method getKey on non-class type array | |
core/modules/config_translation/src/Form/ConfigTranslationFormBase.php:221 PhanTypeMismatchArgument Argument 1 (route_name) is \Serializable|\Symfony\Component\Routing\Route but \Drupal\Core\Form\FormStateInterface::setRedirect() takes string defined at core/lib/Drupal/Core/Form/FormStateInterface.php:132 | |
core/modules/config_translation/src/Form/ConfigTranslationFormBase.php:240 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\TypedData\DataDefinitionInterface | |
core/modules/config_translation/src/Form/ConfigTranslationFormBase.php:242 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\DataDefinitionInterface::setLabel | |
core/modules/config_translation/src/Form/ConfigTranslationFormBase.php:244 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\TypedData\DataDefinitionInterface | |
core/modules/config_translation/src/FormElement/ListElement.php:42 PhanTypeMismatchArgument Argument 1 (element) is \Drupal\Core\TypedData\TypedDataInterface but \Drupal\config_translation\FormElement\ListElement::__construct() takes \Drupal\Core\TypedData\TraversableTypedDataInterface defined at core/modules/config_translation/src/FormElement/ListElement.php:34 | |
core/modules/config_translation/src/FormElement/ListElement.php:128 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\TypedData\DataDefinitionInterface | |
core/modules/config_translation/src/Plugin/Menu/ContextualLink/ConfigTranslationContextualLink.php:25 PhanParamSignatureRealMismatch Declaration of function getTitle() should be compatible with function getTitle(?\Symfony\Component\HttpFoundation\Request $request = null) defined in core/lib/Drupal/Core/Menu/ContextualLinkDefault.php:16 | |
core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php:25 PhanParamSignatureRealMismatch Declaration of function getTitle() should be compatible with function getTitle(?\Symfony\Component\HttpFoundation\Request $request = null) defined in core/lib/Drupal/Core/Menu/LocalTaskDefault.php:77 | |
core/modules/contact/contact.module:181 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/contact/contact.module:198 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/contact/src/ContactFormEditForm.php:95 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getRecipients | |
core/modules/contact/src/ContactFormEditForm.php:102 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getMessage | |
core/modules/contact/src/ContactFormEditForm.php:109 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getRedirectPath | |
core/modules/contact/src/ContactFormEditForm.php:115 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getReply | |
core/modules/contact/src/ContactFormEditForm.php:121 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getWeight | |
core/modules/contact/src/ContactFormListBuilder.php:39 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getRecipients | |
core/modules/contact/src/MailHandler.php:65 PhanTypeMismatchProperty Assigning \Psr\Log\LoggerInterface to property but \Drupal\contact\MailHandler::logger is \Drupal\Core\Logger\LoggerChannelInterface | |
core/modules/contact/src/MailHandler.php:81 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isAnonymous | |
core/modules/contact/src/MailHandler.php:84 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->name | |
core/modules/contact/src/MailHandler.php:85 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->mail | |
core/modules/contact/src/MailHandler.php:89 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->name | |
core/modules/contact/src/MailHandler.php:114 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getEmail | |
core/modules/contact/src/MailHandler.php:118 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getEmail | |
core/modules/contact/src/MailHandler.php:125 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getEmail | |
core/modules/contact/src/MailHandler.php:131 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getEmail | |
core/modules/contact/src/MailHandler.php:137 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getUsername | |
core/modules/contact/src/MailHandler.php:138 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getEmail | |
core/modules/contact/src/MailHandler.php:144 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getUsername | |
core/modules/contact/src/MailHandler.php:145 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getEmail | |
core/modules/contact/src/MessageForm.php:102 PhanParamTooMany Call with 3 arg(s) to \Drupal\Core\Entity\ContentEntityForm::form() which only takes 2 arg(s) defined at core/lib/Drupal/Core/Entity/ContentEntityForm.php:102 | |
core/modules/contact/src/MessageForm.php:105 PhanUndeclaredProperty Reference to undeclared property \Drupal\contact\MessageInterface->preview | |
core/modules/contact/src/MessageForm.php:184 PhanUndeclaredProperty Reference to undeclared property \Drupal\contact\MessageInterface->preview | |
core/modules/contact/src/MessageForm.php:195 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogInterface::isPersonal | |
core/modules/content_moderation/content_moderation.module:176 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->moderation_state | |
core/modules/content_moderation/content_moderation.module:224 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\Entity\Workflow::loadMultipleByType defined at core/modules/workflows/src/Entity/Workflow.php:495 | |
core/modules/content_moderation/content_moderation.module:226 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\Entity\Workflow::getTypePlugin defined at core/modules/workflows/src/Entity/Workflow.php:459 | |
core/modules/content_moderation/content_moderation.module:230 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\Entity\Workflow::id defined at core/lib/Drupal/Core/Entity/EntityInterface.php:34 | |
core/modules/content_moderation/src/ContentModerationState.php:10 PhanAccessClassInternal Cannot access internal Interface \Drupal\workflows\StateInterface defined at core/modules/workflows/src/StateInterface.php:14 | |
core/modules/content_moderation/src/ContentModerationState.php:76 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::id defined at core/modules/workflows/src/StateInterface.php:22 | |
core/modules/content_moderation/src/ContentModerationState.php:83 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::label defined at core/modules/workflows/src/StateInterface.php:30 | |
core/modules/content_moderation/src/ContentModerationState.php:90 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::weight defined at core/modules/workflows/src/StateInterface.php:38 | |
core/modules/content_moderation/src/ContentModerationState.php:97 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::canTransitionTo defined at core/modules/workflows/src/StateInterface.php:49 | |
core/modules/content_moderation/src/ContentModerationState.php:104 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::getTransitionTo defined at core/modules/workflows/src/StateInterface.php:63 | |
core/modules/content_moderation/src/ContentModerationState.php:111 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::getTransitions defined at core/modules/workflows/src/StateInterface.php:71 | |
core/modules/content_moderation/src/Entity/ContentModerationState.php:164 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->moderation_state | |
core/modules/content_moderation/src/Entity/Handler/NodeModerationHandler.php:55 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/content_moderation/src/EntityOperations.php:103 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->moderation_state | |
core/modules/content_moderation/src/EntityOperations.php:104 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\content_moderation\ModerationInformationInterface::getWorkflowForEntity() takes \Drupal\Core\Entity\ContentEntityInterface defined at core/modules/content_moderation/src/ModerationInformationInterface.php:138 | |
core/modules/content_moderation/src/EntityOperations.php:106 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::getState defined at core/modules/workflows/src/WorkflowInterface.php:66 | |
core/modules/content_moderation/src/EntityOperations.php:106 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->moderation_state | |
core/modules/content_moderation/src/EntityOperations.php:111 PhanUndeclaredMethod Call to undeclared method \Drupal\workflows\StateInterface::isDefaultRevisionState | |
core/modules/content_moderation/src/EntityOperations.php:115 PhanUndeclaredMethod Call to undeclared method \Drupal\workflows\StateInterface::isPublishedState | |
core/modules/content_moderation/src/EntityOperations.php:156 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->moderation_state | |
core/modules/content_moderation/src/EntityOperations.php:157 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\content_moderation\ModerationInformationInterface::getWorkflowForEntity() takes \Drupal\Core\Entity\ContentEntityInterface defined at core/modules/content_moderation/src/ModerationInformationInterface.php:138 | |
core/modules/content_moderation/src/EntityOperations.php:160 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::id defined at core/modules/workflows/src/StateInterface.php:22 | |
core/modules/content_moderation/src/EntityOperations.php:160 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::getInitialState defined at core/modules/workflows/src/WorkflowInterface.php:114 | |
core/modules/content_moderation/src/EntityOperations.php:166 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getRevisionId | |
core/modules/content_moderation/src/EntityOperations.php:172 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::id defined at core/lib/Drupal/Core/Entity/EntityInterface.php:34 | |
core/modules/content_moderation/src/EntityOperations.php:182 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::id defined at core/lib/Drupal/Core/Entity/EntityInterface.php:34 | |
core/modules/content_moderation/src/EntityOperations.php:182 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->workflow | |
core/modules/content_moderation/src/EntityOperations.php:192 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasTranslation | |
core/modules/content_moderation/src/EntityOperations.php:193 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::addTranslation | |
core/modules/content_moderation/src/EntityOperations.php:196 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslation | |
core/modules/content_moderation/src/EntityOperations.php:201 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/content_moderation/src/EntityOperations.php:202 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/content_moderation/src/EntityOperations.php:203 PhanAccessMethodInternal Cannot access internal method \Drupal\content_moderation\Entity\ContentModerationState::updateOrCreateFromEntity defined at core/modules/content_moderation/src/Entity/ContentModerationState.php:138 | |
core/modules/content_moderation/src/EntityOperations.php:203 PhanTypeMismatchArgument Argument 1 (content_moderation_state) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\ContentEntityInterface|\Drupal\Core\Entity\EntityInterface|\Drupal\Core\Entity\FieldableEntityInterface|\Drupal\Core\Entity\RevisionableInterface|\Drupal\Core\TypedData\TranslatableInterface|\Drupal\content_moderation\ContentModerationStateInterface|\Drupal\user\EntityOwnerInterface|\Traversable but \Drupal\content_moderation\Entity\ContentModerationState::updateOrCreateFromEntity() takes \Drupal\content_moderation\Entity\ContentModerationState defined at core/modules/content_moderation/src/Entity/ContentModerationState.php:138 | |
core/modules/content_moderation/src/EntityOperations.php:203 PhanTypeMismatchArgument Argument 1 (content_moderation_state) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\content_moderation\Entity\ContentModerationState::updateOrCreateFromEntity() takes \Drupal\content_moderation\Entity\ContentModerationState defined at core/modules/content_moderation/src/Entity/ContentModerationState.php:138 | |
core/modules/content_moderation/src/EntityOperations.php:218 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getRevisionId | |
core/modules/content_moderation/src/EntityOperations.php:234 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\content_moderation\ModerationInformationInterface::isLatestRevision() takes \Drupal\Core\Entity\ContentEntityInterface defined at core/modules/content_moderation/src/ModerationInformationInterface.php:102 | |
core/modules/content_moderation/src/EntityOperations.php:238 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isDefaultRevision | |
core/modules/content_moderation/src/EntityOperations.php:244 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Form\FormBuilderInterface::getForm() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Form/FormBuilderInterface.php:62 | |
core/modules/content_moderation/src/EntityOperations.php:279 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::getState defined at core/modules/workflows/src/WorkflowInterface.php:66 | |
core/modules/content_moderation/src/EntityOperations.php:279 PhanUndeclaredMethod Call to undeclared method \Drupal\workflows\StateInterface::isPublishedState | |
core/modules/content_moderation/src/EntityOperations.php:279 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->moderation_state | |
core/modules/content_moderation/src/EntityTypeInfo.php:381 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/content_moderation/src/Form/BundleModerationConfigurationForm.php:59 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::label defined at core/lib/Drupal/Core/Entity/EntityInterface.php:96 | |
core/modules/content_moderation/src/Form/BundleModerationConfigurationForm.php:61 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::getTypePlugin defined at core/modules/workflows/src/WorkflowInterface.php:287 | |
core/modules/content_moderation/src/Form/BundleModerationConfigurationForm.php:61 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::status defined at core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php:64 | |
core/modules/content_moderation/src/Form/BundleModerationConfigurationForm.php:65 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::getTypePlugin defined at core/modules/workflows/src/WorkflowInterface.php:287 | |
core/modules/content_moderation/src/Form/BundleModerationConfigurationForm.php:67 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::id defined at core/lib/Drupal/Core/Entity/EntityInterface.php:34 | |
core/modules/content_moderation/src/Form/BundleModerationConfigurationForm.php:131 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTypePlugin | |
core/modules/content_moderation/src/Form/BundleModerationConfigurationForm.php:137 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTypePlugin | |
core/modules/content_moderation/src/Form/EntityModerationForm.php:66 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->moderation_state | |
core/modules/content_moderation/src/Form/EntityModerationForm.php:74 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::id defined at core/modules/workflows/src/StateInterface.php:22 | |
core/modules/content_moderation/src/Form/EntityModerationForm.php:74 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\Transition::to defined at core/modules/workflows/src/Transition.php:105 | |
core/modules/content_moderation/src/Form/EntityModerationForm.php:91 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::label defined at core/modules/workflows/src/StateInterface.php:30 | |
core/modules/content_moderation/src/Form/EntityModerationForm.php:91 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::getState defined at core/modules/workflows/src/WorkflowInterface.php:66 | |
core/modules/content_moderation/src/Form/EntityModerationForm.php:136 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::getState defined at core/modules/workflows/src/WorkflowInterface.php:66 | |
core/modules/content_moderation/src/Form/EntityModerationForm.php:141 PhanUndeclaredMethod Call to undeclared method \Drupal\workflows\StateInterface::isDefaultRevisionState | |
core/modules/content_moderation/src/ModerationInformation.php:106 PhanTypeMismatchArgument Argument 1 (start) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/content_moderation/src/ModerationInformation.php:106 PhanTypeMismatchArgument Argument 2 (length) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/content_moderation/src/ModerationInformation.php:136 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->moderation_state | |
core/modules/content_moderation/src/ModerationInformation.php:137 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getState | |
core/modules/content_moderation/src/ModerationInformation.php:137 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->moderation_state | |
core/modules/content_moderation/src/ParamConverter/EntityRevisionConverter.php:91 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\content_moderation\ModerationInformationInterface::isLatestRevision() takes \Drupal\Core\Entity\ContentEntityInterface defined at core/modules/content_moderation/src/ModerationInformationInterface.php:102 | |
core/modules/content_moderation/src/ParamConverter/EntityRevisionConverter.php:98 PhanTypeMismatchArgument Argument 2 (langcode) is null but \Drupal\Core\Entity\EntityManagerInterface::getTranslationFromContext() takes string defined at core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php:70 | |
core/modules/content_moderation/src/Permissions.php:24 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\Entity\Workflow::loadMultipleByType defined at core/modules/workflows/src/Entity/Workflow.php:495 | |
core/modules/content_moderation/src/Permissions.php:25 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\Entity\Workflow::getTransitions defined at core/modules/workflows/src/Entity/Workflow.php:290 | |
core/modules/content_moderation/src/Permissions.php:26 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\Entity\Workflow::id defined at core/lib/Drupal/Core/Entity/EntityInterface.php:34 | |
core/modules/content_moderation/src/Permissions.php:29 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\Entity\Workflow::label defined at core/lib/Drupal/Core/Entity/EntityInterface.php:96 | |
core/modules/content_moderation/src/Plugin/Field/FieldFormatter/ContentModerationStateFormatter.php:61 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\content_moderation\ModerationInformationInterface::getWorkflowForEntity() takes \Drupal\Core\Entity\ContentEntityInterface defined at core/modules/content_moderation/src/ModerationInformationInterface.php:138 | |
core/modules/content_moderation/src/Plugin/Field/FieldFormatter/ContentModerationStateFormatter.php:64 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::label defined at core/modules/workflows/src/StateInterface.php:30 | |
core/modules/content_moderation/src/Plugin/Field/FieldFormatter/ContentModerationStateFormatter.php:64 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::getState defined at core/modules/workflows/src/WorkflowInterface.php:66 | |
core/modules/content_moderation/src/Plugin/Field/FieldWidget/ModerationStateWidget.php:119 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\content_moderation\ModerationInformation::getWorkflowForEntity() takes \Drupal\Core\Entity\ContentEntityInterface defined at core/modules/content_moderation/src/ModerationInformation.php:143 | |
core/modules/content_moderation/src/Plugin/Field/FieldWidget/ModerationStateWidget.php:120 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getInitialState | |
core/modules/content_moderation/src/Plugin/Field/FieldWidget/ModerationStateWidget.php:120 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getState | |
core/modules/content_moderation/src/Plugin/Field/FieldWidget/ModerationStateWidget.php:120 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\TypedData\TypedDataInterface->value | |
core/modules/content_moderation/src/Plugin/Field/FieldWidget/ModerationStateWidget.php:126 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\content_moderation\StateTransitionValidation::getValidTransitions() takes \Drupal\Core\Entity\ContentEntityInterface defined at core/modules/content_moderation/src/StateTransitionValidation.php:41 | |
core/modules/content_moderation/src/Plugin/Field/FieldWidget/ModerationStateWidget.php:164 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->moderation_state | |
core/modules/content_moderation/src/Plugin/Field/FieldWidget/ModerationStateWidget.php:183 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php:34 PhanUndeclaredProperty Reference to undeclared property \Drupal\content_moderation\ContentModerationStateInterface->moderation_state | |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php:75 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasTranslation | |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php:76 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::addTranslation | |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php:79 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslation | |
core/modules/content_moderation/src/Plugin/Menu/EditTab.php:81 PhanParamSignatureRealMismatch Declaration of function getTitle() should be compatible with function getTitle(?\Symfony\Component\HttpFoundation\Request $request = null) defined in core/lib/Drupal/Core/Menu/LocalTaskDefault.php:77 | |
core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraintValidator.php:96 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::getInitialState defined at core/modules/workflows/src/WorkflowInterface.php:114 | |
core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraintValidator.php:96 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::getState defined at core/modules/workflows/src/WorkflowInterface.php:66 | |
core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraintValidator.php:97 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::getState defined at core/modules/workflows/src/WorkflowInterface.php:66 | |
core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraintValidator.php:97 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->moderation_state | |
core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraintValidator.php:100 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::canTransitionTo defined at core/modules/workflows/src/StateInterface.php:49 | |
core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraintValidator.php:100 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::id defined at core/modules/workflows/src/StateInterface.php:22 | |
core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraintValidator.php:101 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::label defined at core/modules/workflows/src/StateInterface.php:30 | |
core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraintValidator.php:120 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->moderation_state | |
core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraintValidator.php:122 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->moderation_state | |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php:29 PhanAccessClassInternal Cannot access internal abstract Class \Drupal\workflows\Plugin\WorkflowTypeBase defined at core/modules/workflows/src/Plugin/WorkflowTypeBase.php:24 | |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php:44 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\Plugin\WorkflowTypeBase::__construct defined at core/modules/workflows/src/Plugin/WorkflowTypeBase.php:29 | |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php:64 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::addState defined at core/modules/workflows/src/WorkflowInterface.php:27 | |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php:64 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::addTransition defined at core/modules/workflows/src/WorkflowInterface.php:134 | |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php:64 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::setStateWeight defined at core/modules/workflows/src/WorkflowInterface.php:92 | |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php:81 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\Plugin\WorkflowTypeBase::checkWorkflowAccess defined at core/modules/workflows/src/Plugin/WorkflowTypeBase.php:54 | |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php:88 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::id defined at core/modules/workflows/src/StateInterface.php:22 | |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php:89 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::id defined at core/modules/workflows/src/StateInterface.php:22 | |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php:102 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::id defined at core/modules/workflows/src/StateInterface.php:22 | |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php:109 PhanUndeclaredMethod Call to undeclared method \Drupal\workflows\StateInterface::isPublishedState | |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php:117 PhanUndeclaredMethod Call to undeclared method \Drupal\workflows\StateInterface::isDefaultRevisionState | |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php:229 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\Plugin\WorkflowTypeBase::calculateDependencies defined at core/modules/workflows/src/Plugin/WorkflowTypeBase.php:137 | |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php:244 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\Plugin\WorkflowTypeBase::onDependencyRemoval defined at core/modules/workflows/src/Plugin/WorkflowTypeBase.php:144 | |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php:285 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\Plugin\WorkflowTypeBase::getConfiguration defined at core/modules/workflows/src/Plugin/WorkflowTypeBase.php:103 | |
core/modules/content_moderation/src/Plugin/views/filter/LatestRevision.php:133 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::ensureTable | |
core/modules/content_moderation/src/StateTransitionValidation.php:43 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::getInitialState defined at core/modules/workflows/src/WorkflowInterface.php:114 | |
core/modules/content_moderation/src/StateTransitionValidation.php:43 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::getState defined at core/modules/workflows/src/WorkflowInterface.php:66 | |
core/modules/content_moderation/src/StateTransitionValidation.php:43 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->moderation_state | |
core/modules/content_moderation/src/StateTransitionValidation.php:45 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::getTransitions defined at core/modules/workflows/src/StateInterface.php:71 | |
core/modules/content_moderation/src/StateTransitionValidation.php:46 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\Transition::id defined at core/modules/workflows/src/Transition.php:84 | |
core/modules/content_moderation/src/StateTransitionValidation.php:46 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::id defined at core/lib/Drupal/Core/Entity/EntityInterface.php:34 | |
core/modules/content_translation/content_translation.admin.inc:36 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Config\Entity\ThirdPartySettingsInterface::getType | |
core/modules/content_translation/content_translation.admin.inc:51 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldDefinitionInterface::getThirdPartySetting | |
core/modules/content_translation/content_translation.admin.inc:116 PhanAccessMethodInternal Cannot access internal method \_content_translation_is_field_translatability_configurable defined at core/modules/content_translation/content_translation.admin.inc:157 | |
core/modules/content_translation/content_translation.module:283 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getUntranslated | |
core/modules/content_translation/content_translation.module:283 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isTranslatable | |
core/modules/content_translation/content_translation.module:374 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/content_translation/content_translation.module:414 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->original | |
core/modules/content_translation/content_translation.module:415 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->original | |
core/modules/content_translation/content_translation.module:416 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::entityType | |
core/modules/content_translation/content_translation.module:421 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->original | |
core/modules/content_translation/src/ContentTranslationHandler.php:233 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslationLanguages | |
core/modules/content_translation/src/ContentTranslationHandler.php:234 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslation | |
core/modules/content_translation/src/ContentTranslationHandler.php:270 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getFormLangcode | |
core/modules/content_translation/src/ContentTranslationHandler.php:271 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getUntranslated | |
core/modules/content_translation/src/ContentTranslationHandler.php:275 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslationLanguages | |
core/modules/content_translation/src/ContentTranslationHandler.php:280 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::isDefaultFormLangcode | |
core/modules/content_translation/src/ContentTranslationHandler.php:407 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslationLanguages | |
core/modules/content_translation/src/ContentTranslationHandler.php:408 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslation | |
core/modules/content_translation/src/ContentTranslationHandler.php:449 PhanUndeclaredVariable Variable $account is undeclared | |
core/modules/content_translation/src/ContentTranslationHandler.php:567 PhanParamTooMany Call with 2 arg(s) to \Drupal\content_translation\ContentTranslationHandler::addTranslatabilityClue() which only takes 1 arg(s) defined at core/modules/content_translation/src/ContentTranslationHandler.php:548 | |
core/modules/content_translation/src/ContentTranslationHandler.php:589 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getFormLangcode | |
core/modules/content_translation/src/ContentTranslationHandler.php:599 PhanTypeMismatchArgument Argument 1 (source) is bool but \Drupal\content_translation\ContentTranslationMetadataWrapperInterface::setSource() takes string defined at core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php:31 | |
core/modules/content_translation/src/ContentTranslationHandler.php:637 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/content_translation/src/ContentTranslationHandler.php:658 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/content_translation/src/ContentTranslationHandler.php:665 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getFormLangcode | |
core/modules/content_translation/src/ContentTranslationHandler.php:677 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/content_translation/src/ContentTranslationHandler.php:693 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/content_translation/src/ContentTranslationHandler.php:701 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getFormLangcode | |
core/modules/content_translation/src/ContentTranslationManager.php:122 PhanTypeMismatchReturn Returning type null but loadContentLanguageSettings() is declared to return \Drupal\language\Entity\ContentLanguageSettings | |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php:74 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getOwner | |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php:124 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getChangedTime | |
core/modules/content_translation/src/Controller/ContentTranslationController.php:69 PhanTypeMismatchArgument Argument 1 (account) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface|null but \Drupal\content_translation\ContentTranslationMetadataWrapperInterface::setAuthor() takes \Drupal\user\UserInterface defined at core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php:69 | |
core/modules/content_translation/src/FieldTranslationSynchronizer.php:47 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->original | |
core/modules/content_translation/src/FieldTranslationSynchronizer.php:48 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getUntranslated | |
core/modules/content_translation/src/FieldTranslationSynchronizer.php:60 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Config\Entity\ThirdPartySettingsInterface::isTranslatable | |
core/modules/content_translation/src/FieldTranslationSynchronizer.php:92 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslation | |
core/modules/contextual/src/Plugin/views/field/ContextualLinks.php:102 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->last_render_text | |
core/modules/datetime/src/DateTimeComputed.php:53 PhanTypeMismatchProperty Assigning \Drupal\Core\Datetime\DrupalDateTime to property but \Drupal\datetime\DateTimeComputed::date is \DateTime|null | |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php:71 PhanParamTooMany Call with 2 arg(s) to \Drupal\datetime\Plugin\Field\FieldFormatter\DateTimeDefaultFormatter::formatDate() which only takes 1 arg(s) defined at core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php:33 | |
core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php:135 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Field\FieldItemBase::onChange() which only takes 1 arg(s) defined at core/lib/Drupal/Core/TypedData/TraversableTypedDataInterface.php:18 | |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php:77 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPattern | |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php:84 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPattern | |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php:85 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPattern | |
core/modules/datetime/src/Plugin/views/filter/Date.php:108 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhereExpression | |
core/modules/datetime/src/Plugin/views/filter/Date.php:123 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhereExpression | |
core/modules/datetime_range/src/DateTimeRangeTrait.php:17 PhanUndeclaredMethod Call to undeclared method \Drupal\datetime_range\DateTimeRangeTrait::getSetting | |
core/modules/datetime_range/src/DateTimeRangeTrait.php:28 PhanUndeclaredMethod Call to undeclared method \Drupal\datetime_range\DateTimeRangeTrait::buildDateWithIsoAttribute | |
core/modules/datetime_range/src/DateTimeRangeTrait.php:30 PhanUndeclaredMethod Call to undeclared method \Drupal\datetime_range\DateTimeRangeTrait::buildDateWithIsoAttribute | |
core/modules/datetime_range/src/DateTimeRangeTrait.php:34 PhanUndeclaredMethod Call to undeclared method \Drupal\datetime_range\DateTimeRangeTrait::buildDateWithIsoAttribute | |
core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDefaultWidget.php:68 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPattern | |
core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDefaultWidget.php:75 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPattern | |
core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDefaultWidget.php:76 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPattern | |
core/modules/dblog/dblog.module:76 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/dblog/src/Controller/DbLogController.php:157 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::fields | |
core/modules/dblog/src/Controller/DbLogController.php:167 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::leftJoin | |
core/modules/dblog/src/Controller/DbLogController.php:170 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::where | |
core/modules/dblog/src/Controller/DbLogController.php:172 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::limit | |
core/modules/dblog/src/Controller/DbLogController.php:391 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::addExpression | |
core/modules/dblog/src/Controller/DbLogController.php:392 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::fields | |
core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php:137 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Render\RenderCacheInterface::get defined at core/lib/Drupal/Core/Render/RenderCacheInterface.php:48 | |
core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php:140 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableResponseInterface->headers | |
core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php:141 PhanTypeMismatchArgument Argument 1 (response) is \Drupal\Core\Cache\CacheableResponseInterface but \Symfony\Component\HttpKernel\Event\GetResponseEvent::setResponse() takes \Symfony\Component\HttpFoundation\Response defined at vendor/symfony/http-kernel/Event/GetResponseEvent.php:49 | |
core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php:163 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableResponseInterface->headers | |
core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php:170 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableResponseInterface->headers | |
core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php:193 PhanTypeMismatchArgument Argument 1 (response) is \Drupal\Core\Cache\CacheableResponseInterface but \Drupal\Core\PageCache\ResponsePolicyInterface::check() takes \Symfony\Component\HttpFoundation\Response defined at core/lib/Drupal/Core/PageCache/ResponsePolicyInterface.php:35 | |
core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php:200 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Render\RenderCacheInterface::set defined at core/lib/Drupal/Core/Render/RenderCacheInterface.php:71 | |
core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php:204 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableResponseInterface->headers | |
core/modules/editor/editor.module:110 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/editor/editor.module:195 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/editor/editor.module:236 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/editor/editor.module:371 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\FieldableEntityInterface::getRevisionId | |
core/modules/editor/editor.module:371 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\FieldableEntityInterface->original | |
core/modules/editor/editor.module:382 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\FieldableEntityInterface->original | |
core/modules/editor/editor.module:441 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->status | |
core/modules/editor/editor.module:442 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->status | |
core/modules/editor/editor.module:487 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFileUri | |
core/modules/editor/editor.module:509 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getOwnerId | |
core/modules/editor/editor.module:509 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isPermanent | |
core/modules/editor/editor.module:520 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isPermanent | |
core/modules/editor/editor.module:539 PhanTypeMismatchArgument Argument 1 (file) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \file_get_content_headers() takes \Drupal\file\FileInterface defined at core/modules/file/file.module:552 | |
core/modules/editor/editor.module:555 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \_editor_get_formatted_text_fields() takes \Drupal\Core\Entity\FieldableEntityInterface defined at core/modules/editor/editor.module:579 | |
core/modules/editor/editor.module:558 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/editor/editor.module:628 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::status | |
core/modules/editor/src/EditorAccessControlHandler.php:21 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFilterFormat | |
core/modules/editor/src/EditorController.php:40 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslation | |
core/modules/editor/src/Element.php:92 PhanUndeclaredMethod Call to undeclared method \Drupal\Component\Plugin\PluginManagerInterface::getAttachments | |
core/modules/editor/src/Form/EditorImageDialog.php:152 PhanUndeclaredProperty Reference to undeclared property \Drupal\filter\Plugin\FilterInterface->status | |
core/modules/editor/src/Form/EditorImageDialog.php:171 PhanUndeclaredProperty Reference to undeclared property \Drupal\filter\Plugin\FilterInterface->status | |
core/modules/editor/src/Form/EditorImageDialog.php:208 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFileUri | |
core/modules/editor/src/Form/EditorImageDialog.php:232 PhanTypeMismatchArgument Argument 1 (values) is array but \Drupal\editor\Ajax\EditorDialogSave::__construct() takes string defined at core/modules/editor/src/Ajax/EditorDialogSave.php:28 | |
core/modules/editor/src/Form/EditorLinkDialog.php:83 PhanTypeMismatchArgument Argument 1 (values) is array but \Drupal\editor\Ajax\EditorDialogSave::__construct() takes string defined at core/modules/editor/src/Ajax/EditorDialogSave.php:28 | |
core/modules/editor/src/Plugin/Filter/EditorFileReference.php:80 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFileUri | |
core/modules/field/field.api.php:82 PhanUndeclaredMethod Call to undeclared method \Drupal\field\FieldStorageConfigInterface::hasData | |
core/modules/field/field.api.php:82 PhanUndeclaredProperty Reference to undeclared property \Drupal\field\FieldStorageConfigInterface->module | |
core/modules/field/field.api.php:262 PhanUndeclaredFunction Call to undeclared function \my_module_entity_additions() | |
core/modules/field/field.api.php:286 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/field/field.api.php:303 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/field/field.module:372 PhanUndeclaredProperty Reference to undeclared property \Drupal\field\FieldStorageConfigInterface->original | |
core/modules/field/field.module:409 PhanUndeclaredMethod Call to undeclared method \Drupal\field\FieldConfigInterface::setSetting | |
core/modules/field/field.purge.inc:96 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::purgeFieldData | |
core/modules/field/field.purge.inc:173 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::finalizePurge | |
core/modules/field/src/ConfigImporterFieldPurger.php:74 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::countFieldData | |
core/modules/field/src/ConfigImporterFieldPurger.php:120 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getConfigPrefix | |
core/modules/field/src/Entity/FieldConfig.php:161 PhanUndeclaredProperty Reference to undeclared property \Drupal\field\FieldConfigInterface->original | |
core/modules/field/src/Entity/FieldConfig.php:164 PhanUndeclaredProperty Reference to undeclared property \Drupal\field\FieldConfigInterface->original | |
core/modules/field/src/Entity/FieldConfig.php:167 PhanUndeclaredProperty Reference to undeclared property \Drupal\field\FieldConfigInterface->original | |
core/modules/field/src/Entity/FieldConfig.php:171 PhanUndeclaredProperty Reference to undeclared property \Drupal\field\FieldConfigInterface->original | |
core/modules/field/src/Entity/FieldStorageConfig.php:364 PhanUndeclaredProperty Reference to undeclared property \Drupal\field\FieldStorageConfigInterface->original | |
core/modules/field/src/Entity/FieldStorageConfig.php:367 PhanUndeclaredProperty Reference to undeclared property \Drupal\field\FieldStorageConfigInterface->original | |
core/modules/field/src/Entity/FieldStorageConfig.php:373 PhanUndeclaredProperty Reference to undeclared property \Drupal\field\FieldStorageConfigInterface->original | |
core/modules/field/src/Entity/FieldStorageConfig.php:378 PhanUndeclaredProperty Reference to undeclared property \Drupal\field\FieldStorageConfigInterface->original | |
core/modules/field/src/Entity/FieldStorageConfig.php:700 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::countFieldData | |
core/modules/field/src/FieldConfigAccessControlHandler.php:22 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFieldStorageDefinition | |
core/modules/field/src/FieldConfigAccessControlHandler.php:27 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTargetEntityTypeId | |
core/modules/field/src/FieldConfigAccessControlHandler.php:30 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTargetEntityTypeId | |
core/modules/field/src/FieldConfigStorage.php:137 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFieldStorageDefinition | |
core/modules/field/src/FieldConfigStorage.php:157 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isDeleted | |
core/modules/field/src/FieldConfigStorage.php:161 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/field/src/FieldStorageConfigStorage.php:133 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/field/src/Plugin/migrate/source/d7/FieldInstance.php:96 PhanTypeMismatchArgument Argument 2 (default) is int but \Drupal\field\Plugin\migrate\source\d7\FieldInstance::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php:34 PhanUndeclaredMethod Call to undeclared method \Drupal\field_layout\Entity\FieldLayoutEntityDisplayTrait::getThirdPartySetting | |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php:41 PhanUndeclaredMethod Call to undeclared method \Drupal\field_layout\Entity\FieldLayoutEntityDisplayTrait::getThirdPartySetting | |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php:52 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Layout\LayoutDefinition::getDefaultRegion defined at core/lib/Drupal/Core/Layout/LayoutDefinition.php:434 | |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php:53 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Layout\LayoutDefinition::getRegions defined at core/lib/Drupal/Core/Layout/LayoutDefinition.php:390 | |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php:54 PhanUndeclaredMethod Call to undeclared method \Drupal\field_layout\Entity\FieldLayoutEntityDisplayTrait::getComponents | |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php:57 PhanUndeclaredMethod Call to undeclared method \Drupal\field_layout\Entity\FieldLayoutEntityDisplayTrait::setComponent | |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php:61 PhanUndeclaredMethod Call to undeclared method \Drupal\field_layout\Entity\FieldLayoutEntityDisplayTrait::setThirdPartySetting | |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php:67 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Layout\LayoutInterface::getConfiguration defined at core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php:18 | |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php:68 PhanUndeclaredMethod Call to undeclared method \Drupal\field_layout\Entity\FieldLayoutEntityDisplayTrait::setThirdPartySetting | |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php:76 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Layout\LayoutInterface::getConfiguration defined at core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php:18 | |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php:76 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Layout\LayoutInterface::getPluginId defined at core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php:21 | |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php:107 PhanTraitParentReference Reference to parent from trait \Drupal\field_layout\Entity\FieldLayoutEntityDisplayTrait | |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php:114 PhanTraitParentReference Reference to parent from trait \Drupal\field_layout\Entity\FieldLayoutEntityDisplayTrait | |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php:145 PhanTraitParentReference Reference to parent from trait \Drupal\field_layout\Entity\FieldLayoutEntityDisplayTrait | |
core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php:149 PhanUndeclaredMethod Call to undeclared method \Drupal\field_layout\Entity\FieldLayoutEntityDisplayTrait::calculatePluginDependencies | |
core/modules/field_layout/src/Entity/FieldLayoutEntityFormDisplay.php:21 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Layout\LayoutDefinition::getDefaultRegion defined at core/lib/Drupal/Core/Layout/LayoutDefinition.php:434 | |
core/modules/field_layout/src/Entity/FieldLayoutEntityViewDisplay.php:21 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Layout\LayoutDefinition::getDefaultRegion defined at core/lib/Drupal/Core/Layout/LayoutDefinition.php:434 | |
core/modules/field_layout/src/FieldLayoutBuilder.php:64 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Layout\LayoutPluginManagerInterface::getDefinition defined at core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php:39 | |
core/modules/field_layout/src/FieldLayoutBuilder.php:67 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Layout\LayoutDefinition::getRegionNames defined at core/lib/Drupal/Core/Layout/LayoutDefinition.php:413 | |
core/modules/field_layout/src/FieldLayoutBuilder.php:79 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Layout\LayoutInterface::build defined at core/lib/Drupal/Core/Layout/LayoutInterface.php:29 | |
core/modules/field_layout/src/FieldLayoutBuilder.php:93 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Layout\LayoutPluginManagerInterface::getDefinition defined at core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php:39 | |
core/modules/field_layout/src/FieldLayoutBuilder.php:99 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Layout\LayoutDefinition::getRegionNames defined at core/lib/Drupal/Core/Layout/LayoutDefinition.php:413 | |
core/modules/field_layout/src/FieldLayoutBuilder.php:112 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Layout\LayoutInterface::build defined at core/lib/Drupal/Core/Layout/LayoutInterface.php:29 | |
core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php:32 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Layout\LayoutPluginManagerInterface::getDefinition defined at core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php:39 | |
core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php:33 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Layout\LayoutDefinition::getRegions defined at core/lib/Drupal/Core/Layout/LayoutDefinition.php:390 | |
core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php:36 PhanUndeclaredMethod Call to undeclared method \Drupal\field_layout\Form\FieldLayoutEntityDisplayFormTrait::t | |
core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php:41 PhanUndeclaredMethod Call to undeclared method \Drupal\field_layout\Form\FieldLayoutEntityDisplayFormTrait::t | |
core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php:42 PhanUndeclaredMethod Call to undeclared method \Drupal\field_layout\Form\FieldLayoutEntityDisplayFormTrait::t | |
core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php:52 PhanTraitParentReference Reference to parent from trait \Drupal\field_layout\Form\FieldLayoutEntityDisplayFormTrait | |
core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php:56 PhanUndeclaredMethod Call to undeclared method \Drupal\field_layout\Form\FieldLayoutEntityDisplayFormTrait::t | |
core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php:63 PhanUndeclaredMethod Call to undeclared method \Drupal\field_layout\Form\FieldLayoutEntityDisplayFormTrait::t | |
core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php:64 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Layout\LayoutPluginManagerInterface::getLayoutOptions defined at core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php:68 | |
core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php:65 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Layout\LayoutInterface::getPluginId defined at core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php:21 | |
core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php:75 PhanUndeclaredMethod Call to undeclared method \Drupal\field_layout\Form\FieldLayoutEntityDisplayFormTrait::t | |
core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php:119 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Layout\LayoutPluginManagerInterface::createInstance defined at core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php:32 | |
core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php:144 PhanTraitParentReference Reference to parent from trait \Drupal\field_layout\Form\FieldLayoutEntityDisplayFormTrait | |
core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php:157 PhanTraitParentReference Reference to parent from trait \Drupal\field_layout\Form\FieldLayoutEntityDisplayFormTrait | |
core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutContentFooter.php:25 PhanAccessClassInternal Cannot access internal Class \Drupal\Core\Layout\LayoutDefault defined at core/lib/Drupal/Core/Layout/LayoutDefault.php:16 | |
core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutMainFooter.php:30 PhanAccessClassInternal Cannot access internal Class \Drupal\Core\Layout\LayoutDefault defined at core/lib/Drupal/Core/Layout/LayoutDefault.php:16 | |
core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutMainFooter.php:45 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Layout\LayoutDefault::calculateDependencies defined at core/lib/Drupal/Core/Layout/LayoutDefault.php:77 | |
core/modules/field_ui/field_ui.module:127 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/field_ui/field_ui.module:131 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\StringTranslation\TranslatableMarkup|float|int | |
core/modules/field_ui/src/Access/FormModeAccessCheck.php:72 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::status | |
core/modules/field_ui/src/Access/ViewModeAccessCheck.php:72 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::status | |
core/modules/field_ui/src/Controller/FieldConfigListController.php:27 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Entity\EntityListBuilderInterface::render() which only takes 0 arg(s) defined at core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php:50 | |
core/modules/field_ui/src/FieldConfigListBuilder.php:120 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFieldStorageDefinition | |
core/modules/field_ui/src/FieldConfigListBuilder.php:126 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getName | |
core/modules/field_ui/src/FieldConfigListBuilder.php:128 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getLabel | |
core/modules/field_ui/src/FieldConfigListBuilder.php:129 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getName | |
core/modules/field_ui/src/FieldConfigListBuilder.php:159 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTargetEntityTypeId | |
core/modules/field_ui/src/FieldConfigListBuilder.php:163 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTargetEntityTypeId | |
core/modules/field_ui/src/FieldConfigListBuilder.php:166 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTargetEntityTypeId | |
core/modules/field_ui/src/FieldConfigListBuilder.php:170 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTargetEntityTypeId | |
core/modules/field_ui/src/FieldConfigListBuilder.php:178 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTargetEntityTypeId | |
core/modules/field_ui/src/FieldStorageConfigListBuilder.php:97 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isLocked | |
core/modules/field_ui/src/FieldStorageConfigListBuilder.php:99 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getName | |
core/modules/field_ui/src/FieldStorageConfigListBuilder.php:102 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getName | |
core/modules/field_ui/src/FieldStorageConfigListBuilder.php:105 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getType | |
core/modules/field_ui/src/FieldStorageConfigListBuilder.php:109 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getBundles | |
core/modules/field_ui/src/FieldStorageConfigListBuilder.php:110 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTargetEntityTypeId | |
core/modules/field_ui/src/FieldUI.php:56 PhanTypeMismatchArgument Argument 1 (url) is null but \Drupal\Component\Utility\UrlHelper::parse() takes string defined at core/lib/Drupal/Component/Utility/UrlHelper.php:136 | |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php:128 PhanDeprecatedProperty Reference to deprecated property \Drupal\field_ui\Form\EntityDisplayFormBase::entityManager defined at core/lib/Drupal/Core/Entity/EntityForm.php:42 | |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php:363 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\PluginSettingsInterface::settingsForm | |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php:408 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\PluginSettingsInterface::settingsSummary | |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php:423 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\PluginSettingsInterface::settingsForm | |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php:540 PhanDeprecatedProperty Reference to deprecated property \Drupal\field_ui\Form\EntityDisplayFormBase::entityManager defined at core/lib/Drupal/Core/Entity/EntityForm.php:42 | |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php:574 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::removeComponent | |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php:577 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getComponent | |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php:582 PhanUndeclaredMethod Call to undeclared method \Drupal\Component\Plugin\PluginManagerBase::getDefaultSettings | |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php:595 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setComponent | |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php:602 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::removeComponent | |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php:605 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setComponent | |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php:736 PhanDeprecatedProperty Reference to deprecated property \Drupal\field_ui\Form\EntityDisplayFormBase::entityManager defined at core/lib/Drupal/Core/Entity/EntityForm.php:42 | |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php:765 PhanUndeclaredMethod Call to undeclared method \Drupal\Component\Plugin\PluginManagerBase::getOptions | |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php:837 PhanDeprecatedProperty Reference to deprecated property \Drupal\field_ui\Form\EntityDisplayFormBase::entityManager defined at core/lib/Drupal/Core/Entity/EntityForm.php:42 | |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php:847 PhanDeprecatedProperty Reference to deprecated property \Drupal\field_ui\Form\EntityDisplayFormBase::entityManager defined at core/lib/Drupal/Core/Entity/EntityForm.php:42 | |
core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php:28 PhanDeprecatedProperty Reference to deprecated property \Drupal\field_ui\Form\EntityDisplayModeAddForm::entityManager defined at core/lib/Drupal/Core/Entity/EntityForm.php:42 | |
core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php:46 PhanDeprecatedProperty Reference to deprecated property \Drupal\field_ui\Form\EntityDisplayModeAddForm::entityManager defined at core/lib/Drupal/Core/Entity/EntityForm.php:42 | |
core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php:51 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setTargetType | |
core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php:44 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTargetType | |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php:68 PhanDeprecatedProperty Reference to deprecated property \Drupal\field_ui\Form\EntityFormDisplayEditForm::entityManager defined at core/lib/Drupal/Core/Entity/EntityForm.php:42 | |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php:75 PhanDeprecatedProperty Reference to deprecated property \Drupal\field_ui\Form\EntityFormDisplayEditForm::entityManager defined at core/lib/Drupal/Core/Entity/EntityForm.php:42 | |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php:106 PhanDeprecatedProperty Reference to deprecated property \Drupal\field_ui\Form\EntityFormDisplayEditForm::entityManager defined at core/lib/Drupal/Core/Entity/EntityForm.php:42 | |
core/modules/field_ui/src/Form/EntityFormModeAddForm.php:16 PhanDeprecatedProperty Reference to deprecated property \Drupal\field_ui\Form\EntityFormModeAddForm::entityManager defined at core/lib/Drupal/Core/Entity/EntityForm.php:42 | |
core/modules/field_ui/src/Form/EntityFormModeAddForm.php:21 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setTargetType | |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php:101 PhanDeprecatedProperty Reference to deprecated property \Drupal\field_ui\Form\EntityViewDisplayEditForm::entityManager defined at core/lib/Drupal/Core/Entity/EntityForm.php:42 | |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php:108 PhanDeprecatedProperty Reference to deprecated property \Drupal\field_ui\Form\EntityViewDisplayEditForm::entityManager defined at core/lib/Drupal/Core/Entity/EntityForm.php:42 | |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php:140 PhanDeprecatedProperty Reference to deprecated property \Drupal\field_ui\Form\EntityViewDisplayEditForm::entityManager defined at core/lib/Drupal/Core/Entity/EntityForm.php:42 | |
core/modules/field_ui/src/Form/FieldConfigDeleteForm.php:71 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Config\Entity\ConfigEntityInterface::getFieldStorageDefinition | |
core/modules/field_ui/src/Form/FieldConfigDeleteForm.php:86 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTargetBundle | |
core/modules/field_ui/src/Form/FieldConfigDeleteForm.php:86 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTargetEntityTypeId | |
core/modules/field_ui/src/Form/FieldConfigDeleteForm.php:93 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFieldStorageDefinition | |
core/modules/field_ui/src/Form/FieldConfigDeleteForm.php:94 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTargetEntityTypeId | |
core/modules/field_ui/src/Form/FieldConfigDeleteForm.php:95 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTargetBundle | |
core/modules/field_ui/src/Form/FieldConfigEditForm.php:34 PhanDeprecatedProperty Reference to deprecated property \Drupal\field_ui\Form\FieldConfigEditForm::entityManager defined at core/lib/Drupal/Core/Entity/EntityForm.php:42 | |
core/modules/field_ui/src/Form/FieldConfigEditForm.php:42 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldStorageDefinitionInterface::isLocked | |
core/modules/field_ui/src/Form/FieldConfigEditForm.php:63 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Field\FieldFilteredMarkup::displayAllowedTags defined at core/lib/Drupal/Core/Field/FieldFilteredMarkup.php:68 | |
core/modules/field_ui/src/Form/FieldConfigEditForm.php:81 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\StringTranslation\TranslatableMarkup::get | |
core/modules/field_ui/src/Form/FieldConfigEditForm.php:120 PhanDeprecatedProperty Reference to deprecated property \Drupal\field_ui\Form\FieldConfigEditForm::entityManager defined at core/lib/Drupal/Core/Entity/EntityForm.php:42 | |
core/modules/field_ui/src/Form/FieldConfigEditForm.php:169 PhanUndeclaredMethod Call to undeclared method \Drupal\field\FieldConfigInterface::setDefaultValue | |
core/modules/field_ui/src/Form/FieldStorageAddForm.php:405 PhanParamTooMany Call with 2 arg(s) to \Drupal\field_ui\FieldUI::getNextDestination() which only takes 1 arg(s) defined at core/modules/field_ui/src/FieldUI.php:41 | |
core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php:69 PhanUndeclaredMethod Call to undeclared method \Drupal\field\FieldStorageConfigInterface::hasData | |
core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php:88 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php:90 PhanUndeclaredMethod Call to undeclared method \Drupal\field\FieldStorageConfigInterface::hasData | |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php:35 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\StringTranslation\StringTranslationTrait->routeProvider | |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php:35 PhanUndeclaredProperty Reference to undeclared property \Drupal\field_ui\Plugin\Derivative\FieldUiLocalAction->routeProvider | |
core/modules/file/file.api.php:52 PhanUndeclaredProperty Reference to undeclared property \Drupal\user\UserInterface->name | |
core/modules/file/file.api.php:53 PhanUndeclaredProperty Reference to undeclared property \Drupal\user\UserInterface->name | |
core/modules/file/file.api.php:56 PhanUndeclaredProperty Reference to undeclared property \Drupal\file\FileInterface->filename | |
core/modules/file/file.api.php:72 PhanUndeclaredProperty Reference to undeclared property \Drupal\user\UserInterface->name | |
core/modules/file/file.api.php:73 PhanUndeclaredProperty Reference to undeclared property \Drupal\user\UserInterface->name | |
core/modules/file/file.api.php:76 PhanUndeclaredProperty Reference to undeclared property \Drupal\file\FileInterface->filename | |
core/modules/file/file.field.inc:150 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Field\FieldFilteredMarkup::create defined at core/lib/Drupal/Core/Field/FieldFilteredMarkup.php:35 | |
core/modules/file/file.module:141 PhanUndeclaredConstant Reference to undeclared constant \FILE_EXISTS_RENAME | |
core/modules/file/file.module:164 PhanUndeclaredProperty Reference to undeclared property \Drupal\file\FileInterface->fid | |
core/modules/file/file.module:216 PhanUndeclaredConstant Reference to undeclared constant \FILE_EXISTS_RENAME | |
core/modules/file/file.module:239 PhanUndeclaredProperty Reference to undeclared property \Drupal\file\FileInterface->fid | |
core/modules/file/file.module:240 PhanUndeclaredProperty Reference to undeclared property \Drupal\file\FileInterface->uuid | |
core/modules/file/file.module:373 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::spaceUsed | |
core/modules/file/file.module:499 PhanUndeclaredConstant Reference to undeclared constant \FILE_EXISTS_RENAME | |
core/modules/file/file.module:623 PhanTypeMismatchArgument Argument 4 (field_type) is null but \file_get_file_references() takes string defined at core/modules/file/file.module:1475 | |
core/modules/file/file.module:656 PhanTypeMismatchArgument Argument 1 (start) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/file/file.module:656 PhanTypeMismatchArgument Argument 2 (length) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/file/file.module:662 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFileUri | |
core/modules/file/file.module:666 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFileUri | |
core/modules/file/file.module:670 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFileUri | |
core/modules/file/file.module:714 PhanUndeclaredConstant Reference to undeclared constant \FILE_EXISTS_RENAME | |
core/modules/file/file.module:1151 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::setValue() | |
core/modules/file/file.module:1475 PhanTypeMismatchDefault Default value for int $age can't be string | |
core/modules/file/file.module:1493 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFieldDefinitions | |
core/modules/file/file.module:1512 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslationLanguages | |
core/modules/file/file.module:1513 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslation | |
core/modules/file/file.module:1532 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldDefinitionInterface::uuid | |
core/modules/file/file.module:1532 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldStorageDefinitionInterface::uuid | |
core/modules/file/file.views.inc:46 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getTableMapping | |
core/modules/file/src/Controller/FileWidgetAjaxController.php:29 PhanUndeclaredFunction Call to undeclared function \uploadprogress_get_info() | |
core/modules/file/src/Element/ManagedFile.php:61 PhanTypeMismatchArgumentInternal Argument 2 (str) is int but \explode() takes string | |
core/modules/file/src/Element/ManagedFile.php:68 PhanTypeComparisonFromArray array to bool comparison | |
core/modules/file/src/Element/ManagedFile.php:111 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::getValue() | |
core/modules/file/src/Element/ManagedFile.php:129 PhanTypeComparisonFromArray array to bool comparison | |
core/modules/file/src/Element/ManagedFile.php:198 PhanTypeMismatchArgument Argument 1 (selector) is null but \Drupal\Core\Ajax\ReplaceCommand::__construct() takes string defined at core/lib/Drupal/Core/Ajax/InsertCommand.php:58 | |
core/modules/file/src/Entity/File.php:102 PhanTypeMismatchProperty Assigning \false|int to property but \Drupal\Core\Field\FieldItemListInterface::value is bool|string | |
core/modules/file/src/Entity/File.php:160 PhanTypeMismatchProperty Assigning int to property but \Drupal\Core\Field\FieldItemListInterface::value is bool|string | |
core/modules/file/src/Entity/File.php:167 PhanTypeMismatchProperty Assigning int to property but \Drupal\Core\Field\FieldItemListInterface::value is bool|string | |
core/modules/file/src/FileAccessControlHandler.php:24 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFileUri | |
core/modules/file/src/FileAccessControlHandler.php:28 PhanTypeMismatchArgument Argument 1 (file) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\file\FileAccessControlHandler::getFileReferences() takes \Drupal\file\FileInterface defined at core/modules/file/src/FileAccessControlHandler.php:74 | |
core/modules/file/src/FileAccessControlHandler.php:41 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getOwnerId | |
core/modules/file/src/FileAccessControlHandler.php:50 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/file/src/FileAccessControlHandler.php:75 PhanTypeMismatchArgument Argument 4 (field_type) is null but \file_get_file_references() takes string defined at core/modules/file/file.module:1475 | |
core/modules/file/src/FileStorage.php:15 PhanUndeclaredConstant Reference to undeclared constant \FILE_STATUS_PERMANENT | |
core/modules/file/src/FileStorage.php:18 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::addExpression | |
core/modules/file/src/FileStorage.php:22 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/file/src/FileStorageInterface.php:25 PhanUndeclaredConstant Reference to undeclared constant \FILE_STATUS_PERMANENT | |
core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php:76 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php:88 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::expression | |
core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php:89 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php:99 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php:102 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/file/src/Plugin/EntityReferenceSelection/FileSelection.php:45 PhanUndeclaredMethod Call to undeclared method \Drupal\user\EntityOwnerInterface::setPermanent | |
core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php:52 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->uri | |
core/modules/file/src/Plugin/Field/FieldFormatter/FileFormatterBase.php:19 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem::isDisplayed | |
core/modules/file/src/Plugin/Field/FieldFormatter/GenericFileFormatter.php:26 PhanTypeMismatchArgument Argument 1 (items) is \ArrayAccess|\Countable|\Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Field\FieldItemListInterface|\Drupal\Core\TypedData\ListInterface|\Drupal\Core\TypedData\TraversableTypedDataInterface|\Drupal\Core\TypedData\TypedDataInterface|\Traversable but \Drupal\file\Plugin\Field\FieldFormatter\GenericFileFormatter::getEntitiesToView() takes \Drupal\Core\Field\EntityReferenceFieldItemListInterface defined at core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php:42 | |
core/modules/file/src/Plugin/Field/FieldFormatter/GenericFileFormatter.php:27 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->_referringItem | |
core/modules/file/src/Plugin/Field/FieldFormatter/RSSEnclosureFormatter.php:27 PhanTypeMismatchArgument Argument 1 (items) is \ArrayAccess|\Countable|\Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Field\FieldItemListInterface|\Drupal\Core\TypedData\ListInterface|\Drupal\Core\TypedData\TraversableTypedDataInterface|\Drupal\Core\TypedData\TypedDataInterface|\Traversable but \Drupal\file\Plugin\Field\FieldFormatter\RSSEnclosureFormatter::getEntitiesToView() takes \Drupal\Core\Field\EntityReferenceFieldItemListInterface defined at core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php:42 | |
core/modules/file/src/Plugin/Field/FieldFormatter/RSSEnclosureFormatter.php:28 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->rss_elements | |
core/modules/file/src/Plugin/Field/FieldFormatter/RSSEnclosureFormatter.php:34 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFileUri | |
core/modules/file/src/Plugin/Field/FieldFormatter/RSSEnclosureFormatter.php:35 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getSize | |
core/modules/file/src/Plugin/Field/FieldFormatter/RSSEnclosureFormatter.php:36 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getMimeType | |
core/modules/file/src/Plugin/Field/FieldFormatter/TableFormatter.php:26 PhanTypeMismatchArgument Argument 1 (items) is \ArrayAccess|\Countable|\Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Field\FieldItemListInterface|\Drupal\Core\TypedData\ListInterface|\Drupal\Core\TypedData\TraversableTypedDataInterface|\Drupal\Core\TypedData\TypedDataInterface|\Traversable but \Drupal\file\Plugin\Field\FieldFormatter\TableFormatter::getEntitiesToView() takes \Drupal\Core\Field\EntityReferenceFieldItemListInterface defined at core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php:42 | |
core/modules/file/src/Plugin/Field/FieldFormatter/TableFormatter.php:40 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getSize | |
core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php:26 PhanTypeMismatchArgument Argument 1 (items) is \ArrayAccess|\Countable|\Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Field\FieldItemListInterface|\Drupal\Core\TypedData\ListInterface|\Drupal\Core\TypedData\TraversableTypedDataInterface|\Drupal\Core\TypedData\TypedDataInterface|\Traversable but \Drupal\file\Plugin\Field\FieldFormatter\UrlPlainFormatter::getEntitiesToView() takes \Drupal\Core\Field\EntityReferenceFieldItemListInterface defined at core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php:42 | |
core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php:28 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFileUri | |
core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php:42 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getRevisionId | |
core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php:42 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->original | |
core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php:53 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->original | |
core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php:86 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isDefaultTranslation | |
core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php:37 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\ContainerFactoryPluginInterface->elementInfo | |
core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php:37 PhanUndeclaredProperty Reference to undeclared property \Drupal\file\Plugin\Field\FieldWidget\FileWidget->elementInfo | |
core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php:228 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\ContainerFactoryPluginInterface->elementInfo | |
core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php:343 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::getValue() | |
core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php:347 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Core\Render\Element::children() | |
core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php:370 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::setValue() | |
core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php:546 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::setValue() | |
core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php:553 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::getValue() | |
core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php:580 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::setValue() | |
core/modules/file/src/Plugin/migrate/process/d6/CckFile.php:43 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\ContainerFactoryPluginInterface->migration | |
core/modules/file/src/Plugin/migrate/process/d6/CckFile.php:43 PhanUndeclaredProperty Reference to undeclared property \Drupal\file\Plugin\migrate\process\d6\CckFile->migration | |
core/modules/file/src/Plugin/migrate/source/d6/File.php:60 PhanTypeMismatchArgument Argument 2 (default) is int but \Drupal\file\Plugin\migrate\source\d6\File::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php:30 PhanTypeMismatchArgument Argument 2 (default) is int but \Drupal\file\Plugin\migrate\source\d6\UploadInstance::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/file/src/Plugin/migrate/source/d7/File.php:72 PhanTypeMismatchArgument Argument 2 (default) is null but \Drupal\file\Plugin\migrate\source\d7\File::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/file/src/Plugin/migrate/source/d7/File.php:87 PhanTypeMismatchArgumentInternal Argument 2 (replace) is null but \str_replace() takes array|string | |
core/modules/file/src/Plugin/views/argument/Fid.php:66 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFilename | |
core/modules/file/src/Plugin/views/field/File.php:26 PhanTypeArraySuspicious Suspicious array access to ?array | |
core/modules/filter/filter.api.php:55 PhanUndeclaredFunction Call to undeclared function \mymodule_cache_rebuild() | |
core/modules/filter/filter.module:534 PhanTypeMismatchArgument Argument 1 (match) is string but \_filter_url_escape_comments() takes array defined at core/modules/filter/filter.module:645 | |
core/modules/filter/filter.module:580 PhanTypeMismatchArgument Argument 1 (match) is string but \_filter_url_escape_comments() takes array defined at core/modules/filter/filter.module:645 | |
core/modules/filter/filter.module:682 PhanTypeMismatchArgument Argument 1 (string) is null but \Drupal\Component\Utility\Unicode::truncate() takes string defined at core/lib/Drupal/Component/Utility/Unicode.php:522 | |
core/modules/filter/src/Annotation/Filter.php:55 PhanTypeMismatchProperty Assigning string to property but \Drupal\filter\Annotation\Filter::description is \Drupal\Core\Annotation\Translation | |
core/modules/filter/src/Element/ProcessedText.php:86 PhanUndeclaredProperty Reference to undeclared property \Drupal\filter\Plugin\FilterInterface->status | |
core/modules/filter/src/Element/ProcessedText.php:123 PhanAccessMethodInternal Cannot access internal method \Drupal\filter\Render\FilteredMarkup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/modules/filter/src/FilterFormatAccessControlHandler.php:25 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isFallbackFormat | |
core/modules/filter/src/FilterFormatAccessControlHandler.php:29 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPermissionName | |
core/modules/filter/src/FilterFormatAccessControlHandler.php:34 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isFallbackFormat | |
core/modules/filter/src/FilterFormatEditForm.php:17 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::status | |
core/modules/filter/src/FilterFormatEditForm.php:23 PhanTypeMismatchArgument Argument 1 (format) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \filter_get_roles_by_format() takes \Drupal\filter\FilterFormatInterface defined at core/modules/filter/filter.module:148 | |
core/modules/filter/src/FilterFormatFormBase.php:57 PhanTypeMismatchArgument Argument 1 (format) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \filter_get_roles_by_format() takes \Drupal\filter\FilterFormatInterface defined at core/modules/filter/filter.module:148 | |
core/modules/filter/src/FilterFormatFormBase.php:62 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::filters | |
core/modules/filter/src/FilterFormatFormBase.php:206 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/filter/src/FilterFormatFormBase.php:210 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setFilterConfig | |
core/modules/filter/src/FilterFormatFormBase.php:217 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPermissionName | |
core/modules/filter/src/FilterFormatListBuilder.php:93 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isFallbackFormat | |
core/modules/filter/src/FilterFormatListBuilder.php:110 PhanTypeMismatchArgument Argument 1 (format) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \filter_get_roles_by_format() takes \Drupal\filter\FilterFormatInterface defined at core/modules/filter/filter.module:148 | |
core/modules/filter/src/FilterFormatListBuilder.php:130 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isFallbackFormat | |
core/modules/filter/src/FilterPermissions.php:54 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPermissionName | |
core/modules/filter/src/FilterPluginCollection.php:93 PhanUndeclaredProperty Reference to undeclared property \Drupal\filter\Plugin\FilterInterface->status | |
core/modules/filter/src/FilterPluginCollection.php:94 PhanUndeclaredProperty Reference to undeclared property \Drupal\filter\Plugin\FilterInterface->status | |
core/modules/filter/src/FilterPluginCollection.php:96 PhanUndeclaredProperty Reference to undeclared property \Drupal\filter\Plugin\FilterInterface->weight | |
core/modules/filter/src/FilterPluginCollection.php:97 PhanUndeclaredProperty Reference to undeclared property \Drupal\filter\Plugin\FilterInterface->weight | |
core/modules/filter/src/FilterPluginCollection.php:99 PhanUndeclaredProperty Reference to undeclared property \Drupal\filter\Plugin\FilterInterface->provider | |
core/modules/filter/src/FilterPluginCollection.php:100 PhanUndeclaredProperty Reference to undeclared property \Drupal\filter\Plugin\FilterInterface->provider | |
core/modules/filter/src/FilterUninstallValidator.php:60 PhanUndeclaredProperty Reference to undeclared property \Drupal\filter\Plugin\FilterInterface->status | |
core/modules/filter/src/Form/FilterDisableForm.php:46 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::disable | |
core/modules/filter/src/Plugin/Filter/FilterCaption.php:43 PhanAccessMethodInternal Cannot access internal method \Drupal\filter\Render\FilteredMarkup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/modules/filter/src/Plugin/Filter/FilterCaption.php:62 PhanAccessMethodInternal Cannot access internal method \Drupal\filter\Render\FilteredMarkup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/modules/filter/src/Plugin/Filter/FilterHtml.php:79 PhanTypeMismatchProperty Assigning null to property but \Drupal\filter\Plugin\Filter\FilterHtml::restrictions is array | |
core/modules/filter/src/Plugin/migrate/process/d6/FilterFormatPermission.php:35 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\ContainerFactoryPluginInterface->migration | |
core/modules/filter/src/Plugin/migrate/process/d6/FilterFormatPermission.php:35 PhanUndeclaredProperty Reference to undeclared property \Drupal\filter\Plugin\migrate\process\d6\FilterFormatPermission->migration | |
core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php:63 PhanTypeMismatchArgument Argument 2 (default) is null but \Drupal\filter\Plugin\migrate\source\d6\FilterFormat::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php:66 PhanTypeMismatchArgument Argument 2 (default) is null but \Drupal\filter\Plugin\migrate\source\d6\FilterFormat::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php:69 PhanTypeMismatchArgument Argument 2 (default) is null but \Drupal\filter\Plugin\migrate\source\d6\FilterFormat::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php:73 PhanTypeMismatchArgument Argument 2 (default) is null but \Drupal\filter\Plugin\migrate\source\d6\FilterFormat::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/filter/src/Render/FilteredMarkup.php:22 PhanAccessClassInternal Cannot access internal Interface \Drupal\Component\Render\MarkupInterface defined at core/lib/Drupal/Component/Render/MarkupInterface.php:32 | |
core/modules/forum/forum.module:153 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->icon | |
core/modules/forum/forum.module:154 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->taxonomy_forums | |
core/modules/forum/forum.module:155 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->forum_tid | |
core/modules/forum/forum.module:155 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->taxonomy_forums | |
core/modules/forum/forum.module:159 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->forum_tid | |
core/modules/forum/forum.module:159 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->shadow | |
core/modules/forum/forum.module:161 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->taxonomy_forums | |
core/modules/forum/forum.module:177 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getRevisionId | |
core/modules/forum/forum.module:177 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->original | |
core/modules/forum/forum.module:178 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->forum_tid | |
core/modules/forum/forum.module:187 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->forum_tid | |
core/modules/forum/forum.module:193 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->shadow | |
core/modules/forum/forum.module:199 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isPublished | |
core/modules/forum/forum.module:217 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->forum_tid | |
core/modules/forum/forum.module:222 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isPublished | |
core/modules/forum/forum.module:290 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/forum/forum.module:322 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/forum/forum.module:474 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getNewCommentPageNumber | |
core/modules/forum/src/Controller/ForumController.php:156 PhanUndeclaredProperty Reference to undeclared property \Drupal\taxonomy\TermInterface->forums | |
core/modules/forum/src/Controller/ForumController.php:157 PhanUndeclaredProperty Reference to undeclared property \Drupal\taxonomy\TermInterface->parents | |
core/modules/forum/src/Controller/ForumController.php:159 PhanUndeclaredProperty Reference to undeclared property \Drupal\taxonomy\TermInterface->forum_container | |
core/modules/forum/src/Controller/ForumController.php:168 PhanUndeclaredProperty Reference to undeclared property \Drupal\taxonomy\TermInterface->forums | |
core/modules/forum/src/Controller/ForumController.php:168 PhanUndeclaredProperty Reference to undeclared property \Drupal\taxonomy\TermInterface->parents | |
core/modules/forum/src/Controller/ForumController.php:180 PhanUndeclaredProperty Reference to undeclared property \Drupal\taxonomy\TermInterface->forums | |
core/modules/forum/src/Controller/ForumController.php:181 PhanUndeclaredProperty Reference to undeclared property \Drupal\taxonomy\TermInterface->forums | |
core/modules/forum/src/Controller/ForumController.php:222 PhanUndeclaredProperty Reference to undeclared property \Drupal\taxonomy\TermInterface->forum_container | |
core/modules/forum/src/Form/ContainerForm.php:41 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->forum_container | |
core/modules/forum/src/Form/ContainerForm.php:41 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\RevisionLogInterface->forum_container | |
core/modules/forum/src/Form/ForumForm.php:64 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->parent | |
core/modules/forum/src/Form/ForumForm.php:64 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\RevisionLogInterface->parent | |
core/modules/forum/src/Form/ForumForm.php:80 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getName | |
core/modules/forum/src/Form/ForumForm.php:84 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getName | |
core/modules/forum/src/Form/ForumForm.php:89 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getName | |
core/modules/forum/src/Form/ForumForm.php:90 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getName | |
core/modules/forum/src/Form/ForumForm.php:127 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadParents | |
core/modules/forum/src/Form/ForumForm.php:137 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadTree | |
core/modules/forum/src/Form/ForumForm.php:145 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadTree | |
core/modules/forum/src/Form/Overview.php:48 PhanParamSignatureRealMismatch Declaration of function buildForm(array $form, \Drupal\Core\Form\FormStateInterface $form_state) should be compatible with function buildForm(array $form, \Drupal\Core\Form\FormStateInterface $form_state, ?\Drupal\taxonomy\VocabularyInterface $taxonomy_vocabulary = null) defined in core/modules/taxonomy/src/Form/OverviewTerms.php:85 | |
core/modules/forum/src/Form/Overview.php:57 PhanTypeMismatchArgument Argument 3 (taxonomy_vocabulary) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\taxonomy\Form\OverviewTerms::buildForm() takes ?\Drupal\taxonomy\VocabularyInterface defined at core/modules/taxonomy/src/Form/OverviewTerms.php:85 | |
core/modules/forum/src/ForumIndexStorage.php:43 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->forum_tid | |
core/modules/forum/src/ForumIndexStorage.php:54 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/forum/src/ForumIndexStorage.php:64 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/forum/src/ForumIndexStorage.php:73 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/forum/src/ForumIndexStorage.php:83 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/forum/src/ForumIndexStorage.php:84 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->forum_tid | |
core/modules/forum/src/ForumIndexStorage.php:105 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/forum/src/ForumIndexStorage.php:116 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/forum/src/ForumIndexStorage.php:158 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/forum/src/ForumManager.php:154 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::fields | |
core/modules/forum/src/ForumManager.php:155 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::condition | |
core/modules/forum/src/ForumManager.php:167 PhanTypeMismatchArgument Argument 2 (object) is string but \Drupal\Core\Database\Query\SelectInterface::addMetaData() takes \Drupal\Core\Entity\EntityReferenceSelection\SelectionInterface|\Drupal\Core\Entity\EntityReferenceSelection\SelectionWithAutocreateInterface|\Drupal\Core\Entity\Plugin\EntityReferenceSelection\DefaultSelection|\Drupal\Core\Plugin\ContainerFactoryPluginInterface|\Drupal\Core\Plugin\PluginBase defined at core/lib/Drupal/Core/Database/Query/AlterableInterface.php:78 | |
core/modules/forum/src/ForumManager.php:169 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::setCountQuery | |
core/modules/forum/src/ForumManager.php:170 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::execute | |
core/modules/forum/src/ForumManager.php:180 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::fields | |
core/modules/forum/src/ForumManager.php:182 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::join | |
core/modules/forum/src/ForumManager.php:183 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::fields | |
core/modules/forum/src/ForumManager.php:190 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::join | |
core/modules/forum/src/ForumManager.php:191 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::addField | |
core/modules/forum/src/ForumManager.php:193 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::join | |
core/modules/forum/src/ForumManager.php:194 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::addField | |
core/modules/forum/src/ForumManager.php:196 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::join | |
core/modules/forum/src/ForumManager.php:198 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::addExpression | |
core/modules/forum/src/ForumManager.php:200 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::orderBy | |
core/modules/forum/src/ForumManager.php:209 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::execute | |
core/modules/forum/src/ForumManager.php:211 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->comment_forum | |
core/modules/forum/src/ForumManager.php:211 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->comment_mode | |
core/modules/forum/src/ForumManager.php:229 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->forum_tid | |
core/modules/forum/src/ForumManager.php:230 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->new | |
core/modules/forum/src/ForumManager.php:234 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->new_replies | |
core/modules/forum/src/ForumManager.php:235 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->last_comment_timestamp | |
core/modules/forum/src/ForumManager.php:235 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->new | |
core/modules/forum/src/ForumManager.php:235 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->new_replies | |
core/modules/forum/src/ForumManager.php:240 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->new_replies | |
core/modules/forum/src/ForumManager.php:241 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->new | |
core/modules/forum/src/ForumManager.php:245 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->first_new | |
core/modules/forum/src/ForumManager.php:246 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->new | |
core/modules/forum/src/ForumManager.php:247 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->first_new | |
core/modules/forum/src/ForumManager.php:251 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->comment_count | |
core/modules/forum/src/ForumManager.php:253 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->last_comment_timestamp | |
core/modules/forum/src/ForumManager.php:254 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->last_comment_name | |
core/modules/forum/src/ForumManager.php:255 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->last_comment_uid | |
core/modules/forum/src/ForumManager.php:256 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->last_reply | |
core/modules/forum/src/ForumManager.php:311 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/forum/src/ForumManager.php:313 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/forum/src/ForumManager.php:342 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::orderBy | |
core/modules/forum/src/ForumManager.php:344 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/forum/src/ForumManager.php:380 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::groupBy | |
core/modules/forum/src/ForumManager.php:382 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/forum/src/ForumManager.php:383 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/forum/src/ForumManager.php:403 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadTree | |
core/modules/forum/src/ForumManager.php:442 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->forums | |
core/modules/forum/src/ForumManager.php:452 PhanTypeMismatchProperty Assigning null to property but \Drupal\forum\ForumManager::index is \Drupal\Core\Entity\EntityInterface|\Drupal\taxonomy\TermInterface | |
core/modules/forum/src/ForumManager.php:461 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadAllParents | |
core/modules/forum/src/ForumManager.php:481 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::addTag | |
core/modules/forum/src/ForumManager.php:482 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/forum/src/ForumManager.php:485 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/forum/src/ForumManager.php:486 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/forum/src/ForumManager.php:497 PhanUndeclaredMethod Call to undeclared method \Drupal\forum\ForumManager::defaultSleep | |
core/modules/forum/src/ForumManager.php:507 PhanUndeclaredMethod Call to undeclared method \Drupal\forum\ForumManager::defaultWakeup | |
core/modules/forum/src/ForumManager.php:513 PhanTypeMismatchProperty Assigning null to property but \Drupal\forum\ForumManager::index is \Drupal\Core\Entity\EntityInterface|\Drupal\taxonomy\TermInterface | |
core/modules/forum/src/ForumUninstallValidator.php:89 PhanTypeMismatchArgument Argument 1 (start) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/forum/src/ForumUninstallValidator.php:89 PhanTypeMismatchArgument Argument 2 (length) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/forum/src/ForumUninstallValidator.php:107 PhanTypeMismatchArgument Argument 1 (start) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/forum/src/ForumUninstallValidator.php:107 PhanTypeMismatchArgument Argument 2 (length) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/hal/src/Encoder/JsonEncoder.php:19 PhanTypeMismatchProperty Assigning string[] to property but \Drupal\hal\Encoder\JsonEncoder::format is string | |
core/modules/hal/src/LinkManager/TypeLinkManager.php:132 PhanUndeclaredClassConstant Reference to constant class from undeclared class \Drupal\hal\LinkManager\ConfigEntityInterface | |
core/modules/hal/src/Normalizer/ContentEntityNormalizer.php:91 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\Serializer\SerializerInterface::normalize | |
core/modules/hal/src/Normalizer/ContentEntityNormalizer.php:172 PhanTypeMismatchArgument Argument 2 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\hal\Normalizer\ContentEntityNormalizer::denormalizeFieldData() takes \Drupal\Core\Entity\FieldableEntityInterface defined at core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php:121 | |
core/modules/hal/src/Normalizer/ContentEntityNormalizer.php:176 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->_restSubmittedFields | |
core/modules/hal/src/Normalizer/EntityReferenceItemNormalizer.php:70 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\Serializer\SerializerInterface::normalize | |
core/modules/hal/src/Normalizer/FieldItemNormalizer.php:29 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\Serializer\SerializerInterface::normalize | |
core/modules/hal/src/Normalizer/FieldItemNormalizer.php:109 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\TypedData\TraversableTypedDataInterface|null | |
core/modules/hal/src/Normalizer/FieldItemNormalizer.php:113 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\FieldableEntityInterface::addTranslation | |
core/modules/hal/src/Normalizer/FieldItemNormalizer.php:113 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\FieldableEntityInterface::getTranslation | |
core/modules/hal/src/Normalizer/FieldItemNormalizer.php:113 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\FieldableEntityInterface::hasTranslation | |
core/modules/hal/src/Normalizer/FieldNormalizer.php:71 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\Serializer\SerializerInterface::normalize | |
core/modules/hal/src/Normalizer/FileEntityNormalizer.php:62 PhanUndeclaredMethod Call to undeclared method \GuzzleHttp\ClientInterface::get | |
core/modules/history/history.module:127 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/history/history.module:128 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\Delete::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/history/history.module:154 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/history/history.module:165 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/history/history.module:176 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/history/src/Controller/HistoryController.php:35 PhanTypeMismatchReturn Returning type \Symfony\Component\HttpFoundation\JsonResponse but getNodeReadTimestamps() is declared to return \Drupal\history\Controller\Symfony\Component\HttpFoundation\JsonResponse | |
core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php:78 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::ensureTable | |
core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php:82 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::ensureTable | |
core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php:90 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhereExpression | |
core/modules/image/image.module:340 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getType | |
core/modules/image/image.module:341 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getSetting | |
core/modules/image/image.module:347 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isSyncing | |
core/modules/image/image.module:353 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->original | |
core/modules/image/image.module:357 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFileUri | |
core/modules/image/image.module:368 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setSetting | |
core/modules/image/image.module:380 PhanUndeclaredProperty Reference to undeclared property \Drupal\field\FieldStorageConfigInterface->original | |
core/modules/image/image.module:392 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->status | |
core/modules/image/image.module:404 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFileUri | |
core/modules/image/image.module:407 PhanTypeMismatchArgument Argument 1 (source) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface|bool but \file_move() takes \Drupal\file\FileInterface defined at core/modules/file/file.module:216 | |
core/modules/image/image.module:407 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->filename | |
core/modules/image/image.module:421 PhanUndeclaredProperty Reference to undeclared property \Drupal\field\FieldConfigInterface->original | |
core/modules/image/image.module:431 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->status | |
core/modules/image/image.module:442 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFileUri | |
core/modules/image/image.module:445 PhanTypeMismatchArgument Argument 1 (source) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface|bool but \file_move() takes \Drupal\file\FileInterface defined at core/modules/file/file.module:216 | |
core/modules/image/image.module:445 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->filename | |
core/modules/image/image.views.inc:46 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getTableMapping | |
core/modules/image/src/Annotation/ImageEffect.php:53 PhanTypeMismatchProperty Assigning string to property but \Drupal\image\Annotation\ImageEffect::description is \Drupal\Core\Annotation\Translation | |
core/modules/image/src/Controller/QuickEditImageController.php:203 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslation | |
core/modules/image/src/Controller/QuickEditImageController.php:214 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslation | |
core/modules/image/src/Entity/ImageStyle.php:99 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityWithPluginCollectionInterface->original | |
core/modules/image/src/Entity/ImageStyle.php:101 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityWithPluginCollectionInterface->original | |
core/modules/image/src/Entity/ImageStyle.php:126 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::clearReplacementId | |
core/modules/image/src/Entity/ImageStyle.php:206 PhanTypeMismatchArgument Argument 1 (uri) is \ArrayAccess[]|\Drupal\Component\Render\MarkupInterface[]|\Drupal\Core\Template\Attribute[]|\Drupal\Core\Template\Attribute[][]|\JsonSerializable[]|\Traversable[]|\iteratoraggregate[]|bool|string[] but \file_stream_wrapper_uri_normalize() takes string defined at core/includes/file.inc:143 | |
core/modules/image/src/Entity/ImageStyle.php:227 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\StreamWrapper\StreamWrapperInterface::getDirectoryPath | |
core/modules/image/src/Entity/ImageStyle.php:383 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getReplacementId | |
core/modules/image/src/Form/ImageStyleDeleteForm.php:65 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::setReplacementId | |
core/modules/image/src/Form/ImageStyleFlushForm.php:45 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::flush | |
core/modules/image/src/PathProcessor/PathProcessorImageStyles.php:47 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\StreamWrapper\StreamWrapperInterface::getDirectoryPath | |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php:72 PhanTypeMismatchProperty Assigning \Drupal\Core\Entity\EntityStorageInterface to property but \Drupal\image\Plugin\Field\FieldFormatter\ImageFormatter::imageStyleStorage is \Drupal\image\ImageStyleStorageInterface | |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php:173 PhanTypeMismatchArgument Argument 1 (items) is \ArrayAccess|\Countable|\Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Field\FieldItemListInterface|\Drupal\Core\TypedData\ListInterface|\Drupal\Core\TypedData\TraversableTypedDataInterface|\Drupal\Core\TypedData\TypedDataInterface|\Traversable but \Drupal\image\Plugin\Field\FieldFormatter\ImageFormatter::getEntitiesToView() takes \Drupal\Core\Field\EntityReferenceFieldItemListInterface defined at core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatterBase.php:17 | |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php:198 PhanUndeclaredMethod Call to undeclared method \Drupal\image\ImageStyleStorageInterface::load | |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatterBase.php:41 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->_referringItem | |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php:57 PhanTypeMismatchArgument Argument 1 (items) is \ArrayAccess|\Countable|\Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Field\FieldItemListInterface|\Drupal\Core\TypedData\ListInterface|\Drupal\Core\TypedData\TraversableTypedDataInterface|\Drupal\Core\TypedData\TypedDataInterface|\Traversable but \Drupal\image\Plugin\Field\FieldFormatter\ImageUrlFormatter::getEntitiesToView() takes \Drupal\Core\Field\EntityReferenceFieldItemListInterface defined at core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatterBase.php:17 | |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php:63 PhanUndeclaredMethod Call to undeclared method \Drupal\image\ImageStyleStorageInterface::load | |
core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php:165 PhanTypeMismatchArgumentInternal Argument 1 (array_arg) is string but \reset() takes array | |
core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php:263 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::getValue() | |
core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php:302 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getReplacementId | |
core/modules/image/src/Plugin/migrate/destination/EntityImageStyle.php:40 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::addImageEffect | |
core/modules/image/src/Plugin/migrate/process/d6/ImageCacheActions.php:29 PhanUndeclaredProperty Reference to undeclared property \Drupal\migrate\MigrateExecutableInterface->message | |
core/modules/image/src/Routing/ImageStyleRoutes.php:53 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\StreamWrapper\StreamWrapperInterface::getDirectoryPath | |
core/modules/language/language.module:83 PhanUndeclaredVariable Variable $block is undeclared | |
core/modules/language/src/Config/LanguageConfigFactoryOverride.php:176 PhanTypeMismatchArgument Argument 2 (override_service) is \Drupal\Core\Config\ConfigFactoryOverrideBase|\Drupal\language\Config\LanguageConfigCollectionNameTrait|\Drupal\language\Config\LanguageConfigFactoryOverride|\Drupal\language\Config\LanguageConfigFactoryOverrideInterface|\Symfony\Component\EventDispatcher\EventSubscriberInterface but \Drupal\Core\Config\ConfigCollectionInfo::addCollection() takes ?\Drupal\Core\Config\ConfigFactoryOverrideInterface defined at core/lib/Drupal/Core/Config/ConfigCollectionInfo.php:35 | |
core/modules/language/src/ConfigurableLanguageManager.php:413 PhanUndeclaredMethod Call to undeclared method \Drupal\language\LanguageNegotiationMethodInterface::getLanguageSwitchLinks | |
core/modules/language/src/EventSubscriber/LanguageRequestSubscriber.php:82 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\StringTranslation\Translator\TranslatorInterface::setDefaultLangcode | |
core/modules/language/src/Form/LanguageAddForm.php:155 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/language/src/Form/LanguageAddForm.php:156 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/language/src/Form/LanguageAddForm.php:157 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/language/src/Form/LanguageAddForm.php:162 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setWeight | |
core/modules/language/src/Form/LanguageFormBase.php:49 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getId | |
core/modules/language/src/Form/LanguageFormBase.php:83 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getDirection | |
core/modules/language/src/Form/NegotiationConfigureForm.php:202 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Block\BlockManagerInterface::clearCachedDefinitions | |
core/modules/language/src/Form/NegotiationConfigureForm.php:330 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPluginId | |
core/modules/language/src/HttpKernel/PathProcessorLanguage.php:96 PhanUndeclaredMethod Call to undeclared method \Drupal\language\LanguageNegotiationMethodInterface::processInbound | |
core/modules/language/src/HttpKernel/PathProcessorLanguage.php:116 PhanUndeclaredMethod Call to undeclared method \Drupal\language\LanguageNegotiationMethodInterface::processOutbound | |
core/modules/language/src/LanguageAccessControlHandler.php:27 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isLocked | |
core/modules/language/src/LanguageAccessControlHandler.php:32 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isLocked | |
core/modules/language/src/LanguageAccessControlHandler.php:33 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isDefault | |
core/modules/language/src/LanguageListBuilder.php:154 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Language\LanguageManagerInterface::updateLockedLanguageWeights | |
core/modules/language/src/LanguageNegotiationMethodBase.php:39 PhanTypeMismatchProperty Assigning \Drupal\language\ConfigurableLanguageManagerInterface to property but \Drupal\language\LanguageNegotiationMethodBase::languageManager is \Drupal\Core\Language\LanguageManagerInterface | |
core/modules/language/src/LanguageNegotiationMethodManager.php:28 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\DefaultPluginManager->cacheKeyPrefix | |
core/modules/language/src/LanguageNegotiationMethodManager.php:28 PhanUndeclaredProperty Reference to undeclared property \Drupal\language\LanguageNegotiationMethodManager->cacheKeyPrefix | |
core/modules/language/src/LanguageNegotiator.php:282 PhanUndeclaredMethod Call to undeclared method \Drupal\Component\Plugin\PluginManagerInterface::clearCachedDefinitions | |
core/modules/language/src/LanguageNegotiator.php:297 PhanUndeclaredMethod Call to undeclared method \Drupal\Component\Plugin\PluginManagerInterface::clearCachedDefinitions | |
core/modules/language/src/Plugin/migrate/source/Language.php:68 PhanTypeMismatchArgument Argument 2 (default) is int but \Drupal\language\Plugin\migrate\source\Language::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettings.php:44 PhanTypeMismatchArgument Argument 2 (default) is null but \Drupal\language\Plugin\migrate\source\d6\LanguageContentSettings::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettings.php:45 PhanTypeMismatchArgument Argument 2 (default) is int but \Drupal\language\Plugin\migrate\source\d6\LanguageContentSettings::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/language/src/Plugin/migrate/source/d7/LanguageContentSettings.php:44 PhanTypeMismatchArgument Argument 2 (default) is null but \Drupal\language\Plugin\migrate\source\d7\LanguageContentSettings::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/language/src/Plugin/migrate/source/d7/LanguageContentSettings.php:45 PhanTypeMismatchArgument Argument 2 (default) is null but \Drupal\language\Plugin\migrate\source\d7\LanguageContentSettings::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/link/src/Plugin/migrate/process/d6/FieldLink.php:24 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\ContainerFactoryPluginInterface->migration | |
core/modules/link/src/Plugin/migrate/process/d6/FieldLink.php:24 PhanUndeclaredProperty Reference to undeclared property \Drupal\link\Plugin\migrate\process\d6\FieldLink->migration | |
core/modules/locale/locale.batch.inc:198 PhanTypeMismatchArgument Argument 1 (project) is object but \locale_translation_status_save() takes string defined at core/modules/locale/locale.module:919 | |
core/modules/locale/locale.batch.inc:302 PhanTypeMismatchReturn Returning type bool but locale_translation_download_source() is declared to return object | |
core/modules/locale/locale.bulk.inc:58 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/locale/locale.compare.inc:184 PhanTypeMismatchDefault Default value for string $langcodes can't be array | |
core/modules/locale/locale.compare.inc:210 PhanTypeMismatchDefault Default value for string $langcodes can't be array | |
core/modules/locale/locale.translation.inc:183 PhanTypeMismatchReturn Returning type bool but locale_translation_source_check_file() is declared to return object | |
core/modules/locale/locale.translation.inc:335 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::fields | |
core/modules/locale/locale.translation.inc:337 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/locale/locale.translation.inc:345 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/locale/src/Form/TranslateEditForm.php:178 PhanUndeclaredProperty Reference to undeclared property \Drupal\locale\StringInterface->lid | |
core/modules/locale/src/Form/TranslateEditForm.php:195 PhanUndeclaredProperty Reference to undeclared property \Drupal\locale\StringInterface->translation | |
core/modules/locale/src/LocaleConfigManager.php:180 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\TypedData\DataDefinitionInterface | |
core/modules/locale/src/LocaleConfigManager.php:182 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\TypedData\DataDefinitionInterface | |
core/modules/locale/src/LocaleConfigManager.php:183 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\TypedData\DataDefinitionInterface | |
core/modules/locale/src/LocaleConfigManager.php:328 PhanUndeclaredProperty Reference to undeclared property \Drupal\locale\StringInterface->name | |
core/modules/locale/src/LocaleConfigManager.php:375 PhanUndeclaredProperty Reference to undeclared property \Drupal\locale\StringInterface->context | |
core/modules/locale/src/LocaleConfigManager.php:375 PhanUndeclaredProperty Reference to undeclared property \Drupal\locale\StringInterface->source | |
core/modules/locale/src/LocaleDefaultConfigStorage.php:64 PhanTypeMismatchProperty Assigning \Drupal\Core\Config\ExtensionInstallStorage to property but \Drupal\locale\LocaleDefaultConfigStorage::requiredInstallStorage is \Drupal\Core\Config\StorageInterface | |
core/modules/locale/src/LocaleDefaultConfigStorage.php:65 PhanTypeMismatchProperty Assigning \Drupal\Core\Config\ExtensionInstallStorage to property but \Drupal\locale\LocaleDefaultConfigStorage::optionalInstallStorage is \Drupal\Core\Config\StorageInterface | |
core/modules/locale/src/LocaleDefaultConfigStorage.php:130 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Config\StorageInterface::getComponentNames | |
core/modules/locale/src/LocaleDefaultConfigStorage.php:131 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Config\StorageInterface::getComponentNames | |
core/modules/locale/src/LocaleEvent.php:36 PhanUndeclaredProperty Reference to undeclared property \Drupal\locale\LocaleEvent->lids | |
core/modules/locale/src/LocaleEvent.php:36 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\EventDispatcher\Event->lids | |
core/modules/locale/src/LocaleEvent.php:54 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\EventDispatcher\Event->lids | |
core/modules/locale/src/PoDatabaseReader.php:156 PhanTypeMismatchArgumentInternal Argument 1 (stack) is resource but \array_shift() takes array | |
core/modules/locale/src/PoDatabaseWriter.php:181 PhanParamSpecial1 Argument 2 (pieces) is string but \implode() takes array when argument 1 is string | |
core/modules/locale/src/PoDatabaseWriter.php:182 PhanParamSpecial1 Argument 2 (pieces) is string but \implode() takes array when argument 1 is string | |
core/modules/locale/src/StringBase.php:154 PhanTypeMismatchProperty Assigning array to property but \Drupal\locale\StringBase::locations is string | |
core/modules/locale/src/StringBase.php:156 PhanUndeclaredProperty Reference to undeclared property \Drupal\locale\StringInterface->lid | |
core/modules/locale/src/StringBase.php:156 PhanUndeclaredProperty Reference to undeclared property \Drupal\locale\StringInterface->name | |
core/modules/locale/src/StringBase.php:156 PhanUndeclaredProperty Reference to undeclared property \Drupal\locale\StringInterface->type | |
core/modules/locale/src/StringBase.php:166 PhanTypeMismatchProperty Assigning bool[][] to property but \Drupal\locale\StringBase::locations is string | |
core/modules/locale/src/StringDatabaseStorage.php:178 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::fields | |
core/modules/locale/src/StringDatabaseStorage.php:179 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\Update::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/locale/src/StringDatabaseStorage.php:446 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::limit | |
core/modules/menu_link_content/menu_link_content.module:61 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPluginDefinition | |
core/modules/menu_link_content/menu_link_content.module:61 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPluginId | |
core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php:18 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getMenuName | |
core/modules/menu_link_content/src/Form/MenuLinkContentForm.php:114 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->parent | |
core/modules/menu_link_content/src/Form/MenuLinkContentForm.php:115 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->menu_name | |
core/modules/menu_link_content/src/Form/MenuLinkContentForm.php:116 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->enabled | |
core/modules/menu_link_content/src/Form/MenuLinkContentForm.php:117 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->expanded | |
core/modules/menu_link_content/src/MenuLinkContentAccessControlHandler.php:67 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getUrlObject | |
core/modules/menu_link_content/src/MenuLinkContentAccessControlHandler.php:67 PhanUndeclaredVariable Variable $url_object is undeclared | |
core/modules/menu_link_content/src/Plugin/Deriver/MenuLinkContentDeriver.php:68 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPluginDefinition | |
core/modules/menu_ui/menu_ui.module:199 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->type | |
core/modules/menu_ui/menu_ui.module:211 PhanTypeMismatchArgument Argument 1 (start) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/menu_ui/menu_ui.module:211 PhanTypeMismatchArgument Argument 2 (length) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/menu_ui/menu_ui.module:222 PhanTypeMismatchArgument Argument 1 (start) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/menu_ui/menu_ui.module:222 PhanTypeMismatchArgument Argument 2 (length) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/menu_ui/menu_ui.module:272 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/menu_ui/menu_ui.module:368 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/menu_ui/menu_ui.module:403 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/menu_ui/src/Form/MenuDeleteForm.php:78 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isLocked | |
core/modules/menu_ui/src/Form/MenuDeleteForm.php:88 PhanTypeMismatchArgument Argument 3 (menu_name) is bool but \Drupal\Core\Menu\MenuLinkManagerInterface::loadLinksByRoute() takes string defined at core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php:75 | |
core/modules/menu_ui/src/MenuForm.php:109 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isLocked | |
core/modules/menu_ui/src/MenuForm.php:115 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getDescription | |
core/modules/menu_ui/src/MenuForm.php:126 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isLocked | |
core/modules/menu_ui/src/MenuForm.php:151 PhanTypeMismatchArgument Argument 1 (start) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/menu_ui/src/MenuForm.php:151 PhanTypeMismatchArgument Argument 2 (length) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/menu_ui/src/MenuForm.php:184 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isLocked | |
core/modules/menu_ui/src/MenuForm.php:352 PhanUndeclaredVariable Variable $url is undeclared | |
core/modules/menu_ui/src/MenuForm.php:443 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::getValue() | |
core/modules/menu_ui/src/MenuListBuilder.php:36 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getDescription | |
core/modules/migrate/migrate.api.php:106 PhanUndeclaredMethod Call to undeclared method \Drupal\migrate\Plugin\MigrateSourceInterface::getDatabase | |
core/modules/migrate/src/MigrateExecutable.php:164 PhanUndeclaredMethod Call to undeclared method \Drupal\migrate\Plugin\MigrationInterface::checkRequirements | |
core/modules/migrate/src/MigrateExecutable.php:405 PhanUndeclaredMethod Call to undeclared method \Drupal\migrate\Plugin\MigrateSourceInterface::getCurrentIds | |
core/modules/migrate/src/Plugin/Discovery/AnnotatedClassDiscoveryAutomatedProviders.php:60 PhanUndeclaredMethod Call to undeclared method \Drupal\Component\Annotation\AnnotationInterface::getProviders | |
core/modules/migrate/src/Plugin/Discovery/AnnotatedClassDiscoveryAutomatedProviders.php:69 PhanUndeclaredMethod Call to undeclared method \Drupal\Component\Annotation\AnnotationInterface::setProviders | |
core/modules/migrate/src/Plugin/Discovery/AnnotatedClassDiscoveryAutomatedProviders.php:102 PhanUndeclaredMethod Call to undeclared method \RecursiveIterator::getSubPath | |
core/modules/migrate/src/Plugin/MigrateSourcePluginManager.php:46 PhanAccessMethodInternal Cannot access internal method \Drupal\migrate\Plugin\Discovery\AnnotatedClassDiscoveryAutomatedProviders::__construct defined at core/modules/migrate/src/Plugin/Discovery/AnnotatedClassDiscoveryAutomatedProviders.php:46 | |
core/modules/migrate/src/Plugin/MigrateSourcePluginManager.php:68 PhanAccessMethodInternal Cannot access internal method \Drupal\migrate\Plugin\Discovery\ProviderFilterDecorator::filterDefinitions defined at core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php:62 | |
core/modules/migrate/src/Plugin/Migration.php:99 PhanTypeMismatchProperty Assigning array to property but \Drupal\migrate\Plugin\Migration::idMap is string | |
core/modules/migrate/src/Plugin/Migration.php:427 PhanUndeclaredMethod Call to undeclared method \Drupal\migrate\Plugin\MigrateSourceInterface::checkRequirements | |
core/modules/migrate/src/Plugin/Migration.php:430 PhanUndeclaredMethod Call to undeclared method \Drupal\migrate\Plugin\MigrateDestinationInterface::checkRequirements | |
core/modules/migrate/src/Plugin/Migration.php:438 PhanUndeclaredMethod Call to undeclared method \Drupal\migrate\Plugin\MigratePluginManager::createInstances | |
core/modules/migrate/src/Plugin/MigrationPluginManager.php:79 PhanAccessMethodInternal Cannot access internal method \Drupal\migrate\Plugin\Discovery\ProviderFilterDecorator::__construct defined at core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php:43 | |
core/modules/migrate/src/Plugin/MigrationPluginManager.php:256 PhanAccessMethodInternal Cannot access internal method \Drupal\migrate\Plugin\Discovery\ProviderFilterDecorator::filterDefinitions defined at core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php:62 | |
core/modules/migrate/src/Plugin/migrate/destination/Config.php:88 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Language\LanguageManagerInterface::getLanguageConfigOverride | |
core/modules/migrate/src/Plugin/migrate/destination/Config.php:147 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Language\LanguageManagerInterface::getLanguageConfigOverride | |
core/modules/migrate/src/Plugin/migrate/destination/Entity.php:128 PhanUndeclaredMethod Call to undeclared method \Drupal\migrate\Plugin\migrate\destination\Entity::updateEntity | |
core/modules/migrate/src/Plugin/migrate/destination/Entity.php:138 PhanUndeclaredMethod Call to undeclared method \Drupal\migrate\Plugin\migrate\destination\Entity::processStubRow | |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php:120 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php:171 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Language\LanguageManagerInterface::getLanguageConfigOverride | |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php:195 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php:202 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php:244 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Language\LanguageManagerInterface::getLanguageConfigOverride | |
core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php:90 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\migrate\Plugin\migrate\destination\EntityContentBase::save() takes \Drupal\Core\Entity\ContentEntityInterface defined at core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php:108 | |
core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php:160 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasTranslation | |
core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php:161 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::addTranslation | |
core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php:166 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslation | |
core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php:252 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\TranslatableInterface::save | |
core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php:43 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setNewRevision | |
core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php:56 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setNewRevision | |
core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php:59 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isDefaultRevision | |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php:512 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::range | |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php:514 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php:638 PhanTypeMismatchArgument Argument 1 (field) is string[] but \Drupal\Core\Database\Query\Merge::key() takes string defined at core/lib/Drupal/Core/Database/Query/Merge.php:329 | |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php:704 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::countQuery | |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php:729 PhanTypeMismatchArgument Argument 1 (status) is null but \Drupal\migrate\Plugin\migrate\id_map\Sql::countHelper() takes int defined at core/modules/migrate/src/Plugin/migrate/id_map/Sql.php:743 | |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php:746 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/migrate/src/Plugin/migrate/process/FileCopy.php:174 PhanUndeclaredConstant Reference to undeclared constant \FILE_EXISTS_REPLACE | |
core/modules/migrate/src/Plugin/migrate/process/MenuLinkParent.php:82 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPluginId | |
core/modules/migrate/src/Plugin/migrate/process/Route.php:72 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\ContainerFactoryPluginInterface->migration | |
core/modules/migrate/src/Plugin/migrate/process/Route.php:72 PhanUndeclaredProperty Reference to undeclared property \Drupal\migrate\Plugin\migrate\process\Route->migration | |
core/modules/migrate/src/Plugin/migrate/source/DummyQueryTrait.php:21 PhanUndeclaredMethod Call to undeclared method \Drupal\migrate\Plugin\migrate\source\DummyQueryTrait::select | |
core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php:80 PhanParamSignatureRealMismatch Declaration of function count() should be compatible with function count($refresh = null) defined in core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php:402 | |
core/modules/migrate/src/Plugin/migrate/source/EmptySource.php:50 PhanParamSignatureRealMismatch Declaration of function count() should be compatible with function count($refresh = null) defined in core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php:402 | |
core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php:221 PhanTypeMismatchProperty Assigning null to property but \Drupal\migrate\Plugin\migrate\source\SourcePluginBase::currentRow is \Drupal\migrate\Row | |
core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php:222 PhanTypeMismatchProperty Assigning null to property but \Drupal\migrate\Plugin\migrate\source\SourcePluginBase::currentSourceIds is array | |
core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php:244 PhanTypeMismatchProperty Assigning array to property but \Drupal\migrate\Plugin\migrate\source\SourcePluginBase::iterator is \Iterator | |
core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php:305 PhanTypeMismatchProperty Assigning null to property but \Drupal\migrate\Plugin\migrate\source\SourcePluginBase::currentSourceIds is array | |
core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php:306 PhanTypeMismatchProperty Assigning null to property but \Drupal\migrate\Plugin\migrate\source\SourcePluginBase::currentRow is \Drupal\migrate\Row | |
core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php:314 PhanTypeMismatchArgument Argument 3 (is_stub) is array but \Drupal\migrate\Row::__construct() takes bool defined at core/modules/migrate/src/Row.php:94 | |
core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php:419 PhanTypeMismatchArgument Argument 2 (allow_invalid) is string but \Drupal\Core\Cache\CacheBackendInterface::get() takes bool defined at core/lib/Drupal/Core/Cache/CacheBackendInterface.php:41 | |
core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php:455 PhanTypeMismatchArgumentInternal Argument 1 (it) is array but \iterator_count() takes \Traversable | |
core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php:541 PhanTypeMismatchArgument Argument 1 (high_water) is null but \Drupal\migrate\Plugin\migrate\source\SourcePluginBase::saveHighWater() takes int defined at core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php:492 | |
core/modules/migrate/src/Plugin/migrate/source/SqlBase.php:198 PhanTypeMismatchArgument Argument 2 (object) is \Drupal\Component\Plugin\DerivativeInspectionInterface|\Drupal\Component\Plugin\PluginInspectionInterface|\Drupal\migrate\Plugin\MigrationInterface but \Drupal\Core\Database\Query\SelectInterface::addMetaData() takes \Drupal\Core\Entity\EntityReferenceSelection\SelectionInterface|\Drupal\Core\Entity\EntityReferenceSelection\SelectionWithAutocreateInterface|\Drupal\Core\Entity\Plugin\EntityReferenceSelection\DefaultSelection|\Drupal\Core\Plugin\ContainerFactoryPluginInterface|\Drupal\Core\Plugin\PluginBase defined at core/lib/Drupal/Core/Database/Query/AlterableInterface.php:78 | |
core/modules/migrate/src/Plugin/migrate/source/SqlBase.php:254 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/migrate/src/Plugin/migrate/source/SqlBase.php:320 PhanParamSignatureRealMismatch Declaration of function count() should be compatible with function count($refresh = null) defined in core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php:402 | |
core/modules/migrate/src/Plugin/migrate/source/SqlBase.php:349 PhanUndeclaredMethod Call to undeclared method \Drupal\migrate\Plugin\MigrateIdMapInterface::getDatabase | |
core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php:58 PhanParamTooMany Call with 9 arg(s) to \Drupal\migrate\Plugin\migrate\destination\EntityFieldStorageConfig::__construct() which only takes 8 arg(s) defined at core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php:63 | |
core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:161 PhanTypeMismatchArgumentInternal Argument 1 (variable_representation) is bool but \unserialize() takes string | |
core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php:62 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::countQuery | |
core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php:75 PhanTypeMismatchProperty Assigning \false|string to property but \Drupal\migrate_drupal_ui\Batch\MigrateUpgradeImportBatch::maxExecTime is int | |
core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php:245 PhanTypeMismatchArgument Argument 1 (message) is \Drupal\Core\Link|\Drupal\Core\Render\RenderableInterface|\Drupal\Core\Routing\LinkGeneratorTrait but \drupal_set_message() takes \Drupal\Component\Render\MarkupInterface|string defined at core/includes/bootstrap.inc:447 | |
core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php:973 PhanTypeMismatchArgument Argument 2 (drupal_version) is bool|int but \Drupal\migrate_drupal_ui\Form\MigrateUpgradeForm::createDatabaseStateSettings() takes string defined at core/modules/migrate_drupal/src/MigrationConfigurationTrait.php:73 | |
core/modules/node/node.admin.inc:86 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->original | |
core/modules/node/node.admin.inc:134 PhanTypeMismatchArgument Argument 1 (node) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface|null but \_node_mass_update_helper() takes \Drupal\node\NodeInterface defined at core/modules/node/node.admin.inc:83 | |
core/modules/node/node.api.php:160 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->private | |
core/modules/node/node.api.php:230 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->is_preview | |
core/modules/node/node.api.php:335 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Session\AccountInterface::hasPermission() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Session/AccountInterface.php:53 | |
core/modules/node/node.api.php:339 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Session\AccountInterface::hasPermission() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Session/AccountInterface.php:53 | |
core/modules/node/node.api.php:343 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Session\AccountInterface::hasPermission() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Session/AccountInterface.php:53 | |
core/modules/node/node.api.php:347 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Session\AccountInterface::hasPermission() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Session/AccountInterface.php:53 | |
core/modules/node/node.api.php:495 PhanUndeclaredClassMethod Call to method fromRoute from undeclared class \Url | |
core/modules/node/node.install:21 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityAccessControlHandlerInterface::countGrants | |
core/modules/node/node.module:414 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::updateType | |
core/modules/node/node.module:646 PhanTypeMismatchArgument Argument 3 (langcode) is null but \Drupal\Core\Entity\Query\QueryAggregateInterface::aggregate() takes string defined at core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php:29 | |
core/modules/node/node.module:647 PhanTypeMismatchArgument Argument 3 (langcode) is null but \Drupal\Core\Entity\Query\QueryAggregateInterface::aggregate() takes string defined at core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php:29 | |
core/modules/node/node.module:709 PhanTypeMismatchArgument Argument 3 (langcode) is null but \node_mass_update() takes string defined at core/modules/node/node.admin.inc:32 | |
core/modules/node/node.module:715 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::userRevisionIds | |
core/modules/node/node.module:716 PhanTypeMismatchArgument Argument 3 (langcode) is null but \node_mass_update() takes string defined at core/modules/node/node.admin.inc:32 | |
core/modules/node/node.module:737 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::userRevisionIds | |
core/modules/node/node.module:774 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::execute | |
core/modules/node/node.module:776 PhanTypeMismatchArgument Argument 1 (start) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/node/node.module:835 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Form\FormBuilderInterface::getForm() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Form/FormBuilderInterface.php:62 | |
core/modules/node/node.module:1019 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityAccessControlHandlerInterface::checkAllGrants | |
core/modules/node/node.module:1064 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::getTables | |
core/modules/node/node.module:1069 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getTableMapping | |
core/modules/node/node.module:1167 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityAccessControlHandlerInterface::deleteGrants | |
core/modules/node/node.module:1200 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityAccessControlHandlerInterface::acquireGrants | |
core/modules/node/node.module:1208 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityAccessControlHandlerInterface::writeDefaultGrant | |
core/modules/node/node.module:1248 PhanTypeMismatchArgument Argument 1 (start) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/node/node.module:1248 PhanTypeMismatchArgument Argument 2 (length) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/node/node.module:1258 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityAccessControlHandlerInterface::acquireGrants | |
core/modules/node/node.module:1337 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::clearRevisionsLanguage | |
core/modules/node/node.tokens.inc:131 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/node/node.tokens.inc:131 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasField | |
core/modules/node/node.views_execution.inc:41 PhanUndeclaredClassMethod Call to method formatMessage from undeclared class \Analyzer | |
core/modules/node/node.views_execution.inc:49 PhanUndeclaredClassMethod Call to method formatMessage from undeclared class \Analyzer | |
core/modules/node/node.views_execution.inc:57 PhanUndeclaredClassMethod Call to method formatMessage from undeclared class \Analyzer | |
core/modules/node/src/Access/NodeAddAccessCheck.php:54 PhanTypeMismatchReturn Returning type \Drupal\Core\Access\AccessResultInterface|bool but access() is declared to return string | |
core/modules/node/src/Access/NodeAddAccessCheck.php:59 PhanTypeMismatchReturn Returning type \Drupal\Core\Access\AccessResultInterface|bool but access() is declared to return string | |
core/modules/node/src/Access/NodeAddAccessCheck.php:64 PhanTypeMismatchReturn Returning type \Drupal\Core\Access\AccessResultNeutral but access() is declared to return string | |
core/modules/node/src/Access/NodePreviewAccessCheck.php:48 PhanTypeMismatchReturn Returning type \Drupal\Core\Access\AccessResultInterface|bool but access() is declared to return string | |
core/modules/node/src/Access/NodePreviewAccessCheck.php:51 PhanTypeMismatchReturn Returning type \Drupal\Core\Access\AccessResultInterface|bool but access() is declared to return string | |
core/modules/node/src/ContextProvider/NodeRouteContext.php:44 PhanUndeclaredVariable Variable $route_object is undeclared | |
core/modules/node/src/Controller/NodeController.php:147 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getRevisionCreationTime | |
core/modules/node/src/Controller/NodeController.php:177 PhanTypeMismatchArgument Argument 2 (node_storage) is \Drupal\Core\Entity\EntityStorageInterface but \Drupal\node\Controller\NodeController::getRevisionIds() takes \Drupal\node\NodeStorageInterface defined at core/modules/node/src/Controller/NodeController.php:296 | |
core/modules/node/src/Controller/NodeController.php:182 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslation | |
core/modules/node/src/Controller/NodeController.php:182 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasTranslation | |
core/modules/node/src/Controller/NodeController.php:185 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getRevisionUser | |
core/modules/node/src/Controller/NodeController.php:189 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->revision_timestamp | |
core/modules/node/src/Controller/NodeController.php:205 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->revision_log | |
core/modules/node/src/Controller/NodePreviewController.php:17 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->preview_view_mode | |
core/modules/node/src/Controller/NodeViewController.php:55 PhanParamTooMany Call with 3 arg(s) to \Drupal\Core\Entity\Controller\EntityViewController::view() which only takes 2 arg(s) defined at core/lib/Drupal/Core/Entity/Controller/EntityViewController.php:93 | |
core/modules/node/src/Entity/Node.php:147 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityAccessControlHandlerInterface::acquireGrants | |
core/modules/node/src/Form/DeleteMultiple.php:49 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Form\ConfirmFormBase->storage | |
core/modules/node/src/Form/DeleteMultiple.php:49 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\Form\DeleteMultiple->storage | |
core/modules/node/src/Form/DeleteMultiple.php:94 PhanTypeMismatchArgument Argument 1 (key) is int but \Drupal\user\PrivateTempStore::get() takes string defined at core/modules/user/src/PrivateTempStore.php:101 | |
core/modules/node/src/Form/DeleteMultiple.php:99 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Form\ConfirmFormBase->storage | |
core/modules/node/src/Form/DeleteMultiple.php:152 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Form\ConfirmFormBase->storage | |
core/modules/node/src/Form/DeleteMultiple.php:169 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Form\ConfirmFormBase->storage | |
core/modules/node/src/Form/DeleteMultiple.php:193 PhanTypeMismatchArgument Argument 1 (key) is int but \Drupal\user\PrivateTempStore::delete() takes string defined at core/modules/user/src/PrivateTempStore.php:171 | |
core/modules/node/src/Form/NodeDeleteForm.php:22 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isDefaultTranslation | |
core/modules/node/src/Form/NodeDeleteForm.php:42 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getType | |
core/modules/node/src/Form/NodePreviewForm.php:73 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->preview_view_mode | |
core/modules/node/src/Form/NodeRevisionRevertForm.php:116 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->revision_log | |
core/modules/node/src/Form/NodeRevisionRevertForm.php:116 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->revision_log | |
core/modules/node/src/Form/NodeRevisionRevertTranslationForm.php:102 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslation | |
core/modules/node/src/NodeAccessControlHandler.php:68 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Access\AccessResultInterface::cachePerPermissions | |
core/modules/node/src/NodeAccessControlHandler.php:88 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Access\AccessResultInterface::cachePerPermissions | |
core/modules/node/src/NodeAccessControlHandler.php:99 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isPublished | |
core/modules/node/src/NodeAccessControlHandler.php:100 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getOwnerId | |
core/modules/node/src/NodeAccessControlHandler.php:108 PhanTypeMismatchArgument Argument 1 (node) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\node\NodeGrantDatabaseStorageInterface::access() takes \Drupal\node\NodeInterface defined at core/modules/node/src/NodeGrantDatabaseStorageInterface.php:108 | |
core/modules/node/src/NodeAccessControlHandler.php:141 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->type | |
core/modules/node/src/NodeAccessControlHandler.php:165 PhanTypeMismatchArgument Argument 3 (realm) is null but \Drupal\node\NodeGrantDatabaseStorageInterface::write() takes string defined at core/modules/node/src/NodeGrantDatabaseStorageInterface.php:77 | |
core/modules/node/src/NodeForm.php:80 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->in_preview | |
core/modules/node/src/NodeForm.php:80 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\RevisionLogInterface->in_preview | |
core/modules/node/src/NodeForm.php:89 PhanTypeMismatchArgument Argument 1 (node) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\ContentEntityInterface|\Drupal\Core\Entity\EntityInterface|\Drupal\Core\Entity\FieldableEntityInterface|\Drupal\Core\Entity\RevisionLogInterface|\Drupal\Core\Entity\RevisionableInterface|\Drupal\Core\TypedData\TranslatableInterface|\Traversable but \node_get_type_label() takes \Drupal\node\NodeInterface defined at core/modules/node/node.module:295 | |
core/modules/node/src/NodeForm.php:95 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getChangedTime | |
core/modules/node/src/NodeForm.php:182 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\RevisionLogInterface->type | |
core/modules/node/src/NodeForm.php:208 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::isPublished | |
core/modules/node/src/NodeForm.php:221 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::isPublished | |
core/modules/node/src/NodeForm.php:226 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::isPublished | |
core/modules/node/src/NodeForm.php:263 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->in_preview | |
core/modules/node/src/NodeForm.php:263 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\RevisionLogInterface->in_preview | |
core/modules/node/src/NodeForm.php:288 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getType | |
core/modules/node/src/NodeForm.php:289 PhanTypeMismatchArgument Argument 1 (node) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\ContentEntityInterface|\Drupal\Core\Entity\EntityInterface|\Drupal\Core\Entity\FieldableEntityInterface|\Drupal\Core\Entity\RevisionLogInterface|\Drupal\Core\Entity\RevisionableInterface|\Drupal\Core\TypedData\TranslatableInterface|\Traversable but \node_get_type_label() takes \Drupal\node\NodeInterface defined at core/modules/node/node.module:295 | |
core/modules/node/src/NodeGrantDatabaseStorage.php:85 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/node/src/NodeGrantDatabaseStorage.php:96 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/node/src/NodeGrantDatabaseStorage.php:136 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/node/src/NodeGrantDatabaseStorage.php:137 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/node/src/NodeGrantDatabaseStorage.php:174 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/node/src/NodeGrantDatabaseStorage.php:182 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/node/src/NodeGrantDatabaseStorage.php:185 PhanTypeMismatchArgument Argument 2 (value) is bool but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/node/src/NodeGrantDatabaseStorage.php:207 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/node/src/NodeGrantDatabaseStorage.php:278 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/node/src/NodeListBuilder.php:103 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getChangedTime | |
core/modules/node/src/NodeListBuilder.php:116 PhanTypeMismatchArgument Argument 1 (node) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \node_get_type_label() takes \Drupal\node\NodeInterface defined at core/modules/node/node.module:295 | |
core/modules/node/src/NodeListBuilder.php:119 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getOwner | |
core/modules/node/src/NodeListBuilder.php:121 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isPublished | |
core/modules/node/src/NodeListBuilder.php:122 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getChangedTime | |
core/modules/node/src/NodeStorage.php:48 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/node/src/NodeStorage.php:58 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/node/src/NodeTranslationHandler.php:29 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getFormLangcode | |
core/modules/node/src/NodeTranslationHandler.php:30 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslationLanguages | |
core/modules/node/src/NodeTranslationHandler.php:36 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFieldDefinitions | |
core/modules/node/src/NodeTranslationHandler.php:55 PhanTypeMismatchArgument Argument 1 (node) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \node_get_type_label() takes \Drupal\node\NodeInterface defined at core/modules/node/node.module:295 | |
core/modules/node/src/NodeTranslationHandler.php:65 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isPublished | |
core/modules/node/src/NodeTranslationHandler.php:66 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->uid | |
core/modules/node/src/NodeTranslationHandler.php:68 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->created | |
core/modules/node/src/NodeTypeAccessControlHandler.php:26 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isLocked | |
core/modules/node/src/NodeTypeAccessControlHandler.php:30 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Access\AccessResultInterface::addCacheableDependency | |
core/modules/node/src/NodeTypeForm.php:79 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isLocked | |
core/modules/node/src/NodeTypeForm.php:92 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getDescription | |
core/modules/node/src/NodeTypeForm.php:118 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPreviewMode | |
core/modules/node/src/NodeTypeForm.php:128 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getHelp | |
core/modules/node/src/NodeTypeForm.php:137 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->status | |
core/modules/node/src/NodeTypeForm.php:138 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->promote | |
core/modules/node/src/NodeTypeForm.php:139 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->sticky | |
core/modules/node/src/NodeTypeForm.php:140 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isNewRevision | |
core/modules/node/src/NodeTypeForm.php:182 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::displaySubmitted | |
core/modules/node/src/NodeTypeForm.php:217 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setNewRevision | |
core/modules/node/src/NodeTypeForm.php:218 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/node/src/NodeTypeForm.php:219 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/node/src/NodeTypeForm.php:229 PhanTypeMismatchArgument Argument 1 (type) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \node_add_body_field() takes \Drupal\node\NodeTypeInterface defined at core/modules/node/node.module:340 | |
core/modules/node/src/NodeTypeListBuilder.php:36 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getDescription | |
core/modules/node/src/NodeViewBuilder.php:61 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->in_preview | |
core/modules/node/src/NodeViewBuilder.php:149 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isDefaultRevision | |
core/modules/node/src/NodeViewBuilder.php:152 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getChangedTime | |
core/modules/node/src/NodeViewBuilder.php:159 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getRevisionId | |
core/modules/node/src/NodeViewBuilder.php:161 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getChangedTime | |
core/modules/node/src/Plugin/Action/DeleteNode.php:53 PhanTypeMismatchProperty Assigning \Drupal\user\PrivateTempStore to property but \Drupal\node\Plugin\Action\DeleteNode::tempStore is \Drupal\user\SharedTempStore | |
core/modules/node/src/Plugin/Action/DeleteNode.php:81 PhanTypeMismatchArgument Argument 1 (key) is int but \Drupal\user\SharedTempStore::set() takes string defined at core/modules/user/src/SharedTempStore.php:195 | |
core/modules/node/src/Plugin/EntityReferenceSelection/NodeSelection.php:55 PhanUndeclaredMethod Call to undeclared method \Drupal\user\EntityOwnerInterface::setPublished | |
core/modules/node/src/Plugin/Search/NodeSearch.php:231 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::join | |
core/modules/node/src/Plugin/Search/NodeSearch.php:232 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::condition | |
core/modules/node/src/Plugin/Search/NodeSearch.php:266 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::condition | |
core/modules/node/src/Plugin/Search/NodeSearch.php:268 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::join | |
core/modules/node/src/Plugin/Search/NodeSearch.php:274 PhanTypeMismatchArgument Argument 1 (query) is \Drupal\Core\Database\Query\ExtendableInterface but \Drupal\node\Plugin\Search\NodeSearch::addNodeRankings() takes \Drupal\Core\Database\Query\SelectExtender defined at core/modules/node/src/Plugin/Search/NodeSearch.php:404 | |
core/modules/node/src/Plugin/Search/NodeSearch.php:277 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::fields | |
core/modules/node/src/Plugin/Search/NodeSearch.php:289 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::getStatus | |
core/modules/node/src/Plugin/Search/NodeSearch.php:325 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslation | |
core/modules/node/src/Plugin/Search/NodeSearch.php:366 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::displaySubmitted | |
core/modules/node/src/Plugin/Search/NodeSearch.php:437 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/node/src/Plugin/Search/NodeSearch.php:452 PhanTypeMismatchArgument Argument 1 (node) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\node\Plugin\Search\NodeSearch::indexNode() takes \Drupal\node\NodeInterface defined at core/modules/node/src/Plugin/Search/NodeSearch.php:462 | |
core/modules/node/src/Plugin/migrate/D7NodeDeriver.php:141 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\StringTranslation\TranslatableMarkup | |
core/modules/node/src/Plugin/migrate/D7NodeDeriver.php:142 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\StringTranslation\TranslatableMarkup | |
core/modules/node/src/Plugin/migrate/D7NodeDeriver.php:148 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\StringTranslation\TranslatableMarkup | |
core/modules/node/src/Plugin/migrate/destination/EntityNodeType.php:22 PhanTypeMismatchArgument Argument 1 (type) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface|null but \node_add_body_field() takes \Drupal\node\NodeTypeInterface defined at core/modules/node/node.module:340 | |
core/modules/node/src/Plugin/migrate/source/d6/NodeType.php:87 PhanTypeMismatchArgument Argument 2 (default) is int but \Drupal\node\Plugin\migrate\source\d6\NodeType::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/node/src/Plugin/migrate/source/d6/NodeType.php:88 PhanTypeMismatchArgument Argument 2 (default) is int but \Drupal\node\Plugin\migrate\source\d6\NodeType::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/node/src/Plugin/migrate/source/d6/NodeType.php:89 PhanTypeMismatchArgument Argument 2 (default) is array but \Drupal\node\Plugin\migrate\source\d6\NodeType::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/node/src/Plugin/migrate/source/d6/NodeType.php:101 PhanTypeMismatchArgument Argument 2 (default) is string[] but \Drupal\node\Plugin\migrate\source\d6\NodeType::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/node/src/Plugin/migrate/source/d7/NodeType.php:63 PhanTypeMismatchArgument Argument 2 (default) is int but \Drupal\node\Plugin\migrate\source\d7\NodeType::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/node/src/Plugin/migrate/source/d7/NodeType.php:64 PhanTypeMismatchArgument Argument 2 (default) is int but \Drupal\node\Plugin\migrate\source\d7\NodeType::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/node/src/Plugin/migrate/source/d7/NodeType.php:76 PhanTypeMismatchArgument Argument 2 (default) is string[] but \Drupal\node\Plugin\migrate\source\d7\NodeType::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/node/src/Plugin/migrate/source/d7/NodeType.php:102 PhanTypeMismatchArgument Argument 2 (default) is bool but \Drupal\node\Plugin\migrate\source\d7\NodeType::variableGet() takes string defined at core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php:149 | |
core/modules/node/src/Plugin/views/argument/Type.php:59 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\StringArgument->name_alias | |
core/modules/node/src/Plugin/views/argument/UidRevision.php:18 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhereExpression | |
core/modules/node/src/Plugin/views/argument/Vid.php:71 PhanUndeclaredClassConstant Reference to constant FETCH_ASSOC from undeclared class \Drupal\node\Plugin\views\argument\PDO | |
core/modules/node/src/Plugin/views/argument/Vid.php:80 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/node/src/Plugin/views/filter/Access.php:41 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/node/src/Plugin/views/filter/Access.php:42 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/node/src/Plugin/views/filter/Status.php:25 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhereExpression | |
core/modules/node/src/Plugin/views/filter/UidRevision.php:23 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhereExpression | |
core/modules/node/src/Plugin/views/row/Rss.php:79 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\row\RssPluginBase->field_alias | |
core/modules/node/src/Plugin/views/row/Rss.php:89 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\row\RssPluginBase->field_alias | |
core/modules/node/src/Plugin/views/row/Rss.php:106 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->link | |
core/modules/node/src/Plugin/views/row/Rss.php:107 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->rss_namespaces | |
core/modules/node/src/Plugin/views/row/Rss.php:108 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->rss_elements | |
core/modules/node/src/Plugin/views/row/Rss.php:111 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getCreatedTime | |
core/modules/node/src/Plugin/views/row/Rss.php:115 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getOwner | |
core/modules/node/src/Plugin/views/row/Rss.php:132 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->rss_namespaces | |
core/modules/node/src/Plugin/views/row/Rss.php:133 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->rss_namespaces | |
core/modules/node/src/Plugin/views/row/Rss.php:133 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\style\StylePluginBase->namespaces | |
core/modules/node/src/Plugin/views/row/Rss.php:142 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\style\StylePluginBase->namespaces | |
core/modules/node/src/Plugin/views/row/Rss.php:151 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->link | |
core/modules/node/src/Plugin/views/row/Rss.php:154 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->rss_elements | |
core/modules/options/options.module:109 PhanUndeclaredMethod Call to undeclared method \Drupal\field\FieldStorageConfigInterface::hasData | |
core/modules/options/src/Plugin/Field/FieldFormatter/OptionsDefaultFormatter.php:38 PhanTypeMismatchArgument Argument 2 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\Core\Field\FieldStorageDefinitionInterface::getOptionsProvider() takes \Drupal\Core\Entity\FieldableEntityInterface defined at core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php:152 | |
core/modules/options/src/Plugin/Field/FieldFormatter/OptionsDefaultFormatter.php:49 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Field\FieldFilteredMarkup::allowedTags defined at core/lib/Drupal/Core/Field/FieldFilteredMarkup.php:58 | |
core/modules/options/src/Plugin/Field/FieldFormatter/OptionsKeyFormatter.php:36 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Field\FieldFilteredMarkup::allowedTags defined at core/lib/Drupal/Core/Field/FieldFilteredMarkup.php:58 | |
core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php:225 PhanTypeMissingReturn Method \Drupal\options\Plugin\Field\FieldType\ListItemBase::validateAllowedValue is declared to return string but has no return value | |
core/modules/options/src/Plugin/views/argument/NumberListField.php:75 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\FieldAPIHandlerTrait->name_alias | |
core/modules/options/src/Plugin/views/argument/NumberListField.php:78 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Field\FieldFilteredMarkup::create defined at core/lib/Drupal/Core/Field/FieldFilteredMarkup.php:35 | |
core/modules/options/src/Plugin/views/argument/StringListField.php:75 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\FieldAPIHandlerTrait->name_alias | |
core/modules/options/src/Plugin/views/argument/StringListField.php:80 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Field\FieldFilteredMarkup::create defined at core/lib/Drupal/Core/Field/FieldFilteredMarkup.php:35 | |
core/modules/outside_in/outside_in.module:96 PhanTypeComparisonFromArray array to string comparison | |
core/modules/outside_in/outside_in.module:139 PhanTypeComparisonFromArray array to string comparison | |
core/modules/page_cache/src/StackMiddleware/PageCache.php:263 PhanTypeMismatchArgument Argument 1 (response) is \Drupal\Core\Cache\CacheableResponseInterface but \Drupal\Core\PageCache\ResponsePolicyInterface::check() takes \Symfony\Component\HttpFoundation\Response defined at core/lib/Drupal/Core/PageCache/ResponsePolicyInterface.php:35 | |
core/modules/page_cache/src/StackMiddleware/PageCache.php:278 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Cache\CacheableResponseInterface::isClientError | |
core/modules/page_cache/src/StackMiddleware/PageCache.php:287 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Cache\CacheableResponseInterface::getExpires | |
core/modules/page_cache/src/StackMiddleware/PageCache.php:292 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\HttpFoundation\Response::getCacheableMetadata | |
core/modules/page_cache/src/StackMiddleware/PageCache.php:293 PhanTypeMismatchArgument Argument 2 (response) is \Drupal\Core\Cache\CacheableResponseInterface but \Drupal\page_cache\StackMiddleware\PageCache::set() takes \Symfony\Component\HttpFoundation\Response defined at core/modules/page_cache/src/StackMiddleware/PageCache.php:345 | |
core/modules/path/path.api.php:42 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/path/path.api.php:59 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/path/path.module:43 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/path/src/Controller/PathController.php:67 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Form\FormBuilderInterface::getForm() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Form/FormBuilderInterface.php:62 | |
core/modules/quickedit/quickedit.api.php:75 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslation | |
core/modules/quickedit/quickedit.module:144 PhanTypeComparisonFromArray array to string comparison | |
core/modules/quickedit/quickedit.module:149 PhanNonClassMethodCall Call to method getFieldDefinition on non-class type string[] | |
core/modules/quickedit/quickedit.module:151 PhanNonClassMethodCall Call to method getEntityTypeId on non-class type string[] | |
core/modules/quickedit/quickedit.module:151 PhanNonClassMethodCall Call to method id on non-class type string[] | |
core/modules/quickedit/src/Access/QuickEditEntityFieldAccessCheck.php:44 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/quickedit/src/Access/QuickEditEntityFieldAccessCheck.php:52 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasField | |
core/modules/quickedit/src/Access/QuickEditEntityFieldAccessCheck.php:55 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasTranslation | |
core/modules/quickedit/src/Form/QuickEditFieldForm.php:131 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isNewRevision | |
core/modules/quickedit/src/Form/QuickEditFieldForm.php:131 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setNewRevision | |
core/modules/quickedit/src/Form/QuickEditFieldForm.php:132 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->revision_log | |
core/modules/quickedit/src/Form/QuickEditFieldForm.php:140 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\Core\Entity\Entity\EntityFormDisplay::collectRenderDisplay() takes \Drupal\Core\Entity\FieldableEntityInterface defined at core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php:72 | |
core/modules/quickedit/src/MetadataGenerator.php:76 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\Core\Entity\Entity\EntityViewDisplay::collectRenderDisplay() takes \Drupal\Core\Entity\FieldableEntityInterface defined at core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php:161 | |
core/modules/quickedit/src/QuickEditController.php:115 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasField | |
core/modules/quickedit/src/QuickEditController.php:118 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasTranslation | |
core/modules/quickedit/src/QuickEditController.php:122 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTranslation | |
core/modules/quickedit/src/QuickEditController.php:262 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/quickedit/src/QuickEditController.php:301 PhanTypeMismatchArgument Argument 1 (data) is array but \Drupal\quickedit\Ajax\EntitySavedCommand::__construct() takes string defined at core/modules/quickedit/src/Ajax/EntitySavedCommand.php:19 | |
core/modules/rdf/rdf.module:307 PhanParamTooMany Call with 2 arg(s) to \Drupal\rdf\Entity\RdfMapping::getPreparedBundleMapping() which only takes 0 arg(s) defined at core/modules/rdf/src/Entity/RdfMapping.php:74 | |
core/modules/rdf/rdf.module:414 PhanTypeComparisonFromArray array to int comparison | |
core/modules/responsive_image/responsive_image.module:467 PhanTypeMismatchReturn Returning type \Drupal\Core\Template\Attribute but _responsive_image_build_source_attributes() is declared to return \Drupal\Core\Template\Attribute[] | |
core/modules/responsive_image/responsive_image.module:540 PhanTypeMismatchArgument Argument 1 (uri) is \ArrayAccess[]|\Drupal\Component\Render\MarkupInterface[]|\Drupal\Core\Template\Attribute[]|\Drupal\Core\Template\Attribute[][]|\JsonSerializable[]|\Traversable[]|\iteratoraggregate[]|bool|string[] but \file_create_url() takes string defined at core/includes/file.inc:182 | |
core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php:110 PhanTypeMismatchProperty Assigning null to property but \Drupal\responsive_image\Entity\ResponsiveImageStyle::keyedImageStyleMappings is array | |
core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php:118 PhanTypeMismatchProperty Assigning null to property but \Drupal\responsive_image\Entity\ResponsiveImageStyle::keyedImageStyleMappings is array | |
core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php:192 PhanTypeMismatchProperty Assigning null to property but \Drupal\responsive_image\Entity\ResponsiveImageStyle::keyedImageStyleMappings is array|null[][] | |
core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php:132 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasImageStyleMappings | |
core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php:145 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Utility\LinkGeneratorInterface::generate defined at core/lib/Drupal/Core/Utility/LinkGeneratorInterface.php:74 | |
core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php:196 PhanTypeMismatchArgument Argument 1 (items) is \ArrayAccess|\Countable|\Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Field\FieldItemListInterface|\Drupal\Core\TypedData\ListInterface|\Drupal\Core\TypedData\TraversableTypedDataInterface|\Drupal\Core\TypedData\TypedDataInterface|\Traversable but \Drupal\responsive_image\Plugin\Field\FieldFormatter\ResponsiveImageFormatter::getEntitiesToView() takes \Drupal\Core\Field\EntityReferenceFieldItemListInterface defined at core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatterBase.php:17 | |
core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php:221 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getImageStyleIds | |
core/modules/responsive_image/src/ResponsiveImageStyleForm.php:95 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getBreakpointGroup | |
core/modules/responsive_image/src/ResponsiveImageStyleForm.php:117 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getBreakpointGroup | |
core/modules/responsive_image/src/ResponsiveImageStyleForm.php:126 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getImageStyleMapping | |
core/modules/responsive_image/src/ResponsiveImageStyleForm.php:196 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getFallbackImageStyle | |
core/modules/responsive_image/src/ResponsiveImageStyleForm.php:204 PhanParamTooMany Call with 3 arg(s) to \Drupal\Core\Entity\EntityForm::form() which only takes 2 arg(s) defined at core/lib/Drupal/Core/Entity/EntityForm.php:147 | |
core/modules/responsive_image/src/ResponsiveImageStyleForm.php:250 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::removeImageStyleMappings | |
core/modules/responsive_image/src/ResponsiveImageStyleForm.php:262 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::addImageStyleMapping | |
core/modules/responsive_image/src/ResponsiveImageStyleForm.php:269 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::addImageStyleMapping | |
core/modules/responsive_image/src/ResponsiveImageStyleForm.php:281 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasImageStyleMappings | |
core/modules/rest/src/Entity/RestResourceConfig.php:91 PhanTypeMismatchArgument Argument 1 (plugin_id) is array|string[] but \Drupal\Component\Plugin\PluginManagerInterface::getDefinition() takes string defined at core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php:28 | |
core/modules/rest/src/EventSubscriber/ResourceResponseSubscriber.php:122 PhanTypeMismatchReturn Returning type null but getResponseFormat() is declared to return string | |
core/modules/rest/src/EventSubscriber/ResourceResponseSubscriber.php:163 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Cache\CacheableResponseInterface::setContent | |
core/modules/rest/src/EventSubscriber/ResourceResponseSubscriber.php:164 PhanUndeclaredProperty Reference to undeclared property \Drupal\rest\ResourceResponseInterface->headers | |
core/modules/rest/src/EventSubscriber/ResourceResponseSubscriber.php:184 PhanUndeclaredMethod Call to undeclared method \Drupal\rest\ResourceResponseInterface::getContent | |
core/modules/rest/src/EventSubscriber/ResourceResponseSubscriber.php:185 PhanUndeclaredMethod Call to undeclared method \Drupal\rest\ResourceResponseInterface::getStatusCode | |
core/modules/rest/src/EventSubscriber/ResourceResponseSubscriber.php:186 PhanUndeclaredMethod Call to undeclared method \Drupal\rest\ResourceResponseInterface::getProtocolVersion | |
core/modules/rest/src/EventSubscriber/ResourceResponseSubscriber.php:187 PhanUndeclaredMethod Call to undeclared method \Drupal\rest\ResourceResponseInterface::getCharset | |
core/modules/rest/src/EventSubscriber/ResourceResponseSubscriber.php:188 PhanUndeclaredProperty Reference to undeclared property \Drupal\rest\ResourceResponseInterface->headers | |
core/modules/rest/src/EventSubscriber/ResourceResponseSubscriber.php:190 PhanUndeclaredMethod Call to undeclared method \Drupal\rest\ResourceResponseInterface::getCacheableMetadata | |
core/modules/rest/src/Plugin/rest/resource/EntityResource.php:125 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Access\AccessResultInterface::getReason | |
core/modules/rest/src/Plugin/rest/resource/EntityResource.php:167 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Access\AccessResultInterface::getReason | |
core/modules/rest/src/Plugin/rest/resource/EntityResource.php:226 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\TypedDataInterface::getProperties | |
core/modules/rest/src/Plugin/rest/resource/EntityResource.php:230 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\TypedDataInterface::get | |
core/modules/rest/src/Plugin/rest/resource/EntityResource.php:230 PhanUndeclaredVariable Variable $property is undeclared | |
core/modules/rest/src/Plugin/rest/resource/EntityResource.php:262 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Access\AccessResultInterface::getReason | |
core/modules/rest/src/Plugin/rest/resource/EntityResource.php:267 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->_restSubmittedFields | |
core/modules/rest/src/Plugin/rest/resource/EntityResource.php:268 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/rest/src/Plugin/rest/resource/EntityResource.php:278 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/rest/src/Plugin/rest/resource/EntityResource.php:283 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/rest/src/Plugin/rest/resource/EntityResource.php:293 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/rest/src/Plugin/rest/resource/EntityResource.php:296 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/rest/src/Plugin/rest/resource/EntityResource.php:327 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Access\AccessResultInterface::getReason | |
core/modules/rest/src/Plugin/rest/resource/EntityResourceAccessTrait.php:28 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->_restSubmittedFields | |
core/modules/rest/src/Plugin/rest/resource/EntityResourceAccessTrait.php:29 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/rest/src/Plugin/rest/resource/EntityResourceValidationTrait.php:30 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::validate | |
core/modules/rest/src/Plugin/views/display/RestExport.php:152 PhanTypeArraySuspicious Suspicious array access to ?array | |
core/modules/rest/src/Plugin/views/display/RestExport.php:153 PhanTypeArraySuspicious Suspicious array access to ?array | |
core/modules/rest/src/Plugin/views/display/RestExport.php:334 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\ViewsPluginInterface::getFormats | |
core/modules/rest/src/Plugin/views/display/RestExport.php:418 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->live_preview | |
core/modules/rest/src/Plugin/views/display/RestExport.php:435 PhanAccessMethodInternal Cannot access internal method \Drupal\views\Render\ViewsRenderPipelineMarkup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/modules/rest/src/Plugin/views/style/Serializer.php:136 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->live_preview | |
core/modules/rest/src/Plugin/views/style/Serializer.php:137 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\display\DisplayPluginBase::getContentType | |
core/modules/rest/src/RequestHandler.php:81 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getResourcePlugin | |
core/modules/rest/src/RequestHandler.php:139 PhanTypeMismatchReturn Returning type \Drupal\Core\Cache\CacheableResponseInterface but handle() is declared to return \Symfony\Component\HttpFoundation\Response | |
core/modules/rest/src/RestPermissions.php:39 PhanTypeMismatchProperty Assigning \Drupal\Core\Entity\EntityStorageInterface to property but \Drupal\rest\RestPermissions::resourceConfigStorage is \Drupal\Core\Entity\EntityManagerInterface | |
core/modules/rest/src/RestPermissions.php:57 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityManagerInterface::loadMultiple | |
core/modules/rest/src/Routing/ResourceRoutes.php:50 PhanTypeMismatchProperty Assigning \Drupal\Core\Entity\EntityStorageInterface to property but \Drupal\rest\Routing\ResourceRoutes::resourceConfigStorage is \Drupal\Core\Entity\EntityManagerInterface | |
core/modules/rest/src/Routing/ResourceRoutes.php:64 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityManagerInterface::loadMultiple | |
core/modules/search/search.module:227 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/search/search.module:523 PhanTypeMismatchArgument Argument 2 (sid) is int but \search_index_clear() takes null|string defined at core/modules/search/search.module:135 | |
core/modules/search/search.module:578 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\Update::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/search/search.module:583 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/search/search.module:590 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/search/search.module:755 PhanUndeclaredVariable Variable $working_to is undeclared | |
core/modules/search/search.module:757 PhanUndeclaredVariable Variable $working_to is undeclared | |
core/modules/search/search.module:761 PhanUndeclaredVariable Variable $working_to is undeclared | |
core/modules/search/src/Controller/SearchController.php:88 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Form\FormBuilderInterface::getForm() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Form/FormBuilderInterface.php:62 | |
core/modules/search/src/Form/SearchPageFormBase.php:106 PhanUndeclaredMethod Call to undeclared method \Drupal\search\Plugin\SearchInterface::buildConfigurationForm | |
core/modules/search/src/Form/SearchPageFormBase.php:144 PhanUndeclaredMethod Call to undeclared method \Drupal\search\Plugin\SearchInterface::validateConfigurationForm | |
core/modules/search/src/Form/SearchPageFormBase.php:155 PhanUndeclaredMethod Call to undeclared method \Drupal\search\Plugin\SearchInterface::submitConfigurationForm | |
core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php:25 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setPlugin | |
core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php:26 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPlugin | |
core/modules/search/src/Plugin/views/argument/Search.php:73 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->operator | |
core/modules/search/src/Plugin/views/argument/Search.php:74 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/search/src/Plugin/views/argument/Search.php:90 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addRelationship | |
core/modules/search/src/Plugin/views/argument/Search.php:93 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/search/src/Plugin/views/argument/Search.php:93 PhanUndeclaredProperty Reference to undeclared property \Drupal\search\Plugin\views\argument\Search->search_score | |
core/modules/search/src/Plugin/views/argument/Search.php:93 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->search_score | |
core/modules/search/src/Plugin/views/argument/Search.php:97 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addTable | |
core/modules/search/src/Plugin/views/argument/Search.php:99 PhanNonClassMethodCall Call to method conditions on non-class type array | |
core/modules/search/src/Plugin/views/argument/Search.php:120 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/search/src/Plugin/views/argument/Search.php:121 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addGroupBy | |
core/modules/search/src/Plugin/views/argument/Search.php:124 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addHavingExpression | |
core/modules/search/src/Plugin/views/argument/Search.php:129 PhanTypeMismatchProperty Assigning null to property but \Drupal\search\Plugin\views\argument\Search::searchQuery is \Drupal\search\ViewsSearchQuery | |
core/modules/search/src/Plugin/views/field/Score.php:26 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\FilterPluginBase->search_score | |
core/modules/search/src/Plugin/views/field/Score.php:27 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\FilterPluginBase->search_score | |
core/modules/search/src/Plugin/views/filter/Search.php:148 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/search/src/Plugin/views/filter/Search.php:165 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addRelationship | |
core/modules/search/src/Plugin/views/filter/Search.php:168 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/search/src/Plugin/views/filter/Search.php:168 PhanUndeclaredProperty Reference to undeclared property \Drupal\search\Plugin\views\filter\Search->search_score | |
core/modules/search/src/Plugin/views/filter/Search.php:168 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\FilterPluginBase->search_score | |
core/modules/search/src/Plugin/views/filter/Search.php:172 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addTable | |
core/modules/search/src/Plugin/views/filter/Search.php:174 PhanNonClassMethodCall Call to method conditions on non-class type array | |
core/modules/search/src/Plugin/views/filter/Search.php:194 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/search/src/Plugin/views/filter/Search.php:197 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addGroupBy | |
core/modules/search/src/Plugin/views/filter/Search.php:200 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addHavingExpression | |
core/modules/search/src/Plugin/views/filter/Search.php:203 PhanTypeMismatchProperty Assigning null to property but \Drupal\search\Plugin\views\filter\Search::searchQuery is \Drupal\search\ViewsSearchQuery | |
core/modules/search/src/Plugin/views/sort/Score.php:27 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addOrderBy | |
core/modules/search/src/SearchPageAccessControlHandler.php:24 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isDefaultSearch | |
core/modules/search/src/SearchPageAccessControlHandler.php:28 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Access\AccessResultInterface::addCacheableDependency | |
core/modules/search/src/SearchPageAccessControlHandler.php:32 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::status | |
core/modules/search/src/SearchPageAccessControlHandler.php:35 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPlugin | |
core/modules/search/src/SearchPageAccessControlHandler.php:37 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Access\AccessResultInterface::addCacheableDependency | |
core/modules/search/src/SearchPageListBuilder.php:120 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPath | |
core/modules/search/src/SearchPageListBuilder.php:122 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::status | |
core/modules/search/src/SearchPageListBuilder.php:130 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPlugin | |
core/modules/search/src/SearchPageListBuilder.php:133 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isDefaultSearch | |
core/modules/search/src/SearchPageListBuilder.php:136 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::status | |
core/modules/search/src/SearchPageListBuilder.php:144 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isIndexable | |
core/modules/search/src/SearchPageListBuilder.php:145 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPlugin | |
core/modules/search/src/SearchPageListBuilder.php:168 PhanUndeclaredMethod Call to undeclared method \Drupal\search\Plugin\SearchInterface::indexStatus | |
core/modules/search/src/SearchPageListBuilder.php:301 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isDefaultSearch | |
core/modules/search/src/SearchPageRepository.php:56 PhanTypeMismatchArgument Argument 1 (start) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/search/src/SearchPageRepository.php:56 PhanTypeMismatchArgument Argument 2 (length) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/search/src/SearchQuery.php:117 PhanUndeclaredTypeProperty Property \Drupal\search\SearchQuery::conditions has undeclared type \Drupal\search\DatabaseCondition | |
core/modules/search/src/SearchQuery.php:209 PhanTypeMismatchProperty Assigning \Drupal\Core\Database\Query\Condition to property but \Drupal\search\SearchQuery::conditions is \Drupal\search\DatabaseCondition | |
core/modules/search/src/SearchQuery.php:324 PhanUndeclaredClassMethod Call to method condition from undeclared class \Drupal\search\DatabaseCondition | |
core/modules/search/src/SearchQuery.php:333 PhanUndeclaredClassMethod Call to method condition from undeclared class \Drupal\search\DatabaseCondition | |
core/modules/search/src/SearchQuery.php:347 PhanUndeclaredClassMethod Call to method condition from undeclared class \Drupal\search\DatabaseCondition | |
core/modules/search/src/SearchQuery.php:434 PhanTypeMismatchArgument Argument 1 (field) is \Drupal\search\DatabaseCondition but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\ConditionInterface|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/search/src/SearchQuery.php:502 PhanTypeMismatchDefault Default value for float $multiply can't be bool | |
core/modules/search/src/SearchQuery.php:615 PhanTypeMismatchArgument Argument 1 (field) is \Drupal\search\DatabaseCondition but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\ConditionInterface|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/search/src/SearchQuery.php:626 PhanTypeMismatchArgument Argument 2 (alias) is null but \db_select() takes string defined at core/includes/database.inc:291 | |
core/modules/search/src/ViewsSearchQuery.php:19 PhanTypeMismatchReturn Returning type \Drupal\search\DatabaseCondition but conditions() is declared to return array | |
core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php:72 PhanUndeclaredMethod Call to undeclared method \Exception::getHeaders | |
core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php:77 PhanUndeclaredMethod Call to undeclared method \Exception::getStatusCode | |
core/modules/serialization/src/Normalizer/ComplexDataNormalizer.php:31 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\Serializer\SerializerInterface::normalize | |
core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php:26 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\Serializer\SerializerInterface::normalize | |
core/modules/serialization/src/Normalizer/EntityNormalizer.php:22 PhanIncompatibleCompositionProp \Drupal\serialization\Normalizer\EntityNormalizer and \Drupal\serialization\Normalizer\ComplexDataNormalizer define the same property (supportedInterfaceOrClass) in the composition of \Drupal\serialization\Normalizer\EntityNormalizer. However, the definition differs and is considered incompatible. Class was composed in core/modules/serialization/src/Normalizer/EntityNormalizer.php on line 13 | |
core/modules/serialization/src/Normalizer/EntityNormalizer.php:49 PhanTypeMismatchArgument Argument 1 (values) is string but \Drupal\Core\Entity\EntityStorageInterface::create() takes array defined at core/lib/Drupal/Core/Entity/EntityStorageInterface.php:117 | |
core/modules/serialization/src/Normalizer/EntityNormalizer.php:51 PhanTypeMismatchArgument Argument 2 (entity) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\serialization\Normalizer\EntityNormalizer::denormalizeFieldData() takes \Drupal\Core\Entity\FieldableEntityInterface defined at core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php:121 | |
core/modules/serialization/src/Normalizer/EntityNormalizer.php:60 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->_restSubmittedFields | |
core/modules/serialization/src/Normalizer/FieldNormalizer.php:52 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\Serializer\SerializerInterface::denormalize | |
core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php:135 PhanUndeclaredProperty Reference to undeclared property \Drupal\serialization\Normalizer\FieldableEntityNormalizerTrait->serializer | |
core/modules/serialization/src/Normalizer/ListNormalizer.php:29 PhanUndeclaredMethod Call to undeclared method \Symfony\Component\Serializer\SerializerInterface::normalize | |
core/modules/serialization/src/Normalizer/NormalizerBase.php:70 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\Serializer\Normalizer\NormalizerInterface->format | |
core/modules/serialization/src/Normalizer/NormalizerBase.php:74 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\Serializer\Normalizer\NormalizerInterface->format | |
core/modules/shortcut/shortcut.module:70 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Access\AccessResult::setReason | |
core/modules/shortcut/shortcut.module:129 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::assignUser | |
core/modules/shortcut/shortcut.module:151 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::unassignUser | |
core/modules/shortcut/shortcut.module:180 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getAssignedToUser | |
core/modules/shortcut/shortcut.module:268 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getUrl | |
core/modules/shortcut/shortcut.module:273 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getUrl | |
core/modules/shortcut/shortcut.module:331 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getUrl | |
core/modules/shortcut/shortcut.module:331 PhanUndeclaredVariable Variable $shortcut_url is undeclared | |
core/modules/shortcut/src/Entity/ShortcutSet.php:75 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->shortcut_set | |
core/modules/shortcut/src/Entity/ShortcutSet.php:89 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::deleteAssignedShortcutSets | |
core/modules/shortcut/src/Entity/ShortcutSet.php:108 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setWeight | |
core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php:54 PhanTypeMismatchArgument Argument 1 (shortcut_set) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\shortcut\ShortcutSetStorageInterface::countAssignedUsers() takes \Drupal\shortcut\ShortcutSetInterface defined at core/modules/shortcut/src/ShortcutSetStorageInterface.php:66 | |
core/modules/shortcut/src/Form/SwitchShortcutSet.php:211 PhanTypeMismatchArgument Argument 1 (shortcut_set) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface|null but \Drupal\shortcut\ShortcutSetStorageInterface::assignUser() takes \Drupal\shortcut\ShortcutSetInterface defined at core/modules/shortcut/src/ShortcutSetStorageInterface.php:21 | |
core/modules/shortcut/src/Plugin/migrate/destination/EntityShortcutSet.php:22 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setSyncing | |
core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php:91 PhanTypeMismatchArgument Argument 1 (shortcut_set) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface|null but \Drupal\shortcut\ShortcutSetStorageInterface::assignUser() takes \Drupal\shortcut\ShortcutSetInterface defined at core/modules/shortcut/src/ShortcutSetStorageInterface.php:21 | |
core/modules/shortcut/src/ShortcutAccessControlHandler.php:55 PhanParamTooMany Call with 2 arg(s) to \shortcut_set_edit_access() which only takes 1 arg(s) defined at core/modules/shortcut/shortcut.module:57 | |
core/modules/shortcut/src/ShortcutAccessControlHandler.php:55 PhanTypeMismatchArgument Argument 1 (shortcut_set) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \shortcut_set_edit_access() takes ?\Drupal\shortcut\ShortcutSetInterface defined at core/modules/shortcut/shortcut.module:57 | |
core/modules/shortcut/src/ShortcutAccessControlHandler.php:67 PhanParamTooMany Call with 2 arg(s) to \shortcut_set_edit_access() which only takes 1 arg(s) defined at core/modules/shortcut/shortcut.module:57 | |
core/modules/shortcut/src/ShortcutAccessControlHandler.php:67 PhanTypeMismatchArgument Argument 1 (shortcut_set) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \shortcut_set_edit_access() takes ?\Drupal\shortcut\ShortcutSetInterface defined at core/modules/shortcut/shortcut.module:57 | |
core/modules/shortcut/src/ShortcutSetStorage.php:65 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/shortcut/src/ShortcutSetStorage.php:85 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/simpletest/simpletest.module:198 PhanParamSpecial1 Argument 2 (pieces) is string but \implode() takes array when argument 1 is string | |
core/modules/simpletest/simpletest.module:331 PhanUndeclaredClassConstant Reference to constant class from undeclared class \Drupal\Tests\Listeners\SimpletestUiPrinter | |
core/modules/simpletest/simpletest.module:359 PhanTypeMismatchArgumentInternal Argument 2 (output) is string but \exec() takes array | |
core/modules/simpletest/simpletest.module:359 PhanTypeMismatchArgumentInternal Argument 2 (pieces) is string but \join() takes array | |
core/modules/simpletest/simpletest.module:727 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/simpletest/simpletest.module:730 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/simpletest/simpletest.module:772 PhanTypeMissingReturn Method \simpletest_phpunit_xml_to_rows is declared to return array[] but has no return value | |
core/modules/simpletest/src/AssertContentTrait.php:62 PhanTypeMismatchProperty Assigning null to property but \Drupal\simpletest\AssertContentTrait::plainTextContent is string | |
core/modules/simpletest/src/AssertContentTrait.php:63 PhanTypeMismatchProperty Assigning null to property but \Drupal\simpletest\AssertContentTrait::elements is \SimpleXMLElement | |
core/modules/simpletest/src/AssertContentTrait.php:95 PhanTypeMismatchProperty Assigning null to property but \Drupal\simpletest\AssertContentTrait::plainTextContent is string | |
core/modules/simpletest/src/AssertContentTrait.php:96 PhanTypeMismatchProperty Assigning null to property but \Drupal\simpletest\AssertContentTrait::elements is \SimpleXMLElement | |
core/modules/simpletest/src/AssertContentTrait.php:130 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::pass | |
core/modules/simpletest/src/AssertContentTrait.php:137 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::fail | |
core/modules/simpletest/src/AssertContentTrait.php:150 PhanUndeclaredProperty Reference to undeclared property \Drupal\simpletest\AssertContentTrait->url | |
core/modules/simpletest/src/AssertContentTrait.php:305 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assert | |
core/modules/simpletest/src/AssertContentTrait.php:332 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assert | |
core/modules/simpletest/src/AssertContentTrait.php:356 PhanTypeMismatchDefault Default value for string $index can't be int | |
core/modules/simpletest/src/AssertContentTrait.php:359 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assert | |
core/modules/simpletest/src/AssertContentTrait.php:384 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assert | |
core/modules/simpletest/src/AssertContentTrait.php:409 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assert | |
core/modules/simpletest/src/AssertContentTrait.php:437 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assert | |
core/modules/simpletest/src/AssertContentTrait.php:465 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assert | |
core/modules/simpletest/src/AssertContentTrait.php:493 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assert | |
core/modules/simpletest/src/AssertContentTrait.php:522 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assert | |
core/modules/simpletest/src/AssertContentTrait.php:609 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assert | |
core/modules/simpletest/src/AssertContentTrait.php:698 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assert | |
core/modules/simpletest/src/AssertContentTrait.php:702 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assert | |
core/modules/simpletest/src/AssertContentTrait.php:728 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assert | |
core/modules/simpletest/src/AssertContentTrait.php:754 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assert | |
core/modules/simpletest/src/AssertContentTrait.php:777 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assert | |
core/modules/simpletest/src/AssertContentTrait.php:804 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::castSafeStrings | |
core/modules/simpletest/src/AssertContentTrait.php:805 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::castSafeStrings | |
core/modules/simpletest/src/AssertContentTrait.php:812 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assertEqual | |
core/modules/simpletest/src/AssertContentTrait.php:814 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::fail | |
core/modules/simpletest/src/AssertContentTrait.php:844 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assertNotEqual | |
core/modules/simpletest/src/AssertContentTrait.php:880 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::verbose | |
core/modules/simpletest/src/AssertContentTrait.php:889 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assertIdentical | |
core/modules/simpletest/src/AssertContentTrait.php:921 PhanTypeArraySuspicious Suspicious array access to \SimpleXMLElement | |
core/modules/simpletest/src/AssertContentTrait.php:931 PhanTypeArraySuspicious Suspicious array access to \SimpleXMLElement | |
core/modules/simpletest/src/AssertContentTrait.php:946 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assertTrue | |
core/modules/simpletest/src/AssertContentTrait.php:1032 PhanTypeArraySuspicious Suspicious array access to \SimpleXMLElement | |
core/modules/simpletest/src/AssertContentTrait.php:1038 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assertFalse | |
core/modules/simpletest/src/AssertContentTrait.php:1191 PhanTypeArraySuspicious Suspicious array access to \SimpleXMLElement | |
core/modules/simpletest/src/AssertContentTrait.php:1191 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assertTrue | |
core/modules/simpletest/src/AssertContentTrait.php:1215 PhanTypeArraySuspicious Suspicious array access to \SimpleXMLElement | |
core/modules/simpletest/src/AssertContentTrait.php:1215 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assertTrue | |
core/modules/simpletest/src/AssertContentTrait.php:1241 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assertTrue | |
core/modules/simpletest/src/AssertContentTrait.php:1259 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assertTrue | |
core/modules/simpletest/src/AssertContentTrait.php:1285 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assertTrue | |
core/modules/simpletest/src/AssertContentTrait.php:1312 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assertTrue | |
core/modules/simpletest/src/AssertContentTrait.php:1340 PhanTypeArraySuspicious Suspicious array access to \SimpleXMLElement | |
core/modules/simpletest/src/AssertContentTrait.php:1340 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assertTrue | |
core/modules/simpletest/src/AssertContentTrait.php:1368 PhanTypeArraySuspicious Suspicious array access to \SimpleXMLElement | |
core/modules/simpletest/src/AssertContentTrait.php:1368 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assertTrue | |
core/modules/simpletest/src/AssertContentTrait.php:1394 PhanTypeArraySuspicious Suspicious array access to \SimpleXMLElement | |
core/modules/simpletest/src/AssertContentTrait.php:1394 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assertTrue | |
core/modules/simpletest/src/AssertContentTrait.php:1417 PhanTypeMismatchArgument Argument 2 (value) is null but \Drupal\simpletest\AssertContentTrait::assertFieldByXPath() takes string defined at core/modules/simpletest/src/AssertContentTrait.php:972 | |
core/modules/simpletest/src/AssertContentTrait.php:1440 PhanTypeMismatchArgument Argument 2 (value) is null but \Drupal\simpletest\AssertContentTrait::assertNoFieldByXPath() takes string defined at core/modules/simpletest/src/AssertContentTrait.php:1023 | |
core/modules/simpletest/src/AssertContentTrait.php:1470 PhanTypeArraySuspicious Suspicious array access to \SimpleXMLElement | |
core/modules/simpletest/src/AssertContentTrait.php:1472 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::fail | |
core/modules/simpletest/src/AssertContentTrait.php:1477 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\AssertContentTrait::assert | |
core/modules/simpletest/src/BlockCreationTrait.php:46 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\BlockCreationTrait::randomMachineName | |
core/modules/simpletest/src/BlockCreationTrait.php:48 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\BlockCreationTrait::randomMachineName | |
core/modules/simpletest/src/BrowserTestBase.php:22 PhanUndeclaredExtendedClass Class extends undeclared class \Drupal\Tests\BrowserTestBase | |
core/modules/simpletest/src/ContentTypeCreationTrait.php:30 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\ContentTypeCreationTrait::randomMachineName | |
core/modules/simpletest/src/ContentTypeCreationTrait.php:48 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\ContentTypeCreationTrait::assertEqual | |
core/modules/simpletest/src/Form/SimpletestResultsForm.php:120 PhanParamTooMany Call with 3 arg(s) to \Drupal\simpletest\Form\SimpletestResultsForm::addResultForm() which only takes 2 arg(s) defined at core/modules/simpletest/src/Form/SimpletestResultsForm.php:248 | |
core/modules/simpletest/src/Form/SimpletestResultsForm.php:220 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::orderBy | |
core/modules/simpletest/src/Form/SimpletestResultsForm.php:222 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/simpletest/src/Form/SimpletestSettingsForm.php:59 PhanUndeclaredConstant Reference to undeclared constant \CURLAUTH_BASIC | |
core/modules/simpletest/src/Form/SimpletestSettingsForm.php:60 PhanUndeclaredConstant Reference to undeclared constant \CURLAUTH_DIGEST | |
core/modules/simpletest/src/Form/SimpletestSettingsForm.php:61 PhanUndeclaredConstant Reference to undeclared constant \CURLAUTH_GSSNEGOTIATE | |
core/modules/simpletest/src/Form/SimpletestSettingsForm.php:62 PhanUndeclaredConstant Reference to undeclared constant \CURLAUTH_NTLM | |
core/modules/simpletest/src/Form/SimpletestSettingsForm.php:63 PhanUndeclaredConstant Reference to undeclared constant \CURLAUTH_ANY | |
core/modules/simpletest/src/Form/SimpletestSettingsForm.php:64 PhanUndeclaredConstant Reference to undeclared constant \CURLAUTH_ANYSAFE | |
core/modules/simpletest/src/Form/SimpletestTestForm.php:233 PhanParamTooMany Call with 2 arg(s) to \simpletest_run_tests() which only takes 1 arg(s) defined at core/modules/simpletest/simpletest.module:127 | |
core/modules/simpletest/src/InstallerTestBase.php:80 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\InstallerTestBase::randomMachineName | |
core/modules/simpletest/src/InstallerTestBase.php:114 PhanTypeMismatchArgument Argument 2 (service) is string but \Symfony\Component\DependencyInjection\ContainerInterface::set() takes object defined at vendor/symfony/dependency-injection/ContainerInterface.php:41 | |
core/modules/simpletest/src/InstallerTestBase.php:138 PhanTypeMismatchArgument Argument 1 (app_root) is object but \Drupal\Core\Site\Settings::initialize() takes string defined at core/lib/Drupal/Core/Site/Settings.php:114 | |
core/modules/simpletest/src/InstallerTestBase.php:177 PhanTypeMismatchArgument Argument 1 (path) is null but \Drupal\simpletest\InstallerTestBase::drupalPostForm() takes \Drupal\Core\Url|string defined at core/modules/simpletest/src/WebTestBase.php:1077 | |
core/modules/simpletest/src/InstallerTestBase.php:187 PhanTypeMismatchArgument Argument 1 (path) is null but \Drupal\simpletest\InstallerTestBase::drupalPostForm() takes \Drupal\Core\Url|string defined at core/modules/simpletest/src/WebTestBase.php:1077 | |
core/modules/simpletest/src/InstallerTestBase.php:195 PhanTypeMismatchArgument Argument 1 (path) is null but \Drupal\simpletest\InstallerTestBase::drupalPostForm() takes \Drupal\Core\Url|string defined at core/modules/simpletest/src/WebTestBase.php:1077 | |
core/modules/simpletest/src/InstallerTestBase.php:203 PhanTypeMismatchArgument Argument 1 (path) is null but \Drupal\simpletest\InstallerTestBase::drupalPostForm() takes \Drupal\Core\Url|string defined at core/modules/simpletest/src/WebTestBase.php:1077 | |
core/modules/simpletest/src/InstallerTestBase.php:217 PhanUndeclaredClassMethod Call to method refreshVariables from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/KernelTestBase.php:94 PhanUndeclaredClassMethod Call to method __construct from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/KernelTestBase.php:292 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\KernelTestBase::unregisterStreamWrapper | |
core/modules/simpletest/src/KernelTestBase.php:294 PhanUndeclaredClassMethod Call to method tearDown from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/NodeCreationTrait.php:71 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\NodeCreationTrait::randomMachineName | |
core/modules/simpletest/src/NodeCreationTrait.php:74 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\NodeCreationTrait::randomMachineName | |
core/modules/simpletest/src/RandomGeneratorTrait.php:15 PhanUndeclaredTrait Class uses undeclared trait \Drupal\Tests\RandomGeneratorTrait | |
core/modules/simpletest/src/RouteProvider.php:26 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\DependencyInjection\DependencySerializationTrait->service | |
core/modules/simpletest/src/RouteProvider.php:28 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\DependencyInjection\DependencySerializationTrait->service | |
core/modules/simpletest/src/RouteProvider.php:28 PhanUndeclaredProperty Reference to undeclared property \Drupal\simpletest\RouteProvider->service | |
core/modules/simpletest/src/RouteProvider.php:32 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\DependencyInjection\DependencySerializationTrait->service | |
core/modules/simpletest/src/RouteProvider.php:67 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Routing\PreloadableRouteProviderInterface::getCandidateOutlines | |
core/modules/simpletest/src/RouteProvider.php:81 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Routing\PreloadableRouteProviderInterface::routeProviderRouteCompare | |
core/modules/simpletest/src/SessionTestTrait.php:15 PhanUndeclaredTrait Class uses undeclared trait \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:24 PhanUndeclaredTrait Class uses undeclared trait \Drupal\Tests\ConfigTestTrait | |
core/modules/simpletest/src/TestBase.php:24 PhanUndeclaredTrait Class uses undeclared trait \Drupal\Tests\RandomGeneratorTrait | |
core/modules/simpletest/src/TestBase.php:24 PhanUndeclaredTrait Class uses undeclared trait \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:227 PhanUndeclaredConstant Reference to undeclared constant \CURLAUTH_BASIC | |
core/modules/simpletest/src/TestBase.php:318 PhanUndeclaredClassMethod Call to method getAssertionCall from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:328 PhanTypeArraySuspicious Suspicious array access to ?array | |
core/modules/simpletest/src/TestBase.php:329 PhanTypeArraySuspicious Suspicious array access to ?array | |
core/modules/simpletest/src/TestBase.php:330 PhanTypeArraySuspicious Suspicious array access to ?array | |
core/modules/simpletest/src/TestBase.php:334 PhanUndeclaredClassMethod Call to method storeAssertion from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:410 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/simpletest/src/TestBase.php:460 PhanUndeclaredClassMethod Call to method assert from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:485 PhanUndeclaredClassMethod Call to method assert from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:508 PhanUndeclaredClassMethod Call to method assert from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:531 PhanUndeclaredClassMethod Call to method assert from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:559 PhanUndeclaredClassMethod Call to method castSafeStrings from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:560 PhanUndeclaredClassMethod Call to method castSafeStrings from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:566 PhanUndeclaredClassMethod Call to method assert from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:594 PhanUndeclaredClassMethod Call to method castSafeStrings from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:595 PhanUndeclaredClassMethod Call to method castSafeStrings from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:601 PhanUndeclaredClassMethod Call to method assert from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:631 PhanUndeclaredClassMethod Call to method assert from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:661 PhanUndeclaredClassMethod Call to method assert from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:694 PhanUndeclaredClassMethod Call to method assertTrue from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:709 PhanUndeclaredClassMethod Call to method assertFalse from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:727 PhanUndeclaredClassMethod Call to method error from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:745 PhanUndeclaredClassMethod Call to method assertTrue from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:766 PhanUndeclaredClassMethod Call to method assert from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:787 PhanUndeclaredClassMethod Call to method assert from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:813 PhanUndeclaredClassMethod Call to method assert from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:816 PhanUndeclaredClassMethod Call to method assert from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:844 PhanUndeclaredClassMethod Call to method error from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:864 PhanUndeclaredClassMethod Call to method checkRequirements from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:876 PhanUndeclaredClassMethod Call to method config from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:915 PhanUndeclaredClassMethod Call to method assert from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:932 PhanUndeclaredClassMethod Call to method prepareEnvironment from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:935 PhanUndeclaredClassMethod Call to method exceptionHandler from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:947 PhanUndeclaredClassMethod Call to method setUp from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:950 PhanUndeclaredClassMethod Call to method exceptionHandler from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:954 PhanUndeclaredClassMethod Call to method restoreEnvironment from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:961 PhanUndeclaredClassMethod Call to method exceptionHandler from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:964 PhanUndeclaredClassMethod Call to method tearDown from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:967 PhanUndeclaredClassMethod Call to method exceptionHandler from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:972 PhanUndeclaredClassMethod Call to method restoreEnvironment from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:976 PhanUndeclaredClassMethod Call to method restoreEnvironment from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:981 PhanTypeMismatchProperty Assigning null to property but \Drupal\simpletest\TestServiceProvider::currentTest is \Drupal\Core\Test\TestSetupTrait|\Drupal\Tests\ConfigTestTrait|\Drupal\Tests\RandomGeneratorTrait|\Drupal\Tests\SessionTestTrait|\Drupal\simpletest\AssertHelperTrait|\Drupal\simpletest\TestBase | |
core/modules/simpletest/src/TestBase.php:1016 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/simpletest/src/TestBase.php:1054 PhanUndeclaredClassMethod Call to method beforePrepareEnvironment from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:1057 PhanUndeclaredClassMethod Call to method prepareDatabasePrefix from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:1063 PhanUndeclaredConstant Reference to undeclared constant \DRUPAL_TEST_IN_CHILD_SITE | |
core/modules/simpletest/src/TestBase.php:1118 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Test\TestSetupTrait->generatedTestFiles | |
core/modules/simpletest/src/TestBase.php:1149 PhanUndeclaredClassMethod Call to method changeDatabasePrefix from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:1204 PhanUndeclaredClassMethod Call to method pass from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:1264 PhanTypeMismatchArgument Argument 1 (new_prefix) is bool but \drupal_valid_test_ua() takes string defined at core/includes/bootstrap.inc:613 | |
core/modules/simpletest/src/TestBase.php:1304 PhanUndeclaredClassMethod Call to method error from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestBase.php:1327 PhanUndeclaredClassMethod Call to method error from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/TestDiscovery.php:425 PhanUndeclaredClassMethod Call to method parseTestMethodAnnotations from undeclared class \PHPUnit_Util_Test | |
core/modules/simpletest/src/TestServiceProvider.php:22 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\TestBase::containerBuild | |
core/modules/simpletest/src/UserCreationTrait.php:58 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\UserCreationTrait::randomMachineName | |
core/modules/simpletest/src/UserCreationTrait.php:73 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\UserCreationTrait::assertTrue | |
core/modules/simpletest/src/UserCreationTrait.php:129 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\UserCreationTrait::randomMachineName | |
core/modules/simpletest/src/UserCreationTrait.php:135 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\UserCreationTrait::randomString | |
core/modules/simpletest/src/UserCreationTrait.php:153 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\UserCreationTrait::assertIdentical | |
core/modules/simpletest/src/UserCreationTrait.php:165 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\UserCreationTrait::pass | |
core/modules/simpletest/src/UserCreationTrait.php:168 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\UserCreationTrait::fail | |
core/modules/simpletest/src/UserCreationTrait.php:192 PhanUndeclaredMethod Call to undeclared method \Drupal\simpletest\UserCreationTrait::fail | |
core/modules/simpletest/src/WebAssert.php:15 PhanUndeclaredExtendedClass Class extends undeclared class \Drupal\Tests\WebAssert | |
core/modules/simpletest/src/WebTestBase.php:32 PhanUndeclaredTrait Class uses undeclared trait \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:32 PhanUndeclaredTrait Class uses undeclared trait \Drupal\Tests\Traits\Core\CronRunTrait | |
core/modules/simpletest/src/WebTestBase.php:32 PhanUndeclaredTrait Class uses undeclared trait \Drupal\Tests\XdebugRequestTrait | |
core/modules/simpletest/src/WebTestBase.php:207 PhanUndeclaredClassMethod Call to method __construct from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/WebTestBase.php:277 PhanUndeclaredClassMethod Call to method findBlockInstance from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:278 PhanUndeclaredClassMethod Call to method assertTrue from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:288 PhanUndeclaredClassMethod Call to method findBlockInstance from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:289 PhanUndeclaredClassMethod Call to method assertFalse from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:302 PhanUndeclaredClassMethod Call to method xpath from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:334 PhanUndeclaredClassMethod Call to method drupalLogout from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:339 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Session\AccountInterface->pass_raw | |
core/modules/simpletest/src/WebTestBase.php:341 PhanUndeclaredClassMethod Call to method drupalPostForm from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:345 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Session\AccountInterface->session_id | |
core/modules/simpletest/src/WebTestBase.php:347 PhanUndeclaredClassMethod Call to method assert from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:347 PhanUndeclaredClassMethod Call to method drupalUserIsLoggedIn from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:363 PhanUndeclaredProperty Reference to undeclared property \Drupal\user\UserInterface->session_id | |
core/modules/simpletest/src/WebTestBase.php:365 PhanUndeclaredProperty Reference to undeclared property \Drupal\user\UserInterface->session_id | |
core/modules/simpletest/src/WebTestBase.php:380 PhanUndeclaredClassMethod Call to method drupalGet from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:381 PhanUndeclaredClassMethod Call to method assertResponse from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:382 PhanUndeclaredClassMethod Call to method assertField from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:383 PhanUndeclaredClassMethod Call to method assertField from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:387 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Session\AccountInterface->session_id | |
core/modules/simpletest/src/WebTestBase.php:418 PhanUndeclaredClassMethod Call to method setBatch from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:421 PhanUndeclaredClassMethod Call to method initUserSession from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:424 PhanUndeclaredClassMethod Call to method prepareSettings from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:427 PhanUndeclaredClassMethod Call to method doInstall from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:430 PhanUndeclaredClassMethod Call to method initSettings from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:433 PhanUndeclaredClassMethod Call to method initKernel from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:436 PhanUndeclaredClassMethod Call to method initConfig from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:439 PhanUndeclaredClassMethod Call to method installModulesFromClassProperty from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:442 PhanUndeclaredClassMethod Call to method restoreBatch from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:445 PhanUndeclaredClassMethod Call to method rebuildAll from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:487 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Session\AccountInterface->name | |
core/modules/simpletest/src/WebTestBase.php:490 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Session\AccountInterface->pass_raw | |
core/modules/simpletest/src/WebTestBase.php:491 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Session\AccountInterface->pass_raw | |
core/modules/simpletest/src/WebTestBase.php:505 PhanUndeclaredClassMethod Call to method getDatabaseTypes from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:602 PhanUndeclaredClassMethod Call to method settingsSet from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:611 PhanUndeclaredClassMethod Call to method writeSettings from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:626 PhanUndeclaredClassMethod Call to method tearDown from undeclared class \Drupal\Tests\SessionTestTrait | |
core/modules/simpletest/src/WebTestBase.php:637 PhanUndeclaredClassMethod Call to method curlClose from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:663 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_COOKIEJAR | |
core/modules/simpletest/src/WebTestBase.php:664 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_URL | |
core/modules/simpletest/src/WebTestBase.php:665 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_FOLLOWLOCATION | |
core/modules/simpletest/src/WebTestBase.php:666 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_RETURNTRANSFER | |
core/modules/simpletest/src/WebTestBase.php:668 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_SSL_VERIFYPEER | |
core/modules/simpletest/src/WebTestBase.php:670 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_SSL_VERIFYHOST | |
core/modules/simpletest/src/WebTestBase.php:671 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_HEADERFUNCTION | |
core/modules/simpletest/src/WebTestBase.php:672 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_USERAGENT | |
core/modules/simpletest/src/WebTestBase.php:674 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_SAFE_UPLOAD | |
core/modules/simpletest/src/WebTestBase.php:677 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_HTTPAUTH | |
core/modules/simpletest/src/WebTestBase.php:678 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_USERPWD | |
core/modules/simpletest/src/WebTestBase.php:689 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_USERAGENT | |
core/modules/simpletest/src/WebTestBase.php:709 PhanUndeclaredClassMethod Call to method curlInitialize from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:711 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_URL | |
core/modules/simpletest/src/WebTestBase.php:717 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_URL | |
core/modules/simpletest/src/WebTestBase.php:718 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_URL | |
core/modules/simpletest/src/WebTestBase.php:719 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_URL | |
core/modules/simpletest/src/WebTestBase.php:723 PhanUndeclaredConstant Reference to undeclared constant \CURLINFO_EFFECTIVE_URL | |
core/modules/simpletest/src/WebTestBase.php:723 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_URL | |
core/modules/simpletest/src/WebTestBase.php:725 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_POST | |
core/modules/simpletest/src/WebTestBase.php:731 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_HTTPHEADER | |
core/modules/simpletest/src/WebTestBase.php:739 PhanUndeclaredClassMethod Call to method extractCookiesFromRequest from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:748 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_COOKIE | |
core/modules/simpletest/src/WebTestBase.php:751 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_COOKIE | |
core/modules/simpletest/src/WebTestBase.php:752 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_COOKIE | |
core/modules/simpletest/src/WebTestBase.php:754 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_COOKIE | |
core/modules/simpletest/src/WebTestBase.php:767 PhanUndeclaredConstant Reference to undeclared constant \CURLINFO_HTTP_CODE | |
core/modules/simpletest/src/WebTestBase.php:775 PhanUndeclaredClassMethod Call to method drupalGetHeader from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:778 PhanUndeclaredClassMethod Call to method drupalGetHeader from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:778 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_URL | |
core/modules/simpletest/src/WebTestBase.php:779 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_HTTPGET | |
core/modules/simpletest/src/WebTestBase.php:780 PhanUndeclaredClassMethod Call to method curlExec from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:784 PhanUndeclaredClassMethod Call to method setRawContent from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:785 PhanUndeclaredConstant Reference to undeclared constant \CURLINFO_EFFECTIVE_URL | |
core/modules/simpletest/src/WebTestBase.php:788 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_NOBODY | |
core/modules/simpletest/src/WebTestBase.php:788 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_POSTFIELDS | |
core/modules/simpletest/src/WebTestBase.php:791 PhanUndeclaredClassMethod Call to method getRawContent from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:794 PhanUndeclaredClassMethod Call to method assertTrue from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:794 PhanUndeclaredClassMethod Call to method getRawContent from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:795 PhanUndeclaredClassMethod Call to method getRawContent from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:835 PhanUndeclaredClassMethod Call to method getSessionName from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:871 PhanUndeclaredConstant Reference to undeclared constant \DRUPAL_TEST_IN_CHILD_SITE | |
core/modules/simpletest/src/WebTestBase.php:892 PhanUndeclaredClassMethod Call to method buildUrl from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:892 PhanUndeclaredClassMethod Call to method curlExec from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:892 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_HTTPGET | |
core/modules/simpletest/src/WebTestBase.php:892 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_HTTPHEADER | |
core/modules/simpletest/src/WebTestBase.php:892 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_NOBODY | |
core/modules/simpletest/src/WebTestBase.php:892 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_URL | |
core/modules/simpletest/src/WebTestBase.php:894 PhanUndeclaredClassMethod Call to method refreshVariables from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:897 PhanUndeclaredClassMethod Call to method checkForMetaRefresh from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:908 PhanUndeclaredClassMethod Call to method getUrl from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:914 PhanUndeclaredClassMethod Call to method verbose from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:932 PhanUndeclaredClassMethod Call to method drupalGetWithFormat from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:952 PhanUndeclaredClassMethod Call to method drupalGet from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:972 PhanUndeclaredClassMethod Call to method drupalGetXHR from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:990 PhanUndeclaredClassMethod Call to method drupalGet from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1083 PhanUndeclaredClassMethod Call to method castSafeStrings from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1089 PhanUndeclaredClassMethod Call to method drupalGet from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1092 PhanUndeclaredClassMethod Call to method parse from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1099 PhanUndeclaredClassMethod Call to method xpath from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1105 PhanUndeclaredClassMethod Call to method handleForm from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1106 PhanTypeArraySuspicious Suspicious array access to \SimpleXMLElement | |
core/modules/simpletest/src/WebTestBase.php:1106 PhanUndeclaredClassMethod Call to method getAbsoluteUrl from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1106 PhanUndeclaredClassMethod Call to method getUrl from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1111 PhanUndeclaredClassMethod Call to method getAbsoluteUrl from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1142 PhanUndeclaredClassMethod Call to method serializePostValues from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1144 PhanUndeclaredClassMethod Call to method curlExec from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1144 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_HTTPHEADER | |
core/modules/simpletest/src/WebTestBase.php:1144 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_POST | |
core/modules/simpletest/src/WebTestBase.php:1144 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_POSTFIELDS | |
core/modules/simpletest/src/WebTestBase.php:1144 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_URL | |
core/modules/simpletest/src/WebTestBase.php:1147 PhanUndeclaredClassMethod Call to method refreshVariables from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1151 PhanUndeclaredClassMethod Call to method checkForMetaRefresh from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1159 PhanUndeclaredClassMethod Call to method getUrl from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1166 PhanUndeclaredClassMethod Call to method verbose from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1172 PhanUndeclaredClassMethod Call to method fail from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1175 PhanUndeclaredClassMethod Call to method assertTrue from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1177 PhanUndeclaredClassMethod Call to method fail from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1232 PhanUndeclaredClassMethod Call to method drupalGet from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1254 PhanUndeclaredClassMethod Call to method xpath from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1255 PhanTypeArraySuspicious Suspicious array access to \SimpleXMLElement | |
core/modules/simpletest/src/WebTestBase.php:1267 PhanUndeclaredClassMethod Call to method getAjaxPageStatePostData from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1269 PhanUndeclaredClassMethod Call to method serializePostValues from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1298 PhanUndeclaredClassMethod Call to method drupalPostForm from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1300 PhanUndeclaredClassMethod Call to method assertIdentical from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1300 PhanUndeclaredClassMethod Call to method drupalGetHeader from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1305 PhanUndeclaredClassMethod Call to method drupalProcessAjaxResponse from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1310 PhanUndeclaredClassMethod Call to method getUrl from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1313 PhanUndeclaredClassMethod Call to method verbose from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1441 PhanUndeclaredClassMethod Call to method setRawContent from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1442 PhanUndeclaredClassMethod Call to method setDrupalSettings from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1468 PhanUndeclaredClassMethod Call to method curlExec from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1469 PhanUndeclaredClassMethod Call to method buildUrl from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1469 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_URL | |
core/modules/simpletest/src/WebTestBase.php:1470 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_POST | |
core/modules/simpletest/src/WebTestBase.php:1471 PhanUndeclaredClassMethod Call to method serializePostValues from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1471 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_POSTFIELDS | |
core/modules/simpletest/src/WebTestBase.php:1472 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_HTTPHEADER | |
core/modules/simpletest/src/WebTestBase.php:1503 PhanUndeclaredClassMethod Call to method drupalPost from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1579 PhanUndeclaredClassMethod Call to method getRawContent from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1579 PhanUndeclaredClassMethod Call to method parse from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1580 PhanUndeclaredClassMethod Call to method xpath from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1584 PhanTypeArraySuspicious Suspicious array access to \SimpleXMLElement | |
core/modules/simpletest/src/WebTestBase.php:1586 PhanUndeclaredClassMethod Call to method drupalGet from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1586 PhanUndeclaredClassMethod Call to method getAbsoluteUrl from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1609 PhanUndeclaredClassMethod Call to method buildUrl from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1610 PhanUndeclaredClassMethod Call to method curlExec from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1610 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_HTTPHEADER | |
core/modules/simpletest/src/WebTestBase.php:1610 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_NOBODY | |
core/modules/simpletest/src/WebTestBase.php:1610 PhanUndeclaredConstant Reference to undeclared constant \CURLOPT_URL | |
core/modules/simpletest/src/WebTestBase.php:1612 PhanUndeclaredClassMethod Call to method refreshVariables from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1615 PhanUndeclaredClassMethod Call to method verbose from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1616 PhanUndeclaredClassMethod Call to method getUrl from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1694 PhanUndeclaredClassMethod Call to method getAllOptions from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1701 PhanTypeArraySuspicious Suspicious array access to \SimpleXMLElement | |
core/modules/simpletest/src/WebTestBase.php:1719 PhanTypeArraySuspicious Suspicious array access to \SimpleXMLElement | |
core/modules/simpletest/src/WebTestBase.php:1744 PhanUndeclaredClassMethod Call to method getAllOptions from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1748 PhanTypeArraySuspicious Suspicious array access to \SimpleXMLElement | |
core/modules/simpletest/src/WebTestBase.php:1751 PhanTypeArraySuspicious Suspicious array access to \SimpleXMLElement | |
core/modules/simpletest/src/WebTestBase.php:1754 PhanTypeArraySuspicious Suspicious array access to \SimpleXMLElement | |
core/modules/simpletest/src/WebTestBase.php:1802 PhanUndeclaredClassMethod Call to method clickLinkHelper from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1821 PhanUndeclaredClassMethod Call to method clickLinkHelper from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1840 PhanUndeclaredClassMethod Call to method getUrl from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1841 PhanUndeclaredClassMethod Call to method xpath from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1843 PhanTypeArraySuspicious Suspicious array access to \SimpleXMLElement | |
core/modules/simpletest/src/WebTestBase.php:1843 PhanUndeclaredClassMethod Call to method getAbsoluteUrl from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1844 PhanUndeclaredClassMethod Call to method pass from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1845 PhanUndeclaredClassMethod Call to method drupalGet from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1847 PhanUndeclaredClassMethod Call to method fail from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1879 PhanUndeclaredClassMethod Call to method getUrl from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1975 PhanUndeclaredClassMethod Call to method drupalGetHeaders from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:1983 PhanUndeclaredClassMethod Call to method drupalGetHeaders from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:2010 PhanUndeclaredClassMethod Call to method drupalGetHeader from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:2011 PhanUndeclaredClassMethod Call to method assertTrue from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:2052 PhanUndeclaredClassMethod Call to method getUrl from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:2057 PhanUndeclaredClassMethod Call to method getUrl from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:2059 PhanUndeclaredClassMethod Call to method assertEqual from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:2083 PhanUndeclaredConstant Reference to undeclared constant \CURLINFO_HTTP_CODE | |
core/modules/simpletest/src/WebTestBase.php:2085 PhanUndeclaredClassMethod Call to method assertTrue from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:2109 PhanUndeclaredConstant Reference to undeclared constant \CURLINFO_HTTP_CODE | |
core/modules/simpletest/src/WebTestBase.php:2111 PhanUndeclaredClassMethod Call to method assertFalse from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:2150 PhanUndeclaredClassMethod Call to method getAbsoluteUrl from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:2161 PhanUndeclaredClassMethod Call to method drupalGetHeader from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:2162 PhanUndeclaredClassMethod Call to method assertTrue from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:2172 PhanUndeclaredClassMethod Call to method drupalGetHeader from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:2173 PhanUndeclaredClassMethod Call to method assertFalse from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:2185 PhanUndeclaredClassMethod Call to method setContainerParameter from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:2186 PhanUndeclaredClassMethod Call to method rebuildContainer from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/simpletest/src/WebTestBase.php:2187 PhanUndeclaredClassMethod Call to method resetAll from undeclared class \Drupal\Tests\TestFileCreationTrait | |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php:70 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/statistics/src/NodeStatisticsDatabaseStorage.php:109 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php:199 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTitle | |
core/modules/statistics/statistics.module:42 PhanTypeMismatchArgument Argument 1 (node) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \node_is_page() takes \Drupal\node\NodeInterface defined at core/modules/node/node.module:500 | |
core/modules/statistics/statistics.module:42 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->in_preview | |
core/modules/statistics/statistics.module:103 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::orderBy | |
core/modules/statistics/statistics.module:106 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\Select::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/statistics/statistics.module:107 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/statistics/statistics.module:110 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/statistics/statistics.module:111 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/statistics/statistics.tokens.inc:47 PhanTypeArraySuspicious Suspicious array access to bool | |
core/modules/statistics/statistics.tokens.inc:51 PhanTypeArraySuspicious Suspicious array access to bool | |
core/modules/statistics/statistics.tokens.inc:55 PhanTypeArraySuspicious Suspicious array access to bool | |
core/modules/statistics/statistics.tokens.inc:61 PhanTypeArraySuspicious Suspicious array access to bool | |
core/modules/system/src/Controller/BatchController.php:39 PhanTypeMismatchArgument Argument 1 (root) is object but \Drupal\system\Controller\BatchController::__construct() takes string defined at core/modules/system/src/Controller/BatchController.php:29 | |
core/modules/system/src/Controller/DbUpdateController.php:116 PhanTypeMismatchArgument Argument 1 (root) is object but \Drupal\system\Controller\DbUpdateController::__construct() takes string defined at core/modules/system/src/Controller/DbUpdateController.php:100 | |
core/modules/system/src/Controller/DbUpdateController.php:471 PhanTypeMismatchArgumentInternal Argument 1 (str) is null but \trim() takes string | |
core/modules/system/src/Controller/DbUpdateController.php:602 PhanTypeMismatchArgument Argument 2 (version) is int but \drupal_set_installed_schema_version() takes string defined at core/includes/schema.inc:105 | |
core/modules/system/src/Controller/SystemController.php:108 PhanTypeMismatchArgument Argument 1 (menu_name) is null but \Drupal\Core\Menu\MenuLinkTreeInterface::load() takes string defined at core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php:61 | |
core/modules/system/src/Controller/SystemController.php:198 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->is_default | |
core/modules/system/src/Controller/SystemController.php:199 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->is_admin | |
core/modules/system/src/Controller/SystemController.php:199 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->is_default | |
core/modules/system/src/Controller/SystemController.php:202 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->screenshot | |
core/modules/system/src/Controller/SystemController.php:204 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->base_themes | |
core/modules/system/src/Controller/SystemController.php:205 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->base_themes | |
core/modules/system/src/Controller/SystemController.php:214 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->screenshot | |
core/modules/system/src/Controller/SystemController.php:224 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->status | |
core/modules/system/src/Controller/SystemController.php:226 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->incompatible_core | |
core/modules/system/src/Controller/SystemController.php:229 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->incompatible_region | |
core/modules/system/src/Controller/SystemController.php:230 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->incompatible_php | |
core/modules/system/src/Controller/SystemController.php:232 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->base_themes | |
core/modules/system/src/Controller/SystemController.php:232 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->incompatible_base | |
core/modules/system/src/Controller/SystemController.php:234 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->incompatible_engine | |
core/modules/system/src/Controller/SystemController.php:234 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->owner | |
core/modules/system/src/Controller/SystemController.php:236 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->operations | |
core/modules/system/src/Controller/SystemController.php:237 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->incompatible_base | |
core/modules/system/src/Controller/SystemController.php:237 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->incompatible_core | |
core/modules/system/src/Controller/SystemController.php:237 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->incompatible_engine | |
core/modules/system/src/Controller/SystemController.php:237 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->incompatible_php | |
core/modules/system/src/Controller/SystemController.php:237 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->status | |
core/modules/system/src/Controller/SystemController.php:241 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->operations | |
core/modules/system/src/Controller/SystemController.php:247 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->status | |
core/modules/system/src/Controller/SystemController.php:248 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->is_default | |
core/modules/system/src/Controller/SystemController.php:254 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->required_by | |
core/modules/system/src/Controller/SystemController.php:255 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->status | |
core/modules/system/src/Controller/SystemController.php:260 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->operations | |
core/modules/system/src/Controller/SystemController.php:267 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->operations | |
core/modules/system/src/Controller/SystemController.php:277 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->operations | |
core/modules/system/src/Controller/SystemController.php:283 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->operations | |
core/modules/system/src/Controller/SystemController.php:293 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->notes | |
core/modules/system/src/Controller/SystemController.php:294 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->is_default | |
core/modules/system/src/Controller/SystemController.php:295 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->notes | |
core/modules/system/src/Controller/SystemController.php:297 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->is_admin | |
core/modules/system/src/Controller/SystemController.php:298 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->notes | |
core/modules/system/src/Controller/SystemController.php:302 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->status | |
core/modules/system/src/Controller/SystemController.php:322 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Form\FormBuilderInterface::getForm() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Form/FormBuilderInterface.php:62 | |
core/modules/system/src/Controller/SystemController.php:324 PhanTypeMismatchReturn Returning type array but themesPage() is declared to return string | |
core/modules/system/src/Controller/ThemeController.php:36 PhanTypeMismatchProperty Assigning \Drupal\Core\Config\ConfigFactoryInterface to property but \Drupal\system\Controller\ThemeController::configFactory is \Drupal\Core\Config\Config | |
core/modules/system/src/Controller/ThemeController.php:154 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Config\Config::getEditable | |
core/modules/system/src/Controller/TimezoneController.php:34 PhanTypeMismatchArgumentInternal Argument 3 (isdst) is bool|null but \timezone_name_from_abbr() takes int | |
core/modules/system/src/DateFormatAccessControlHandler.php:27 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isLocked | |
core/modules/system/src/DateFormatAccessControlHandler.php:31 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Access\AccessResultInterface::addCacheableDependency | |
core/modules/system/src/Element/StatusReportPage.php:42 PhanTypeMismatchForeach string passed to foreach instead of array | |
core/modules/system/src/Element/StatusReportPage.php:100 PhanUndeclaredConstant Reference to undeclared constant \MAINTENANCE_MODE | |
core/modules/system/src/Entity/Action.php:145 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Config\Entity\ConfigEntityInterface::getType | |
core/modules/system/src/Entity/Action.php:146 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Config\Entity\ConfigEntityInterface::getType | |
core/modules/system/src/Form/DateFormatEditForm.php:20 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPattern | |
core/modules/system/src/Form/DateFormatFormBase.php:131 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPattern | |
core/modules/system/src/Form/ModulesListConfirmForm.php:115 PhanTypeMismatchArgument Argument 1 (key) is int but \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface::get() takes string defined at core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php:40 | |
core/modules/system/src/Form/ModulesListConfirmForm.php:162 PhanTypeMismatchArgument Argument 1 (key) is int but \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface::delete() takes string defined at core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php:110 | |
core/modules/system/src/Form/ModulesListForm.php:100 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Form\FormBase->accessManager | |
core/modules/system/src/Form/ModulesListForm.php:100 PhanUndeclaredProperty Reference to undeclared property \Drupal\system\Form\ModulesListForm->accessManager | |
core/modules/system/src/Form/ModulesListForm.php:215 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->status | |
core/modules/system/src/Form/ModulesListForm.php:225 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->status | |
core/modules/system/src/Form/ModulesListForm.php:235 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->status | |
core/modules/system/src/Form/ModulesListForm.php:237 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Form\FormBase->accessManager | |
core/modules/system/src/Form/ModulesListForm.php:255 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->status | |
core/modules/system/src/Form/ModulesListForm.php:256 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->status | |
core/modules/system/src/Form/ModulesListForm.php:300 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->requires | |
core/modules/system/src/Form/ModulesListForm.php:336 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->required_by | |
core/modules/system/src/Form/ModulesListForm.php:338 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->status | |
core/modules/system/src/Form/ModulesListForm.php:375 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->required | |
core/modules/system/src/Form/ModulesListForm.php:379 PhanUndeclaredVariable Variable $checkbox is undeclared | |
core/modules/system/src/Form/ModulesListForm.php:390 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->requires | |
core/modules/system/src/Form/ModulesListForm.php:412 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->required_by | |
core/modules/system/src/Form/ModulesListForm.php:435 PhanTypeMismatchArgument Argument 1 (key) is int but \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface::setWithExpire() takes string defined at core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php:20 | |
core/modules/system/src/Form/ModulesUninstallConfirmForm.php:128 PhanTypeMismatchArgument Argument 1 (key) is int but \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface::get() takes string defined at core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php:40 | |
core/modules/system/src/Form/ModulesUninstallConfirmForm.php:157 PhanTypeMismatchArgument Argument 1 (key) is int but \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface::delete() takes string defined at core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php:110 | |
core/modules/system/src/Form/ModulesUninstallForm.php:185 PhanTypeMismatchArgument Argument 1 (key) is int but \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface::setWithExpire() takes string defined at core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php:20 | |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php:222 PhanTypeMismatchArgument Argument 1 (start) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php:222 PhanTypeMismatchArgument Argument 2 (length) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/system/src/Form/ThemeAdminForm.php:39 PhanTypeInvalidRightOperand Invalid operator: left operand is array and right is not | |
core/modules/system/src/Form/ThemeSettingsForm.php:295 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->prefix | |
core/modules/system/src/Form/ThemeSettingsForm.php:301 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->prefix | |
core/modules/system/src/Form/ThemeSettingsForm.php:307 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->base_themes | |
core/modules/system/src/Form/ThemeSettingsForm.php:308 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->base_themes | |
core/modules/system/src/MenuAccessControlHandler.php:26 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isLocked | |
core/modules/system/src/MenuAccessControlHandler.php:30 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Access\AccessResultInterface::addCacheableDependency | |
core/modules/system/src/PathBasedBreadcrumbBuilder.php:110 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\StringTranslation\StringTranslationTrait->currentPath | |
core/modules/system/src/PathBasedBreadcrumbBuilder.php:110 PhanUndeclaredProperty Reference to undeclared property \Drupal\system\PathBasedBreadcrumbBuilder->currentPath | |
core/modules/system/src/PathBasedBreadcrumbBuilder.php:160 PhanDeprecatedTrait Using a deprecated trait \Drupal\Core\Routing\LinkGeneratorTrait defined at core/lib/Drupal/Core/Routing/LinkGeneratorTrait.php:20 | |
core/modules/system/src/PathBasedBreadcrumbBuilder.php:186 PhanTypeMismatchReturn Returning type null but getRequestForPath() is declared to return \Symfony\Component\HttpFoundation\Request | |
core/modules/system/src/PathBasedBreadcrumbBuilder.php:198 PhanTypeMismatchReturn Returning type null but getRequestForPath() is declared to return \Symfony\Component\HttpFoundation\Request | |
core/modules/system/src/PathBasedBreadcrumbBuilder.php:200 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\StringTranslation\StringTranslationTrait->currentPath | |
core/modules/system/src/PathBasedBreadcrumbBuilder.php:207 PhanTypeMismatchReturn Returning type null but getRequestForPath() is declared to return \Symfony\Component\HttpFoundation\Request | |
core/modules/system/src/PathBasedBreadcrumbBuilder.php:210 PhanTypeMismatchReturn Returning type null but getRequestForPath() is declared to return \Symfony\Component\HttpFoundation\Request | |
core/modules/system/src/PathBasedBreadcrumbBuilder.php:213 PhanTypeMismatchReturn Returning type null but getRequestForPath() is declared to return \Symfony\Component\HttpFoundation\Request | |
core/modules/system/src/PathBasedBreadcrumbBuilder.php:216 PhanTypeMismatchReturn Returning type null but getRequestForPath() is declared to return \Symfony\Component\HttpFoundation\Request | |
core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php:152 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Config\Config::get() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Config/Config.php:84 | |
core/modules/system/src/Plugin/migrate/destination/EntityDateFormat.php:23 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setPattern | |
core/modules/system/src/Plugin/views/field/BulkForm.php:374 PhanUndeclaredMethod Call to undeclared method \Drupal\system\ActionConfigEntityInterface::execute | |
core/modules/system/src/Plugin/views/field/BulkForm.php:376 PhanUndeclaredMethod Call to undeclared method \Drupal\system\ActionConfigEntityInterface::getPluginDefinition | |
core/modules/system/src/SystemManager.php:190 PhanTypeMismatchArgument Argument 1 (menu_name) is null but \Drupal\Core\Menu\MenuLinkTreeInterface::load() takes string defined at core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php:61 | |
core/modules/system/system.admin.inc:28 PhanTypeArraySuspicious Suspicious array access to bool | |
core/modules/system/system.admin.inc:228 PhanTypeMismatchArgument Argument 1 (attributes) is int but \Drupal\Core\Template\Attribute::__construct() takes array defined at core/lib/Drupal/Core/Template/Attribute.php:80 | |
core/modules/system/system.install:769 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->status | |
core/modules/system/system.install:780 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->requires | |
core/modules/system/system.install:1153 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/system/system.install:1829 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getRevisionMetadataKeys | |
core/modules/system/system.install:1885 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/system/system.install:1890 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::fields | |
core/modules/system/system.module:153 PhanUndeclaredVariable Variable $block is undeclared | |
core/modules/system/system.module:816 PhanUndeclaredProperty Reference to undeclared property \Drupal\user\UserInterface->timezone | |
core/modules/system/system.module:837 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/system/system.module:1016 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->weight | |
core/modules/system/system.module:1031 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->info | |
core/modules/system/system.module:1035 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->info | |
core/modules/system/system.module:1038 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->info | |
core/modules/system/system.module:1042 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->info | |
core/modules/system/system.module:1043 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->info | |
core/modules/system/system.module:1050 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->info | |
core/modules/system/system.module:1114 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->weight | |
core/modules/system/system.module:1115 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->status | |
core/modules/system/system.module:1116 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->schema_version | |
core/modules/system/system.module:1362 PhanParamTooFewInternal Call with 0 arg(s) to \timezone_identifiers_list() which requires 2 arg(s) | |
core/modules/system/system.module:1407 PhanUndeclaredConstant Reference to undeclared constant \FILE_EXISTS_RENAME | |
core/modules/taxonomy/src/Controller/TaxonomyController.php:39 PhanTypeMismatchReturn Returning type array but vocabularyTitle() is declared to return string | |
core/modules/taxonomy/src/Entity/Term.php:66 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadChildren | |
core/modules/taxonomy/src/Entity/Term.php:69 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadParents | |
core/modules/taxonomy/src/Entity/Term.php:79 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::deleteTermHierarchy | |
core/modules/taxonomy/src/Entity/Term.php:95 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::deleteTermHierarchy | |
core/modules/taxonomy/src/Entity/Term.php:96 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::updateTermHierarchy | |
core/modules/taxonomy/src/Entity/Vocabulary.php:127 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getToplevelTids | |
core/modules/taxonomy/src/Form/OverviewTerms.php:116 PhanTypeMismatchArgument Argument 3 (max_depth) is null but \Drupal\taxonomy\TermStorageInterface::loadTree() takes int defined at core/modules/taxonomy/src/TermStorageInterface.php:84 | |
core/modules/taxonomy/src/Form/OverviewTerms.php:137 PhanUndeclaredProperty Reference to undeclared property \Drupal\taxonomy\TermInterface->depth | |
core/modules/taxonomy/src/Form/OverviewTerms.php:142 PhanUndeclaredProperty Reference to undeclared property \Drupal\taxonomy\TermInterface->depth | |
core/modules/taxonomy/src/Form/OverviewTerms.php:152 PhanUndeclaredProperty Reference to undeclared property \Drupal\taxonomy\TermInterface->depth | |
core/modules/taxonomy/src/Form/OverviewTerms.php:173 PhanUndeclaredProperty Reference to undeclared property \Drupal\taxonomy\TermInterface->parents | |
core/modules/taxonomy/src/Form/OverviewTerms.php:223 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->depth | |
core/modules/taxonomy/src/Form/OverviewTerms.php:226 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->depth | |
core/modules/taxonomy/src/Form/OverviewTerms.php:232 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getName | |
core/modules/taxonomy/src/Form/OverviewTerms.php:248 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->parents | |
core/modules/taxonomy/src/Form/OverviewTerms.php:257 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->depth | |
core/modules/taxonomy/src/Form/OverviewTerms.php:268 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getWeight | |
core/modules/taxonomy/src/Form/OverviewTerms.php:397 PhanTypeMismatchArgument Argument 3 (max_depth) is null but \Drupal\taxonomy\TermStorageInterface::loadTree() takes int defined at core/modules/taxonomy/src/TermStorageInterface.php:84 | |
core/modules/taxonomy/src/Form/OverviewTerms.php:407 PhanUndeclaredProperty Reference to undeclared property \Drupal\taxonomy\TermInterface->parents | |
core/modules/taxonomy/src/Form/OverviewTerms.php:412 PhanUndeclaredProperty Reference to undeclared property \Drupal\taxonomy\TermInterface->parents | |
core/modules/taxonomy/src/Form/OverviewTerms.php:447 PhanUndeclaredProperty Reference to undeclared property \Drupal\taxonomy\TermInterface->parents | |
core/modules/taxonomy/src/Form/OverviewTerms.php:448 PhanUndeclaredProperty Reference to undeclared property \Drupal\taxonomy\TermInterface->parent | |
core/modules/taxonomy/src/Form/OverviewTerms.php:448 PhanUndeclaredProperty Reference to undeclared property \Drupal\taxonomy\TermInterface->parents | |
core/modules/taxonomy/src/Form/OverviewTerms.php:452 PhanUndeclaredProperty Reference to undeclared property \Drupal\taxonomy\TermInterface->parents | |
core/modules/taxonomy/src/Form/TermDeleteForm.php:52 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isDefaultTranslation | |
core/modules/taxonomy/src/Form/TermDeleteForm.php:57 PhanTypeMismatchArgument Argument 1 (vocabulary) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface|null but \taxonomy_check_vocabulary_hierarchy() takes \Drupal\taxonomy\VocabularyInterface defined at core/modules/taxonomy/taxonomy.module:160 | |
core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php:64 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadTree | |
core/modules/taxonomy/src/Plugin/Field/FieldFormatter/EntityReferenceTaxonomyTermRssFormatter.php:30 PhanTypeMismatchArgument Argument 1 (items) is \ArrayAccess|\Countable|\Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Field\FieldItemListInterface|\Drupal\Core\TypedData\ListInterface|\Drupal\Core\TypedData\TraversableTypedDataInterface|\Drupal\Core\TypedData\TypedDataInterface|\Traversable but \Drupal\taxonomy\Plugin\Field\FieldFormatter\EntityReferenceTaxonomyTermRssFormatter::getEntitiesToView() takes \Drupal\Core\Field\EntityReferenceFieldItemListInterface defined at core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php:42 | |
core/modules/taxonomy/src/Plugin/Field/FieldFormatter/EntityReferenceTaxonomyTermRssFormatter.php:31 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->rss_elements | |
core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php:126 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\StringTranslation\TranslatableMarkup | |
core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php:127 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\StringTranslation\TranslatableMarkup | |
core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php:131 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php:137 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getName | |
core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php:26 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->position | |
core/modules/taxonomy/src/Plugin/views/argument/Taxonomy.php:53 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getName | |
core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php:183 PhanUndeclaredVariable Variable $taxonomy_term is undeclared | |
core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php:190 PhanUndeclaredVariable Variable $node is undeclared | |
core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php:142 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getNodeTerms | |
core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php:177 PhanTypeMismatchArgument Argument 3 (max_depth) is null but \Drupal\taxonomy\TermStorageInterface::loadTree() takes int defined at core/modules/taxonomy/src/TermStorageInterface.php:84 | |
core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php:183 PhanUndeclaredProperty Reference to undeclared property \Drupal\taxonomy\TermInterface->depth | |
core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php:197 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::condition | |
core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php:199 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::execute | |
core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTidDepth.php:70 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::ensureTable | |
core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTidDepth.php:97 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/taxonomy/src/Plugin/views/relationship/NodeTermData.php:118 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addTable | |
core/modules/taxonomy/src/Plugin/views/relationship/NodeTermData.php:146 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addRelationship | |
core/modules/taxonomy/src/TermBreadcrumbBuilder.php:71 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getName | |
core/modules/taxonomy/src/TermForm.php:22 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadParents | |
core/modules/taxonomy/src/TermForm.php:29 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getHierarchy | |
core/modules/taxonomy/src/TermForm.php:39 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadParents | |
core/modules/taxonomy/src/TermForm.php:40 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadTree | |
core/modules/taxonomy/src/TermForm.php:48 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadTree | |
core/modules/taxonomy/src/TermForm.php:73 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getWeight | |
core/modules/taxonomy/src/TermForm.php:110 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogInterface::getName | |
core/modules/taxonomy/src/TermForm.php:110 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogInterface::setName | |
core/modules/taxonomy/src/TermForm.php:113 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->parent | |
core/modules/taxonomy/src/TermForm.php:113 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\RevisionLogInterface->parent | |
core/modules/taxonomy/src/TermForm.php:127 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getName | |
core/modules/taxonomy/src/TermForm.php:131 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getName | |
core/modules/taxonomy/src/TermForm.php:135 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getName | |
core/modules/taxonomy/src/TermStorage.php:97 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/taxonomy/src/TermStorage.php:109 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->parent | |
core/modules/taxonomy/src/TermStorage.php:128 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/taxonomy/src/TermStorage.php:180 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\SelectInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/taxonomy/src/TermStorage.php:206 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::fields | |
core/modules/taxonomy/src/TermStorage.php:251 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->tid | |
core/modules/taxonomy/src/TermStorage.php:256 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->depth | |
core/modules/taxonomy/src/TermStorage.php:257 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->parent | |
core/modules/taxonomy/src/TermStorage.php:258 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->tid | |
core/modules/taxonomy/src/TermStorage.php:259 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->parents | |
core/modules/taxonomy/src/TermStorage.php:306 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/taxonomy/src/TermTranslationHandler.php:31 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/taxonomy/src/TermViewBuilder.php:21 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getChangedTime | |
core/modules/taxonomy/src/VocabularyForm.php:74 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getDescription | |
core/modules/taxonomy/src/VocabularyForm.php:120 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/taxonomy/src/VocabularyListBuilder.php:68 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getDescription | |
core/modules/taxonomy/taxonomy.module:161 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadTree | |
core/modules/taxonomy/taxonomy.module:489 PhanTypeMismatchArgument Argument 1 (node) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \taxonomy_build_node_index() takes \Drupal\node\Entity\Node defined at core/modules/taxonomy/taxonomy.module:501 | |
core/modules/taxonomy/taxonomy.module:533 PhanTypeMismatchArgument Argument 1 (field) is array but \Drupal\Core\Database\Query\Merge::key() takes string defined at core/lib/Drupal/Core/Database/Query/Merge.php:329 | |
core/modules/taxonomy/taxonomy.module:547 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isDefaultRevision | |
core/modules/taxonomy/taxonomy.module:551 PhanTypeMismatchArgument Argument 1 (node) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \taxonomy_build_node_index() takes \Drupal\node\Entity\Node defined at core/modules/taxonomy/taxonomy.module:501 | |
core/modules/taxonomy/taxonomy.module:570 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/taxonomy/taxonomy.module:580 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/taxonomy/taxonomy.tokens.inc:137 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadParents | |
core/modules/taxonomy/taxonomy.tokens.inc:151 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadParents | |
core/modules/taxonomy/taxonomy.tokens.inc:177 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::count | |
core/modules/taxonomy/taxonomy.tokens.inc:185 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::nodeCount | |
core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php:81 PhanTypeMismatchArgumentInternal Argument 1 (min) is float but \rand() takes int | |
core/modules/text/src/Plugin/Field/FieldType/TextItemBase.php:66 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Field\FieldItemBase::onChange() which only takes 1 arg(s) defined at core/lib/Drupal/Core/TypedData/TraversableTypedDataInterface.php:18 | |
core/modules/text/src/Plugin/Field/FieldWidget/TextareaWidget.php:49 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\Validator\ConstraintViolationInterface->arrayPropertyPath | |
core/modules/text/src/Plugin/Field/FieldWidget/TextareaWithSummaryWidget.php:93 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\Validator\ConstraintViolationInterface->arrayPropertyPath | |
core/modules/text/src/Plugin/Field/FieldWidget/TextareaWithSummaryWidget.php:94 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\Validator\ConstraintViolationInterface->arrayPropertyPath | |
core/modules/text/src/Plugin/Field/FieldWidget/TextfieldWidget.php:40 PhanUndeclaredProperty Reference to undeclared property \Symfony\Component\Validator\ConstraintViolationInterface->arrayPropertyPath | |
core/modules/text/text.module:127 PhanUndeclaredProperty Reference to undeclared property \Drupal\filter\Plugin\FilterInterface->status | |
core/modules/text/text.module:155 PhanUndeclaredProperty Reference to undeclared property \Drupal\filter\Plugin\FilterInterface->status | |
core/modules/toolbar/src/Menu/ToolbarMenuLinkTree.php:20 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Menu\MenuLinkTree::build() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Menu/MenuLinkTree.php:150 | |
core/modules/toolbar/src/Menu/ToolbarMenuLinkTree.php:33 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Menu\MenuLinkTree::build() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Menu/MenuLinkTree.php:150 | |
core/modules/toolbar/toolbar.module:357 PhanTypeMismatchReturn Returning type array but _toolbar_get_subtrees_hash() is declared to return string | |
core/modules/tour/src/Plugin/HelpSection/TourHelpSection.php:88 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getRoutes | |
core/modules/tracker/src/Plugin/views/argument/UserUid.php:23 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::ensureTable | |
core/modules/tracker/src/Plugin/views/argument/UserUid.php:24 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/tracker/src/Plugin/views/filter/UserUid.php:23 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::ensureTable | |
core/modules/tracker/src/Plugin/views/filter/UserUid.php:25 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/tracker/tracker.module:54 PhanTypeMismatchArgument Argument 1 (start) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/tracker/tracker.module:64 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/tracker/tracker.module:67 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/tracker/tracker.module:96 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\Query\QueryInterface::groupBy | |
core/modules/tracker/tracker.module:165 PhanNonClassMethodCall Call to method access on non-class type int | |
core/modules/tracker/tracker.module:165 PhanNonClassMethodCall Call to method hasPermission on non-class type int | |
core/modules/tracker/tracker.module:192 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/tracker/tracker.module:195 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/tracker/tracker.module:272 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::fields | |
core/modules/tracker/tracker.module:273 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\Update::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/tracker/tracker.module:329 PhanTypeMismatchArgument Argument 1 (start) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/tracker/tracker.module:329 PhanTypeMismatchArgument Argument 2 (length) is int but \Drupal\Core\Entity\Query\QueryInterface::range() takes null defined at core/lib/Drupal/Core/Entity/Query/QueryInterface.php:146 | |
core/modules/tracker/tracker.module:336 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/tracker/tracker.module:337 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\Delete::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/tracker/tracker.module:338 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\ConditionInterface::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/tracker/tracker.module:356 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/tracker/tracker.module:361 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\Update::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/tracker/tracker.module:363 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/tracker/tracker.module:368 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\Update::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/tracker/tracker.module:374 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/tracker/tracker.module:375 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\Delete::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/tracker/tracker.module:377 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/tracker/tracker.module:378 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\Delete::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/update/src/Form/UpdateManagerInstall.php:67 PhanTypeMismatchArgument Argument 1 (root) is object but \Drupal\update\Form\UpdateManagerInstall::__construct() takes string defined at core/modules/update/src/Form/UpdateManagerInstall.php:49 | |
core/modules/update/src/Form/UpdateManagerInstall.php:67 PhanTypeMismatchArgument Argument 3 (site_path) is object but \Drupal\update\Form\UpdateManagerInstall::__construct() takes string defined at core/modules/update/src/Form/UpdateManagerInstall.php:49 | |
core/modules/update/src/Form/UpdateManagerInstall.php:145 PhanTypeMismatchArgument Argument 3 (destination) is null but \file_save_upload() takes bool|string defined at core/modules/file/file.module:714 | |
core/modules/update/src/Form/UpdateManagerInstall.php:162 PhanUndeclaredClassMethod Call to method listContents from undeclared class \Archiver | |
core/modules/update/src/Form/UpdateManagerInstall.php:210 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Updater\Updater::isInstalled | |
core/modules/update/src/Form/UpdateReady.php:78 PhanTypeMismatchArgument Argument 1 (root) is object but \Drupal\update\Form\UpdateReady::__construct() takes string defined at core/modules/update/src/Form/UpdateReady.php:59 | |
core/modules/update/src/Form/UpdateReady.php:78 PhanTypeMismatchArgument Argument 4 (site_path) is object but \Drupal\update\Form\UpdateReady::__construct() takes string defined at core/modules/update/src/Form/UpdateReady.php:59 | |
core/modules/update/src/UpdateFetcher.php:64 PhanUndeclaredMethod Call to undeclared method \GuzzleHttp\ClientInterface::get | |
core/modules/update/src/UpdateManager.php:188 PhanTypeArraySuspicious Suspicious array access to int | |
core/modules/update/src/UpdateProcessor.php:107 PhanUndeclaredProperty Reference to undeclared property \Drupal\update\UpdateProcessor->fetchTasks | |
core/modules/update/src/UpdateProcessor.php:107 PhanUndeclaredProperty Reference to undeclared property \Drupal\update\UpdateProcessorInterface->fetchTasks | |
core/modules/update/src/UpdateProcessor.php:115 PhanUndeclaredProperty Reference to undeclared property \Drupal\update\UpdateProcessorInterface->fetchTasks | |
core/modules/update/src/UpdateProcessor.php:116 PhanUndeclaredProperty Reference to undeclared property \Drupal\update\UpdateProcessor->fetchTasks | |
core/modules/update/src/UpdateProcessor.php:116 PhanUndeclaredProperty Reference to undeclared property \Drupal\update\UpdateProcessorInterface->fetchTasks | |
core/modules/update/src/UpdateProcessor.php:118 PhanUndeclaredProperty Reference to undeclared property \Drupal\update\UpdateProcessorInterface->fetchTasks | |
core/modules/update/src/UpdateProcessor.php:121 PhanUndeclaredProperty Reference to undeclared property \Drupal\update\UpdateProcessor->fetchTasks | |
core/modules/update/src/UpdateProcessor.php:121 PhanUndeclaredProperty Reference to undeclared property \Drupal\update\UpdateProcessorInterface->fetchTasks | |
core/modules/update/src/UpdateProcessor.php:216 PhanTypeMismatchReturn Returning type null but parseXml() is declared to return array | |
core/modules/update/src/UpdateProcessor.php:220 PhanTypeMismatchReturn Returning type null but parseXml() is declared to return array | |
core/modules/update/src/UpdateRootFactory.php:63 PhanUndeclaredConstant Reference to undeclared constant \DRUPAL_TEST_IN_CHILD_SITE | |
core/modules/update/src/UpdateRootFactory.php:66 PhanUndeclaredStaticMethod Static call to undeclared method \Drupal\Core\DrupalKernelInterface::findSitePath | |
core/modules/update/update.api.php:95 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\StringTranslation\TranslatableMarkup|int | |
core/modules/update/update.authorize.inc:93 PhanUndeclaredTypeParameter Parameter of undeclared type \FileTransfer | |
core/modules/update/update.authorize.inc:141 PhanUndeclaredTypeParameter Parameter of undeclared type \FileTransfer | |
core/modules/user/src/AccountForm.php:71 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::isAnonymous | |
core/modules/user/src/AccountForm.php:88 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getEmail | |
core/modules/user/src/AccountForm.php:89 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getEmail | |
core/modules/user/src/AccountForm.php:105 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getAccountName | |
core/modules/user/src/AccountForm.php:192 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getRoles | |
core/modules/user/src/AccountForm.php:209 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getPreferredLangcode | |
core/modules/user/src/AccountForm.php:211 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getPreferredAdminLangcode | |
core/modules/user/src/AccountForm.php:216 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Language\LanguageManagerInterface::getNegotiator | |
core/modules/user/src/AccountForm.php:243 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::hasPermission | |
core/modules/user/src/AccountForm.php:244 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Language\LanguageManagerInterface::getNegotiator | |
core/modules/user/src/AccountForm.php:266 PhanParamTooMany Call with 3 arg(s) to \Drupal\Core\Entity\ContentEntityForm::form() which only takes 2 arg(s) defined at core/lib/Drupal/Core/Entity/ContentEntityForm.php:102 | |
core/modules/user/src/AccountForm.php:299 PhanUndeclaredProperty Reference to undeclared property \Drupal\user\UserInterface->preferred_langcode | |
core/modules/user/src/AccountForm.php:329 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\RevisionLogInterface::setExistingPassword | |
core/modules/user/src/AccountForm.php:334 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->_skipProtectedUserFieldConstraint | |
core/modules/user/src/AccountForm.php:334 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\RevisionLogInterface->_skipProtectedUserFieldConstraint | |
core/modules/user/src/AccountForm.php:383 PhanParamTooMany Call with 1 arg(s) to \Drupal\user\AccountForm::getEntity() which only takes 0 arg(s) defined at core/lib/Drupal/Core/Entity/EntityFormInterface.php:42 | |
core/modules/user/src/AccountSettingsForm.php:469 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setIsAdmin | |
core/modules/user/src/AccountSettingsForm.php:474 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setIsAdmin | |
core/modules/user/src/Controller/UserAuthenticationController.php:177 PhanTypeMismatchArgument Argument 1 (user) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface|null but \Drupal\user\Controller\UserAuthenticationController::userLoginFinalize() takes \Drupal\user\UserInterface defined at core/modules/user/src/Controller/UserAuthenticationController.php:229 | |
core/modules/user/src/Controller/UserAuthenticationController.php:181 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/user/src/Controller/UserAuthenticationController.php:184 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/user/src/Controller/UserAuthenticationController.php:185 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getRoles | |
core/modules/user/src/Controller/UserAuthenticationController.php:187 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/user/src/Controller/UserAuthenticationController.php:188 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getAccountName | |
core/modules/user/src/Controller/UserController.php:124 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getUsername | |
core/modules/user/src/Controller/UserController.php:173 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isActive | |
core/modules/user/src/Controller/UserController.php:182 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getLastLoginTime | |
core/modules/user/src/Controller/UserController.php:183 PhanParamTooMany Call with 5 arg(s) to \Drupal\Core\Form\FormBuilderInterface::getForm() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Form/FormBuilderInterface.php:62 | |
core/modules/user/src/Controller/UserController.php:211 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isActive | |
core/modules/user/src/Controller/UserController.php:220 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getLastLoginTime | |
core/modules/user/src/Controller/UserController.php:224 PhanTypeMismatchArgument Argument 1 (account) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface|null but \user_pass_rehash() takes \Drupal\user\UserInterface defined at core/modules/user/user.module:658 | |
core/modules/user/src/Controller/UserController.php:224 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getLastLoginTime | |
core/modules/user/src/Controller/UserController.php:224 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isAuthenticated | |
core/modules/user/src/Controller/UserController.php:225 PhanTypeMismatchArgument Argument 1 (account) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface|null but \user_login_finalize() takes \Drupal\user\UserInterface defined at core/modules/user/user.module:543 | |
core/modules/user/src/Controller/UserController.php:226 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getDisplayName | |
core/modules/user/src/Entity/User.php:289 PhanTypeMismatchProperty Assigning int to property but \Drupal\Core\Field\FieldItemListInterface::value is bool|string | |
core/modules/user/src/Entity/User.php:297 PhanTypeMismatchProperty Assigning int to property but \Drupal\Core\Field\FieldItemListInterface::value is bool|string | |
core/modules/user/src/Entity/User.php:477 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\DataDefinitionInterface::setClass | |
core/modules/user/src/EventSubscriber/UserRequestSubscriber.php:55 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::updateLastAccessTimestamp | |
core/modules/user/src/Form/UserCancelForm.php:136 PhanUndeclaredProperty Reference to undeclared property \Drupal\user\UserInterface->user_cancel_method | |
core/modules/user/src/Form/UserCancelForm.php:137 PhanUndeclaredProperty Reference to undeclared property \Drupal\user\UserInterface->user_cancel_notify | |
core/modules/user/src/Form/UserLoginForm.php:143 PhanTypeMismatchArgument Argument 1 (account) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface|null but \user_login_finalize() takes \Drupal\user\UserInterface defined at core/modules/user/user.module:543 | |
core/modules/user/src/Form/UserMultipleCancelConfirm.php:102 PhanTypeMismatchArgument Argument 1 (key) is int but \Drupal\user\PrivateTempStore::get() takes string defined at core/modules/user/src/PrivateTempStore.php:101 | |
core/modules/user/src/Form/UserMultipleCancelConfirm.php:177 PhanTypeMismatchArgument Argument 1 (key) is int but \Drupal\user\PrivateTempStore::delete() takes string defined at core/modules/user/src/PrivateTempStore.php:171 | |
core/modules/user/src/Plugin/Action/CancelUser.php:75 PhanTypeMismatchArgument Argument 1 (key) is int but \Drupal\user\PrivateTempStore::set() takes string defined at core/modules/user/src/PrivateTempStore.php:119 | |
core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php:85 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityTypeInterface::getConfigPrefix | |
core/modules/user/src/Plugin/Block/UserLoginBlock.php:61 PhanDeprecatedTrait Using a deprecated trait \Drupal\Core\Routing\UrlGeneratorTrait defined at core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php:18 | |
core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php:182 PhanUndeclaredMethod Call to undeclared method \Drupal\user\EntityOwnerInterface::activate | |
core/modules/user/src/Plugin/Field/FieldFormatter/AuthorFormatter.php:30 PhanTypeMismatchArgument Argument 1 (items) is \ArrayAccess|\Countable|\Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Field\FieldItemListInterface|\Drupal\Core\TypedData\ListInterface|\Drupal\Core\TypedData\TraversableTypedDataInterface|\Drupal\Core\TypedData\TypedDataInterface|\Traversable but \Drupal\user\Plugin\Field\FieldFormatter\AuthorFormatter::getEntitiesToView() takes \Drupal\Core\Field\EntityReferenceFieldItemListInterface defined at core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php:42 | |
core/modules/user/src/Plugin/Search/UserSearch.php:123 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::fields | |
core/modules/user/src/Plugin/Search/UserSearch.php:124 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::condition | |
core/modules/user/src/Plugin/Search/UserSearch.php:128 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::fields | |
core/modules/user/src/Plugin/Search/UserSearch.php:129 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::condition | |
core/modules/user/src/Plugin/Search/UserSearch.php:129 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::orConditionGroup | |
core/modules/user/src/Plugin/Search/UserSearch.php:137 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::condition | |
core/modules/user/src/Plugin/Search/UserSearch.php:140 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ExtendableInterface::limit | |
core/modules/user/src/Plugin/Search/UserSearch.php:148 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getDisplayName | |
core/modules/user/src/Plugin/Search/UserSearch.php:152 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getEmail | |
core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php:86 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/user/src/Plugin/Validation/Constraint/UserMailRequiredValidator.php:29 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getEmail | |
core/modules/user/src/Plugin/migrate/ProfileValues.php:34 PhanUndeclaredMethod Call to undeclared method \Drupal\migrate\Plugin\MigrateSourceInterface::checkRequirements | |
core/modules/user/src/Plugin/migrate/destination/EntityUser.php:98 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->pass | |
core/modules/user/src/Plugin/migrate/destination/EntityUser.php:100 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->pass | |
core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php:30 PhanAccessClassInternal Cannot access internal Trait \Drupal\rest\Plugin\rest\resource\EntityResourceAccessTrait defined at core/modules/rest/src/Plugin/rest/resource/EntityResourceAccessTrait.php:12 | |
core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php:30 PhanAccessClassInternal Cannot access internal Trait \Drupal\rest\Plugin\rest\resource\EntityResourceValidationTrait defined at core/modules/rest/src/Plugin/rest/resource/EntityResourceValidationTrait.php:14 | |
core/modules/user/src/Plugin/views/argument_validator/User.php:91 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getRoles | |
core/modules/user/src/Plugin/views/argument_validator/UserName.php:59 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getUserName | |
core/modules/user/src/Plugin/views/field/Permissions.php:84 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getRoles | |
core/modules/user/src/Plugin/views/field/Permissions.php:95 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getPermissions | |
core/modules/user/src/Plugin/views/filter/Current.php:25 PhanUndeclaredProperty Reference to undeclared property \Drupal\user\Plugin\views\filter\Current->value_value | |
core/modules/user/src/Plugin/views/filter/Current.php:25 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\BooleanOperator->value_value | |
core/modules/user/src/Plugin/views/filter/Current.php:43 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/user/src/Plugin/views/filter/Name.php:57 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\InOperator->validated_exposed_input | |
core/modules/user/src/Plugin/views/filter/Name.php:58 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\InOperator->validated_exposed_input | |
core/modules/user/src/Plugin/views/filter/Name.php:91 PhanUndeclaredProperty Reference to undeclared property \Drupal\user\Plugin\views\filter\Name->validated_exposed_input | |
core/modules/user/src/Plugin/views/filter/Name.php:91 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\InOperator->validated_exposed_input | |
core/modules/user/src/PrivateTempStore.php:103 PhanUndeclaredVariable Variable $object is undeclared | |
core/modules/user/src/ProfileTranslationHandler.php:47 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
core/modules/user/src/RegisterForm.php:41 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::activate | |
core/modules/user/src/RegisterForm.php:45 PhanParamTooMany Call with 3 arg(s) to \Drupal\user\AccountForm::form() which only takes 2 arg(s) defined at core/modules/user/src/AccountForm.php:63 | |
core/modules/user/src/RegisterForm.php:86 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getPassword | |
core/modules/user/src/RegisterForm.php:100 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->password | |
core/modules/user/src/RegisterForm.php:100 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\RevisionLogInterface->password | |
core/modules/user/src/RegisterForm.php:104 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getUsername | |
core/modules/user/src/RegisterForm.php:107 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::isActive | |
core/modules/user/src/RegisterForm.php:108 PhanTypeMismatchArgument Argument 2 (account) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\ContentEntityInterface|\Drupal\Core\Entity\EntityInterface|\Drupal\Core\Entity\FieldableEntityInterface|\Drupal\Core\Entity\RevisionLogInterface|\Drupal\Core\Entity\RevisionableInterface|\Drupal\Core\TypedData\TranslatableInterface|\Traversable but \_user_mail_notify() takes \Drupal\Core\Session\AccountInterface defined at core/modules/user/user.module:1212 | |
core/modules/user/src/RegisterForm.php:109 PhanTypeMismatchArgument Argument 1 (account) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\ContentEntityInterface|\Drupal\Core\Entity\EntityInterface|\Drupal\Core\Entity\FieldableEntityInterface|\Drupal\Core\Entity\RevisionLogInterface|\Drupal\Core\Entity\RevisionableInterface|\Drupal\Core\TypedData\TranslatableInterface|\Traversable but \user_login_finalize() takes \Drupal\user\UserInterface defined at core/modules/user/user.module:543 | |
core/modules/user/src/RegisterForm.php:114 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::isActive | |
core/modules/user/src/RegisterForm.php:115 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getEmail | |
core/modules/user/src/RegisterForm.php:116 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getUsername | |
core/modules/user/src/RegisterForm.php:120 PhanTypeMismatchArgument Argument 2 (account) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\ContentEntityInterface|\Drupal\Core\Entity\EntityInterface|\Drupal\Core\Entity\FieldableEntityInterface|\Drupal\Core\Entity\RevisionLogInterface|\Drupal\Core\Entity\RevisionableInterface|\Drupal\Core\TypedData\TranslatableInterface|\Traversable but \_user_mail_notify() takes \Drupal\Core\Session\AccountInterface defined at core/modules/user/user.module:1212 | |
core/modules/user/src/RegisterForm.php:122 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\ContentEntityInterface::getUsername | |
core/modules/user/src/RegisterForm.php:133 PhanTypeMismatchArgument Argument 2 (account) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\ContentEntityInterface|\Drupal\Core\Entity\EntityInterface|\Drupal\Core\Entity\FieldableEntityInterface|\Drupal\Core\Entity\RevisionLogInterface|\Drupal\Core\Entity\RevisionableInterface|\Drupal\Core\TypedData\TranslatableInterface|\Traversable but \_user_mail_notify() takes \Drupal\Core\Session\AccountInterface defined at core/modules/user/user.module:1212 | |
core/modules/user/src/RoleForm.php:40 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getWeight | |
core/modules/user/src/RoleForm.php:43 PhanParamTooMany Call with 3 arg(s) to \Drupal\Core\Entity\EntityForm::form() which only takes 2 arg(s) defined at core/lib/Drupal/Core/Entity/EntityForm.php:147 | |
core/modules/user/src/RoleForm.php:53 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/user/src/RoleStorage.php:19 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasPermission | |
core/modules/user/src/RoleStorage.php:19 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isAdmin | |
core/modules/user/src/UserAccessControlHandler.php:41 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isAnonymous | |
core/modules/user/src/UserAccessControlHandler.php:53 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isActive | |
core/modules/user/src/UserAccessControlHandler.php:100 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isAnonymous | |
core/modules/user/src/UserData.php:42 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/user/src/UserListBuilder.php:123 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isActive | |
core/modules/user/src/UserListBuilder.php:128 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getRoles | |
core/modules/user/src/UserListBuilder.php:141 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getCreatedTime | |
core/modules/user/src/UserListBuilder.php:142 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getLastAccessedTime | |
core/modules/user/src/UserListBuilder.php:144 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getLastAccessedTime | |
core/modules/user/src/UserStorage.php:24 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\ContentEntityInterface->uid | |
core/modules/user/src/UserStorage.php:42 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/user/src/UserStorage.php:54 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/user/src/UserStorage.php:58 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\Update::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/user/src/UserStorage.php:69 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/user/user.api.php:47 PhanTypeMismatchArgument Argument 3 (langcode) is null but \node_mass_update() takes string defined at core/modules/node/node.admin.inc:32 | |
core/modules/user/user.api.php:56 PhanTypeMismatchArgument Argument 3 (langcode) is null but \node_mass_update() takes string defined at core/modules/node/node.admin.inc:32 | |
core/modules/user/user.api.php:58 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\ConditionInterface::execute | |
core/modules/user/user.api.php:60 PhanTypeMismatchArgument Argument 2 (value) is int but \Drupal\Core\Database\Query\Update::condition() takes \Drupal\Core\Database\Query\SelectInterface|array|null|string defined at core/lib/Drupal/Core/Database/Query/ConditionInterface.php:73 | |
core/modules/user/user.module:333 PhanUndeclaredConstant Reference to undeclared constant \MAINTENANCE_MODE | |
core/modules/user/user.module:453 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Session\AccountProxyInterface->pass | |
core/modules/user/user.module:453 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Session\AccountProxyInterface->sid | |
core/modules/user/user.module:453 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Session\AccountProxyInterface->ssid | |
core/modules/user/user.module:506 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Session\AnonymousUserSession->homepage | |
core/modules/user/user.module:511 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Session\AnonymousUserSession->homepage | |
core/modules/user/user.module:512 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Session\AnonymousUserSession->homepage | |
core/modules/user/user.module:549 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::updateLastLoginTimestamp | |
core/modules/user/user.module:1035 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::deleteRoleReferences | |
core/modules/views/src/Annotation/ViewsAccess.php:31 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsAccess::title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsAccess.php:40 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsAccess::short_title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsAccess.php:49 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsAccess::help is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsArgumentDefault.php:30 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsArgumentDefault::title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsArgumentDefault.php:39 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsArgumentDefault::short_title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsArgumentValidator.php:30 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsArgumentValidator::title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsArgumentValidator.php:39 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsArgumentValidator::short_title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsCache.php:30 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsCache::title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsCache.php:39 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsCache::short_title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsCache.php:48 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsCache::help is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsDisplay.php:30 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsDisplay::title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsDisplay.php:39 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsDisplay::short_title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsDisplay.php:51 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsDisplay::admin is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsDisplay.php:60 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsDisplay::help is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsDisplayExtender.php:30 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsDisplayExtender::title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsDisplayExtender.php:39 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsDisplayExtender::short_title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsDisplayExtender.php:48 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsDisplayExtender::help is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsExposedForm.php:31 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsExposedForm::title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsExposedForm.php:40 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsExposedForm::short_title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsExposedForm.php:49 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsExposedForm::help is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsPager.php:30 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsPager::title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsPager.php:39 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsPager::short_title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsPager.php:48 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsPager::help is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsQuery.php:30 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsQuery::title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsQuery.php:39 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsQuery::short_title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsQuery.php:48 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsQuery::help is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsRow.php:30 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsRow::title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsRow.php:39 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsRow::short_title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsRow.php:48 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsRow::help is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsStyle.php:30 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsStyle::title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsStyle.php:39 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsStyle::short_title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsStyle.php:48 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsStyle::help is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsWizard.php:31 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsWizard::title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Annotation/ViewsWizard.php:40 PhanTypeMismatchProperty Assigning string to property but \Drupal\views\Annotation\ViewsWizard::short_title is \Drupal\Core\Annotation\Translation | |
core/modules/views/src/Controller/ViewAjaxController.php:144 PhanTypeMismatchArgument Argument 1 (view) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface|null but \Drupal\views\ViewExecutableFactory::get() takes \Drupal\views\ViewEntityInterface defined at core/modules/views/src/ViewExecutableFactory.php:70 | |
core/modules/views/src/Entity/Render/DefaultLanguageRenderer.php:16 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getUntranslated | |
core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php:77 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\Core\TypedData\TranslatableInterface but \Drupal\Core\Entity\EntityManagerInterface::getTranslationFromContext() takes \Drupal\Core\Entity\EntityInterface defined at core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php:70 | |
core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php:34 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\row\RowPluginBase->entityManager | |
core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php:34 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getTableMapping | |
core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php:35 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::ensureTable | |
core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php:36 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php:44 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\row\RowPluginBase->entityManager | |
core/modules/views/src/Entity/View.php:136 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\DependencyInjection\DependencySerializationTrait->executable | |
core/modules/views/src/Entity/View.php:393 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewEntityInterface->original | |
core/modules/views/src/EntityViewsData.php:93 PhanParamTooMany Call with 6 arg(s) to \Drupal\views\EntityViewsData::__construct() which only takes 5 arg(s) defined at core/modules/views/src/EntityViewsData.php:81 | |
core/modules/views/src/EntityViewsData.php:271 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\Sql\TableMappingInterface::requiresDedicatedTableStorage | |
core/modules/views/src/EntityViewsData.php:272 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\Sql\TableMappingInterface::getDedicatedDataTableName | |
core/modules/views/src/EntityViewsData.php:285 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\Sql\TableMappingInterface::getDedicatedRevisionTableName | |
core/modules/views/src/EventSubscriber/RouteSubscriber.php:71 PhanTypeMismatchProperty Assigning null to property but \Drupal\views\EventSubscriber\RouteSubscriber::viewsDisplayPairs is array | |
core/modules/views/src/EventSubscriber/RouteSubscriber.php:71 PhanTypeMismatchProperty Assigning null to property but \Drupal\views\EventSubscriber\RouteSubscriber::viewsDisplayPairs is array|string[] | |
core/modules/views/src/EventSubscriber/RouteSubscriber.php:117 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views/src/EventSubscriber/RouteSubscriber.php:139 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:158 PhanTypeMismatchArgument Argument 1 (all_views) is \Drupal\Core\Access\AccessibleInterface[]|\Drupal\Core\Cache\CacheableDependencyInterface[]|\Drupal\Core\Cache\RefinableCacheableDependencyInterface[]|\Drupal\Core\Entity\EntityInterface[] but \Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber::baseTableRename() takes \Drupal\views\Entity\View[] defined at core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:262 | |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:161 PhanTypeMismatchArgument Argument 1 (all_views) is \Drupal\Core\Access\AccessibleInterface[]|\Drupal\Core\Cache\CacheableDependencyInterface[]|\Drupal\Core\Cache\RefinableCacheableDependencyInterface[]|\Drupal\Core\Entity\EntityInterface[] but \Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber::dataTableRename() takes \Drupal\views\Entity\View[] defined at core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:288 | |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:164 PhanTypeMismatchArgument Argument 1 (all_views) is \Drupal\Core\Access\AccessibleInterface[]|\Drupal\Core\Cache\CacheableDependencyInterface[]|\Drupal\Core\Cache\RefinableCacheableDependencyInterface[]|\Drupal\Core\Entity\EntityInterface[] but \Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber::dataTableAddition() takes \Drupal\views\Entity\View[] defined at core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:314 | |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:167 PhanTypeMismatchArgument Argument 1 (all_views) is \Drupal\Core\Access\AccessibleInterface[]|\Drupal\Core\Cache\CacheableDependencyInterface[]|\Drupal\Core\Cache\RefinableCacheableDependencyInterface[]|\Drupal\Core\Entity\EntityInterface[] but \Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber::dataTableRemoval() takes \Drupal\views\Entity\View[] defined at core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:347 | |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:170 PhanTypeMismatchArgument Argument 1 (all_views) is \Drupal\Core\Access\AccessibleInterface[]|\Drupal\Core\Cache\CacheableDependencyInterface[]|\Drupal\Core\Cache\RefinableCacheableDependencyInterface[]|\Drupal\Core\Entity\EntityInterface[] but \Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber::baseTableRename() takes \Drupal\views\Entity\View[] defined at core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:262 | |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:176 PhanTypeMismatchArgument Argument 1 (all_views) is \Drupal\Core\Access\AccessibleInterface[]|\Drupal\Core\Cache\CacheableDependencyInterface[]|\Drupal\Core\Cache\RefinableCacheableDependencyInterface[]|\Drupal\Core\Entity\EntityInterface[] but \Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber::revisionRemoval() takes \Drupal\views\Entity\View[] defined at core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:366 | |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:179 PhanTypeMismatchArgument Argument 1 (all_views) is \Drupal\Core\Access\AccessibleInterface[]|\Drupal\Core\Cache\CacheableDependencyInterface[]|\Drupal\Core\Cache\RefinableCacheableDependencyInterface[]|\Drupal\Core\Entity\EntityInterface[] but \Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber::dataTableRename() takes \Drupal\views\Entity\View[] defined at core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:288 | |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:182 PhanTypeMismatchArgument Argument 1 (all_views) is \Drupal\Core\Access\AccessibleInterface[]|\Drupal\Core\Cache\CacheableDependencyInterface[]|\Drupal\Core\Cache\RefinableCacheableDependencyInterface[]|\Drupal\Core\Entity\EntityInterface[] but \Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber::dataTableAddition() takes \Drupal\views\Entity\View[] defined at core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:314 | |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:185 PhanTypeMismatchArgument Argument 1 (all_views) is \Drupal\Core\Access\AccessibleInterface[]|\Drupal\Core\Cache\CacheableDependencyInterface[]|\Drupal\Core\Cache\RefinableCacheableDependencyInterface[]|\Drupal\Core\Entity\EntityInterface[] but \Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber::dataTableRemoval() takes \Drupal\views\Entity\View[] defined at core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:347 | |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:195 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::trustData | |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:215 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:216 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::disable | |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:318 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::setEntityType | |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php:319 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getTableMapping | |
core/modules/views/src/FieldAPIHandlerTrait.php:55 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\FieldAPIHandlerTrait->definition | |
core/modules/views/src/FieldAPIHandlerTrait.php:56 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\FieldAPIHandlerTrait->definition | |
core/modules/views/src/FieldAPIHandlerTrait.php:68 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\FieldAPIHandlerTrait->entityManager | |
core/modules/views/src/FieldAPIHandlerTrait.php:69 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\FieldAPIHandlerTrait->entityManager | |
core/modules/views/src/FieldAPIHandlerTrait.php:71 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\FieldAPIHandlerTrait->entityManager | |
core/modules/views/src/Form/ViewsForm.php:100 PhanTypeMismatchArgument Argument 6 (view_args) is ?array but \Drupal\views\Form\ViewsForm::__construct() takes array defined at core/modules/views/src/Form/ViewsForm.php:86 | |
core/modules/views/src/Form/ViewsForm.php:169 PhanParamTooMany Call with 4 arg(s) to \Drupal\Core\Form\FormInterface::buildForm() which only takes 2 arg(s) defined at core/lib/Drupal/Core/Form/FormInterface.php:31 | |
core/modules/views/src/Form/ViewsFormMainForm.php:45 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\field\FieldPluginBase::form_element_name | |
core/modules/views/src/Form/ViewsFormMainForm.php:55 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->views_form_callback | |
core/modules/views/src/Form/ViewsFormMainForm.php:60 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\field\FieldPluginBase::viewsForm | |
core/modules/views/src/Form/ViewsFormMainForm.php:68 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\field\FieldPluginBase::form_element_row_id | |
core/modules/views/src/ManyToOneHelper.php:25 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:37 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:48 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->formula | |
core/modules/views/src/ManyToOneHelper.php:49 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:52 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:66 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:74 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:77 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:78 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:81 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:92 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:96 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:100 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:101 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:104 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:111 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:119 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:123 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:124 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:125 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:132 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:139 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:142 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->definition | |
core/modules/views/src/ManyToOneHelper.php:156 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:159 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:160 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:161 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:168 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:169 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:174 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:175 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:178 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:181 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:187 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:190 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:195 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:197 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:198 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:200 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:205 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:207 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:213 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:214 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:215 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:217 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:220 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:222 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:223 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:235 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:237 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:239 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:243 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:246 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:253 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:257 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:260 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:264 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:265 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:266 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->formula | |
core/modules/views/src/ManyToOneHelper.php:267 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:303 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:307 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:311 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:314 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:319 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:322 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:329 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:331 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/ManyToOneHelper.php:336 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ManyToOneHelper->handler | |
core/modules/views/src/Plugin/Block/ViewsBlock.php:25 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\display\DisplayPluginBase::preBlockBuild | |
core/modules/views/src/Plugin/Block/ViewsBlock.php:101 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\display\DisplayPluginBase::blockSettings | |
core/modules/views/src/Plugin/Block/ViewsBlock.php:117 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\display\DisplayPluginBase::blockForm | |
core/modules/views/src/Plugin/Block/ViewsBlock.php:128 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\display\DisplayPluginBase::blockValidate | |
core/modules/views/src/Plugin/Block/ViewsBlock.php:138 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\display\DisplayPluginBase::blockSubmit | |
core/modules/views/src/Plugin/Block/ViewsBlockBase.php:69 PhanTypeMismatchArgument Argument 1 (view) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface|null but \Drupal\views\ViewExecutableFactory::get() takes \Drupal\views\ViewEntityInterface defined at core/modules/views/src/ViewExecutableFactory.php:70 | |
core/modules/views/src/Plugin/Derivative/ViewsBlock.php:79 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::status | |
core/modules/views/src/Plugin/Derivative/ViewsBlock.php:82 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php:78 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::status | |
core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php:81 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php:76 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php:114 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php:55 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php:111 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php:112 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php:98 PhanTypeMismatchArgument Argument 1 (view) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface|null but \Drupal\views\ViewExecutableFactory::get() takes \Drupal\views\ViewEntityInterface defined at core/modules/views/src/ViewExecutableFactory.php:70 | |
core/modules/views/src/Plugin/views/BrokenHandlerTrait.php:56 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\BrokenHandlerTrait->definition | |
core/modules/views/src/Plugin/views/HandlerBase.php:95 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\HandlerBase->is_handler | |
core/modules/views/src/Plugin/views/HandlerBase.php:95 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\ViewsHandlerInterface->is_handler | |
core/modules/views/src/Plugin/views/HandlerBase.php:111 PhanTypeArraySuspicious Suspicious array access to ?array | |
core/modules/views/src/Plugin/views/HandlerBase.php:112 PhanTypeArraySuspicious Suspicious array access to ?array | |
core/modules/views/src/Plugin/views/HandlerBase.php:128 PhanTypeArraySuspicious Suspicious array access to ?array | |
core/modules/views/src/Plugin/views/HandlerBase.php:129 PhanTypeArraySuspicious Suspicious array access to ?array | |
core/modules/views/src/Plugin/views/HandlerBase.php:131 PhanTypeArraySuspicious Suspicious array access to ?array | |
core/modules/views/src/Plugin/views/HandlerBase.php:167 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\ViewsHandlerInterface->formula | |
core/modules/views/src/Plugin/views/HandlerBase.php:168 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\HandlerBase::getFormula | |
core/modules/views/src/Plugin/views/HandlerBase.php:210 PhanAccessMethodInternal Cannot access internal method \Drupal\views\Render\ViewsRenderPipelineMarkup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/modules/views/src/Plugin/views/HandlerBase.php:231 PhanTypeMismatchReturn Returning type \Drupal\Core\Url but caseTransform() is declared to return string | |
core/modules/views/src/Plugin/views/HandlerBase.php:233 PhanTypeMismatchArgument Argument 1 (text) is \Drupal\Core\DependencyInjection\DependencySerializationTrait|\Drupal\Core\Url but \Drupal\Component\Utility\Unicode::strtoupper() takes string defined at core/lib/Drupal/Component/Utility/Unicode.php:302 | |
core/modules/views/src/Plugin/views/HandlerBase.php:235 PhanTypeMismatchArgument Argument 1 (text) is \Drupal\Core\DependencyInjection\DependencySerializationTrait|\Drupal\Core\Url but \Drupal\Component\Utility\Unicode::strtolower() takes string defined at core/lib/Drupal/Component/Utility/Unicode.php:324 | |
core/modules/views/src/Plugin/views/HandlerBase.php:237 PhanTypeMismatchArgument Argument 1 (text) is \Drupal\Core\DependencyInjection\DependencySerializationTrait|\Drupal\Core\Url but \Drupal\Component\Utility\Unicode::ucfirst() takes string defined at core/lib/Drupal/Component/Utility/Unicode.php:346 | |
core/modules/views/src/Plugin/views/HandlerBase.php:239 PhanTypeMismatchArgument Argument 1 (text) is \Drupal\Core\DependencyInjection\DependencySerializationTrait|\Drupal\Core\Url but \Drupal\Component\Utility\Unicode::ucwords() takes string defined at core/lib/Drupal/Component/Utility/Unicode.php:377 | |
core/modules/views/src/Plugin/views/HandlerBase.php:489 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::placeholder | |
core/modules/views/src/Plugin/views/HandlerBase.php:497 PhanTypeMismatchProperty Assigning null to property but \Drupal\views\Plugin\views\HandlerBase::relationship is string | |
core/modules/views/src/Plugin/views/HandlerBase.php:526 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::ensureTable | |
core/modules/views/src/Plugin/views/HandlerBase.php:574 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\query\QueryPluginBase->relationships | |
core/modules/views/src/Plugin/views/HandlerBase.php:578 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\query\QueryPluginBase->relationships | |
core/modules/views/src/Plugin/views/HandlerBase.php:800 PhanTypeMismatchArgument Argument 2 (options) is float|int but \Drupal\views\Plugin\views\ViewsHandlerInterface::unpackOptions() takes ?array defined at core/modules/views/src/Plugin/views/ViewsPluginInterface.php:169 | |
core/modules/views/src/Plugin/views/HandlerBase.php:800 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\ViewsHandlerInterface->options | |
core/modules/views/src/Plugin/views/HandlerBase.php:813 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Form\FormStateInterface::get() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Form/FormStateInterface.php:192 | |
core/modules/views/src/Plugin/views/PluginBase.php:257 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Plugin\DependentPluginInterface->display | |
core/modules/views/src/Plugin/views/PluginBase.php:257 PhanUndeclaredProperty Reference to undeclared property \Drupal\Component\Plugin\DependentPluginInterface->query | |
core/modules/views/src/Plugin/views/PluginBase.php:594 PhanTypeMismatchArgumentInternal Argument 2 (haystack) is ?array but \in_array() takes array | |
core/modules/views/src/Plugin/views/area/View.php:107 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:345 PhanTypeMismatchArgumentInternal Argument 1 (array_arg) is null but \asort() takes array | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:824 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::clearFields | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:851 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:851 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->base_alias | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:851 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->base_alias | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:873 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addTable | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:873 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->name_table_alias | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:873 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->name_table_alias | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:877 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::ensureTable | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:877 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->name_table_alias | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:877 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->name_table_alias | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:881 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->name_table_alias | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:881 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->name_table_alias | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:885 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:885 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->name_alias | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:885 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->name_table_alias | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:885 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->name_alias | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:888 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->base_alias | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:888 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->name_alias | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:888 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->name_alias | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:898 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\query\QueryPluginBase->no_distinct | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:900 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:901 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addGroupBy | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:901 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->name_alias | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:904 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::setCountField | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:907 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->count_alias | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:907 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->count_alias | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:918 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addOrderBy | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:918 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->name_alias | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:930 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->base_alias | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:941 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->name_alias | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:955 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:972 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->validated_title | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:973 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->validated_title | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:986 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->argument_validated | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:987 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->argument_validated | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:991 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->argument_validated | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:991 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->argument_validated | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:995 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->argument_validated | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:995 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->argument_validated | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:1054 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->position | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:1054 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->position | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:1063 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->is_default | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:1063 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->is_default | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:1237 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->operator | |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:1237 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->operator | |
core/modules/views/src/Plugin/views/argument/Date.php:115 PhanParamTooMany Call with 1 arg(s) to \Drupal\views\Plugin\views\argument\Formula::getDefaultArgument() which only takes 0 arg(s) defined at core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:786 | |
core/modules/views/src/Plugin/views/argument/DayDate.php:26 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\Date->name_alias | |
core/modules/views/src/Plugin/views/argument/DayDate.php:41 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\Date->base_alias | |
core/modules/views/src/Plugin/views/argument/Formula.php:48 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/views/src/Plugin/views/argument/Formula.php:48 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->base_alias | |
core/modules/views/src/Plugin/views/argument/Formula.php:48 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->name_alias | |
core/modules/views/src/Plugin/views/argument/Formula.php:48 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\Formula->base_alias | |
core/modules/views/src/Plugin/views/argument/Formula.php:48 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\Formula->name_alias | |
core/modules/views/src/Plugin/views/argument/Formula.php:49 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::setCountField | |
core/modules/views/src/Plugin/views/argument/Formula.php:65 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/argument/FullDate.php:26 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\Date->name_alias | |
core/modules/views/src/Plugin/views/argument/GroupByNumeric.php:19 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addHavingExpression | |
core/modules/views/src/Plugin/views/argument/LanguageArgument.php:20 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->name_alias | |
core/modules/views/src/Plugin/views/argument/ManyToOne.php:33 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->helper | |
core/modules/views/src/Plugin/views/argument/ManyToOne.php:33 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ManyToOne->helper | |
core/modules/views/src/Plugin/views/argument/ManyToOne.php:36 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->operator | |
core/modules/views/src/Plugin/views/argument/ManyToOne.php:36 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ManyToOne->operator | |
core/modules/views/src/Plugin/views/argument/ManyToOne.php:50 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->helper | |
core/modules/views/src/Plugin/views/argument/ManyToOne.php:51 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->helper | |
core/modules/views/src/Plugin/views/argument/ManyToOne.php:88 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->helper | |
core/modules/views/src/Plugin/views/argument/ManyToOne.php:96 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->helper | |
core/modules/views/src/Plugin/views/argument/ManyToOne.php:113 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/argument/ManyToOne.php:123 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->operator | |
core/modules/views/src/Plugin/views/argument/ManyToOne.php:123 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ManyToOne->operator | |
core/modules/views/src/Plugin/views/argument/ManyToOne.php:126 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->helper | |
core/modules/views/src/Plugin/views/argument/ManyToOne.php:140 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->operator | |
core/modules/views/src/Plugin/views/argument/ManyToOne.php:140 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ManyToOne->operator | |
core/modules/views/src/Plugin/views/argument/ManyToOne.php:153 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->operator | |
core/modules/views/src/Plugin/views/argument/ManyToOne.php:165 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::ensureTable | |
core/modules/views/src/Plugin/views/argument/ManyToOne.php:168 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->helper | |
core/modules/views/src/Plugin/views/argument/ManyToOne.php:172 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/views/src/Plugin/views/argument/ManyToOne.php:172 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->base_alias | |
core/modules/views/src/Plugin/views/argument/ManyToOne.php:172 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ManyToOne->base_alias | |
core/modules/views/src/Plugin/views/argument/ManyToOne.php:180 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->base_alias | |
core/modules/views/src/Plugin/views/argument/MonthDate.php:26 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\Date->name_alias | |
core/modules/views/src/Plugin/views/argument/MonthDate.php:40 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\Date->base_alias | |
core/modules/views/src/Plugin/views/argument/NumericArgument.php:113 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhereExpression | |
core/modules/views/src/Plugin/views/argument/NumericArgument.php:117 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhereExpression | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:30 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->helper | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:30 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\StringArgument->helper | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:33 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->operator | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:33 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\StringArgument->operator | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:152 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->helper | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:157 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:157 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->base_alias | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:157 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\StringArgument->base_alias | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:158 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::setCountField | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:163 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:163 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->base_alias | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:163 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\StringArgument->base_alias | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:164 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::setCountField | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:210 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->operator | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:210 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\StringArgument->operator | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:223 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->helper | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:225 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->helper | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:226 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->helper | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:259 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhereExpression | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:262 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:267 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->base_alias | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:298 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->operator | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:298 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\StringArgument->operator | |
core/modules/views/src/Plugin/views/argument/StringArgument.php:309 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->operator | |
core/modules/views/src/Plugin/views/argument/WeekDate.php:21 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\Date->name_alias | |
core/modules/views/src/Plugin/views/argument/YearMonthDate.php:26 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\Date->name_alias | |
core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php:94 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\PluginBase->option_name | |
core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php:87 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\PluginBase->option_name | |
core/modules/views/src/Plugin/views/argument_validator/None.php:26 PhanUndeclaredVariable Variable $arg is undeclared | |
core/modules/views/src/Plugin/views/cache/CachePluginBase.php:138 PhanParamTooMany Call with 2 arg(s) to \Drupal\views\ViewExecutable::setCurrentPage() which only takes 1 arg(s) defined at core/modules/views/src/ViewExecutable.php:508 | |
core/modules/views/src/Plugin/views/cache/CachePluginBase.php:139 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->execute_time | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:184 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->editing | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:207 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->changed | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:225 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\PluginDependencyTrait->default_display | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:226 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\PluginDependencyTrait->default_display | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:243 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\PluginDependencyTrait->has_exposed | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:248 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\PluginDependencyTrait->has_exposed | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:248 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\display\DisplayPluginBase->has_exposed | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:255 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\PluginDependencyTrait->has_exposed | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:255 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\display\DisplayPluginBase->has_exposed | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:258 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\PluginDependencyTrait->has_exposed | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:258 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\display\DisplayPluginBase->has_exposed | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:261 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\PluginDependencyTrait->has_exposed | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:371 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->argument_validated | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:757 PhanTypeMismatchArgument Argument 1 (args) is null but \Drupal\views\ViewExecutable::getUrl() takes array defined at core/modules/views/src/ViewExecutable.php:1918 | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:764 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\PluginDependencyTrait->default_display | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:772 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\PluginDependencyTrait->default_display | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:853 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->temporary_options | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:854 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->temporary_options | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:969 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\area\AreaPluginBase::useStringGroupBy | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:973 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\area\AreaPluginBase::label | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:991 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\PluginDependencyTrait->default_display | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:1658 PhanParamTooMany Call with 2 arg(s) to \Drupal\views\Plugin\views\display\DisplayPluginBase::getPlugin() which only takes 1 arg(s) defined at core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:790 | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:2079 PhanTypeMismatchArgument Argument 1 (args) is null but \Drupal\views\ViewExecutable::getUrl() takes array defined at core/modules/views/src/ViewExecutable.php:1918 | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:2105 PhanParamTooMany Call with 1 arg(s) to \Drupal\views\Plugin\views\style\StylePluginBase::render() which only takes 0 arg(s) defined at core/modules/views/src/Plugin/views/style/StylePluginBase.php:456 | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:2200 PhanParamTooMany Call with 3 arg(s) to \Drupal\Core\Form\FormBuilderInterface::getForm() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Form/FormBuilderInterface.php:62 | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:2225 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\ViewsHandlerInterface->position | |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:2227 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\ViewsHandlerInterface->position | |
core/modules/views/src/Plugin/views/display/EntityReference.php:97 PhanParamTooMany Call with 1 arg(s) to \Drupal\views\Plugin\views\style\StylePluginBase::render() which only takes 0 arg(s) defined at core/modules/views/src/Plugin/views/style/StylePluginBase.php:456 | |
core/modules/views/src/Plugin/views/display/EntityReference.php:113 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->live_preview | |
core/modules/views/src/Plugin/views/display/EntityReference.php:120 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/views/src/Plugin/views/display/EntityReference.php:120 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\display\DisplayPluginBase->id_field_alias | |
core/modules/views/src/Plugin/views/display/EntityReference.php:120 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\display\EntityReference->id_field_alias | |
core/modules/views/src/Plugin/views/display/EntityReference.php:143 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::ensureTable | |
core/modules/views/src/Plugin/views/display/EntityReference.php:144 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/views/src/Plugin/views/display/EntityReference.php:145 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\query\QueryPluginBase->fields | |
core/modules/views/src/Plugin/views/display/EntityReference.php:151 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/display/EntityReference.php:156 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/display/Feed.php:92 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->live_preview | |
core/modules/views/src/Plugin/views/display/Feed.php:107 PhanParamTooMany Call with 1 arg(s) to \Drupal\views\Plugin\views\style\StylePluginBase::render() which only takes 0 arg(s) defined at core/modules/views/src/Plugin/views/style/StylePluginBase.php:456 | |
core/modules/views/src/Plugin/views/display/Feed.php:109 PhanTypeMismatchArgument Argument 1 (element) is string but \Drupal\views\Plugin\views\display\Feed::applyDisplayCacheabilityMetadata() takes array defined at core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:2129 | |
core/modules/views/src/Plugin/views/display/PathPluginBase.php:68 PhanDeprecatedTrait Using a deprecated trait \Drupal\Core\Routing\UrlGeneratorTrait defined at core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php:18 | |
core/modules/views/src/Plugin/views/display/PathPluginBase.php:199 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\ViewsPluginInterface::alterRouteDefinition | |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php:131 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\exposed_form\ExposedFormPluginInterface->ajax | |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php:162 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\query\QueryPluginBase->orderby | |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php:327 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->live_preview | |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php:371 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\area\AreaPluginBase::getCacheContexts | |
core/modules/views/src/Plugin/views/field/Boolean.php:61 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\Boolean->formats | |
core/modules/views/src/Plugin/views/field/Boolean.php:61 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->formats | |
core/modules/views/src/Plugin/views/field/Boolean.php:68 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->formats | |
core/modules/views/src/Plugin/views/field/Boolean.php:118 PhanAccessMethodInternal Cannot access internal method \Drupal\views\Render\ViewsRenderPipelineMarkup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/modules/views/src/Plugin/views/field/Boolean.php:120 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->formats | |
core/modules/views/src/Plugin/views/field/Boolean.php:121 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->formats | |
core/modules/views/src/Plugin/views/field/Boolean.php:124 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->formats | |
core/modules/views/src/Plugin/views/field/Custom.php:63 PhanAccessMethodInternal Cannot access internal method \Drupal\views\Render\ViewsRenderPipelineMarkup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/modules/views/src/Plugin/views/field/EntityField.php:250 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\PluginDependencyTrait->group_fields | |
core/modules/views/src/Plugin/views/field/EntityField.php:250 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\EntityField->group_fields | |
core/modules/views/src/Plugin/views/field/EntityField.php:314 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addOrderBy | |
core/modules/views/src/Plugin/views/field/EntityField.php:422 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldDefinitionInterface::getColumns | |
core/modules/views/src/Plugin/views/field/EntityField.php:430 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldDefinitionInterface::getColumns | |
core/modules/views/src/Plugin/views/field/EntityField.php:521 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldDefinitionInterface::getCardinality | |
core/modules/views/src/Plugin/views/field/EntityField.php:528 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldDefinitionInterface::getCardinality | |
core/modules/views/src/Plugin/views/field/EntityField.php:628 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldDefinitionInterface::getColumns | |
core/modules/views/src/Plugin/views/field/EntityField.php:784 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->entityFieldRenderer | |
core/modules/views/src/Plugin/views/field/EntityField.php:785 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->entityFieldRenderer | |
core/modules/views/src/Plugin/views/field/EntityField.php:878 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\PluginDependencyTrait->group_fields | |
core/modules/views/src/Plugin/views/field/EntityField.php:886 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Plugin\PluginDependencyTrait->group_fields | |
core/modules/views/src/Plugin/views/field/EntityField.php:915 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldDefinitionInterface::getColumns | |
core/modules/views/src/Plugin/views/field/EntityField.php:922 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Field\FieldDefinitionInterface::getColumns | |
core/modules/views/src/Plugin/views/field/EntityField.php:996 PhanUndeclaredVariable Variable $formatter is undeclared | |
core/modules/views/src/Plugin/views/field/EntityField.php:1037 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getTableMapping | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:144 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:179 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::ensureTable | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:197 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:200 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:214 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addOrderBy | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:344 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\style\StylePluginBase->render_tokens | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:345 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\style\StylePluginBase->render_tokens | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:612 PhanParamTooMany Call with 1 arg(s) to \Drupal\views\Plugin\views\field\FieldPluginBase::getElements() which only takes 0 arg(s) defined at core/modules/views/src/Plugin/views/field/FieldPluginBase.php:306 | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:656 PhanParamTooMany Call with 1 arg(s) to \Drupal\views\Plugin\views\field\FieldPluginBase::getElements() which only takes 0 arg(s) defined at core/modules/views/src/Plugin/views/field/FieldPluginBase.php:306 | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1124 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldHandlerInterface->last_render | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1124 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->last_render | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1134 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldHandlerInterface->last_render_text | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1134 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->last_render_text | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1136 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\field\MultiItemsFieldHandlerInterface::allowAdvancedRender | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1140 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\MultiItemsFieldHandlerInterface->original_value | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1148 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldHandlerInterface->last_render | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1148 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->last_render | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1159 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\field\MultiItemsFieldHandlerInterface::getRenderer | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1161 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\MultiItemsFieldHandlerInterface->last_render | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1162 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\MultiItemsFieldHandlerInterface->last_render | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1162 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\MultiItemsFieldHandlerInterface->original_value | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1164 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\MultiItemsFieldHandlerInterface->options | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1165 PhanTypeArraySuspicious Suspicious array access to float|int | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1181 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldHandlerInterface->last_render | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1181 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\MultiItemsFieldHandlerInterface->last_render | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1186 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldHandlerInterface->last_render | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1187 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldHandlerInterface->last_render | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1192 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldHandlerInterface->last_render | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1192 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\MultiItemsFieldHandlerInterface->last_render | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1196 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldHandlerInterface->last_render | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1199 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldHandlerInterface->last_render | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1231 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldHandlerInterface->last_render | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1234 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldHandlerInterface->last_render | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1266 PhanAccessMethodInternal Cannot access internal method \Drupal\views\Render\ViewsRenderPipelineMarkup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1307 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Utility\LinkGeneratorInterface::generate defined at core/lib/Drupal/Core/Utility/LinkGeneratorInterface.php:74 | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1316 PhanAccessMethodInternal Cannot access internal method \Drupal\views\Render\ViewsRenderPipelineMarkup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1318 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldHandlerInterface->last_render_text | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1318 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->last_render_text | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1332 PhanAccessMethodInternal Cannot access internal method \Drupal\views\Render\ViewsRenderPipelineMarkup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1446 PhanTypeMismatchArgumentInternal Argument 1 (search) is \Drupal\Core\DependencyInjection\DependencySerializationTrait|\Drupal\Core\Url but \str_replace() takes array|string | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1535 PhanTypeMismatchArgument Argument 1 (query) is \Drupal\Core\DependencyInjection\DependencySerializationTrait|\Drupal\Core\Url but \Drupal\Component\Utility\UrlHelper::buildQuery() takes array defined at core/lib/Drupal/Component/Utility/UrlHelper.php:45 | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1611 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\area\AreaPluginBase::getFieldTokenPlaceholder | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1613 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\ViewsHandlerInterface->last_render | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1614 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\ViewsHandlerInterface->last_render | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1627 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\style\StylePluginBase->render_tokens | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1628 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldHandlerInterface->last_tokens | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1628 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->last_tokens | |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php:1799 PhanUndeclaredVariable Variable $matches is undeclared | |
core/modules/views/src/Plugin/views/field/Links.php:66 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->last_render_text | |
core/modules/views/src/Plugin/views/field/Links.php:69 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->last_render_text | |
core/modules/views/src/Plugin/views/field/Markup.php:30 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->format | |
core/modules/views/src/Plugin/views/field/Markup.php:30 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\Markup->format | |
core/modules/views/src/Plugin/views/field/Markup.php:33 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->format | |
core/modules/views/src/Plugin/views/field/Markup.php:34 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->format | |
core/modules/views/src/Plugin/views/field/Markup.php:43 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->format | |
core/modules/views/src/Plugin/views/field/Markup.php:47 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\FieldPluginBase->format | |
core/modules/views/src/Plugin/views/field/NumericField.php:161 PhanTypeMismatchArgumentInternal Argument 1 (str) is int but \substr() takes string | |
core/modules/views/src/Plugin/views/field/NumericField.php:173 PhanTypeMismatchArgument Argument 1 (count) is string but \Drupal\Core\StringTranslation\PluralTranslatableMarkup::createFromTranslatedString() takes int defined at core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php:93 | |
core/modules/views/src/Plugin/views/field/UncacheableFieldHandlerTrait.php:29 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\field\UncacheableFieldHandlerTrait->last_render | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:95 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\BooleanOperator->value_value | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:95 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\FilterPluginBase->value_value | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:98 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\BooleanOperator->value_value | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:98 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\FilterPluginBase->value_value | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:101 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\BooleanOperator->value_value | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:101 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\FilterPluginBase->value_value | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:110 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\BooleanOperator->valueOptions | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:110 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\FilterPluginBase->valueOptions | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:128 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\BooleanOperator->valueOptions | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:128 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\FilterPluginBase->valueOptions | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:131 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\BooleanOperator->valueOptions | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:131 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\FilterPluginBase->valueOptions | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:134 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\BooleanOperator->valueOptions | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:134 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\FilterPluginBase->valueOptions | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:139 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\FilterPluginBase->valueOptions | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:140 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\BooleanOperator->valueOptions | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:140 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\FilterPluginBase->valueOptions | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:153 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\FilterPluginBase->valueOptions | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:167 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\FilterPluginBase->value_value | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:168 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\FilterPluginBase->valueOptions | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:198 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\FilterPluginBase->valueOptions | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:205 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\FilterPluginBase->valueOptions | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:211 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\FilterPluginBase->value_value | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:250 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:253 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:261 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:264 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php:268 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/BooleanOperatorString.php:33 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhereExpression | |
core/modules/views/src/Plugin/views/filter/Bundle.php:88 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\Bundle->real_field | |
core/modules/views/src/Plugin/views/filter/Bundle.php:88 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\filter\InOperator->real_field | |
core/modules/views/src/Plugin/views/filter/Combine.php:20 PhanUndeclaredTypeProperty Property \Drupal\views\Plugin\views\filter\Combine::query has undeclared type \Drupal\views\Plugin\views\filter\views_plugin_query_default | |
core/modules/views/src/Plugin/views/filter/Combine.php:39 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\area\AreaPluginBase::clickSortable | |
core/modules/views/src/Plugin/views/filter/Combine.php:112 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\area\AreaPluginBase::clickSortable | |
core/modules/views/src/Plugin/views/filter/Combine.php:134 PhanUndeclaredClassMethod Call to method addWhereExpression from undeclared class \Drupal\views\Plugin\views\filter\views_plugin_query_default | |
core/modules/views/src/Plugin/views/filter/Combine.php:139 PhanUndeclaredClassMethod Call to method addWhereExpression from undeclared class \Drupal\views\Plugin\views\filter\views_plugin_query_default | |
core/modules/views/src/Plugin/views/filter/Combine.php:164 PhanUndeclaredClassMethod Call to method setWhereGroup from undeclared class \Drupal\views\Plugin\views\filter\views_plugin_query_default | |
core/modules/views/src/Plugin/views/filter/Combine.php:172 PhanUndeclaredClassMethod Call to method addWhereExpression from undeclared class \Drupal\views\Plugin\views\filter\views_plugin_query_default | |
core/modules/views/src/Plugin/views/filter/Combine.php:178 PhanUndeclaredClassMethod Call to method addWhereExpression from undeclared class \Drupal\views\Plugin\views\filter\views_plugin_query_default | |
core/modules/views/src/Plugin/views/filter/Combine.php:183 PhanUndeclaredClassMethod Call to method addWhereExpression from undeclared class \Drupal\views\Plugin\views\filter\views_plugin_query_default | |
core/modules/views/src/Plugin/views/filter/Combine.php:188 PhanUndeclaredClassMethod Call to method addWhereExpression from undeclared class \Drupal\views\Plugin\views\filter\views_plugin_query_default | |
core/modules/views/src/Plugin/views/filter/Combine.php:193 PhanUndeclaredClassMethod Call to method addWhereExpression from undeclared class \Drupal\views\Plugin\views\filter\views_plugin_query_default | |
core/modules/views/src/Plugin/views/filter/Combine.php:198 PhanUndeclaredClassMethod Call to method addWhereExpression from undeclared class \Drupal\views\Plugin\views\filter\views_plugin_query_default | |
core/modules/views/src/Plugin/views/filter/Combine.php:203 PhanUndeclaredClassMethod Call to method addWhereExpression from undeclared class \Drupal\views\Plugin\views\filter\views_plugin_query_default | |
core/modules/views/src/Plugin/views/filter/Combine.php:214 PhanUndeclaredClassMethod Call to method addWhereExpression from undeclared class \Drupal\views\Plugin\views\filter\views_plugin_query_default | |
core/modules/views/src/Plugin/views/filter/Date.php:175 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhereExpression | |
core/modules/views/src/Plugin/views/filter/Date.php:185 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhereExpression | |
core/modules/views/src/Plugin/views/filter/FilterPluginBase.php:98 PhanTypeArraySuspicious Suspicious array access to ?array | |
core/modules/views/src/Plugin/views/filter/FilterPluginBase.php:99 PhanTypeArraySuspicious Suspicious array access to ?array | |
core/modules/views/src/Plugin/views/filter/FilterPluginBase.php:103 PhanTypeArraySuspicious Suspicious array access to ?array | |
core/modules/views/src/Plugin/views/filter/FilterPluginBase.php:449 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Form\FormStateInterface::get() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Form/FormStateInterface.php:192 | |
core/modules/views/src/Plugin/views/filter/FilterPluginBase.php:512 PhanTypeMismatchArgumentInternal Argument 1 (stack) is string but \array_unshift() takes array | |
core/modules/views/src/Plugin/views/filter/FilterPluginBase.php:630 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\filter\FilterPluginBase::operators | |
core/modules/views/src/Plugin/views/filter/FilterPluginBase.php:667 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\filter\FilterPluginBase::operators | |
core/modules/views/src/Plugin/views/filter/FilterPluginBase.php:893 PhanTypeMismatchArgumentInternal Argument 1 (stack) is string but \array_unshift() takes array | |
core/modules/views/src/Plugin/views/filter/FilterPluginBase.php:1156 PhanParamTooMany Call with 2 arg(s) to \Drupal\Core\Form\FormStateInterface::get() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Form/FormStateInterface.php:192 | |
core/modules/views/src/Plugin/views/filter/FilterPluginBase.php:1192 PhanTypeInvalidRightOperand Invalid operator: left operand is array and right is not | |
core/modules/views/src/Plugin/views/filter/FilterPluginBase.php:1484 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/GroupByNumeric.php:27 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addHavingExpression | |
core/modules/views/src/Plugin/views/filter/GroupByNumeric.php:28 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addHavingExpression | |
core/modules/views/src/Plugin/views/filter/GroupByNumeric.php:31 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addHavingExpression | |
core/modules/views/src/Plugin/views/filter/GroupByNumeric.php:37 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addHavingExpression | |
core/modules/views/src/Plugin/views/filter/GroupByNumeric.php:48 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addHavingExpression | |
core/modules/views/src/Plugin/views/filter/InOperator.php:46 PhanTypeMismatchProperty Assigning null to property but \Drupal\views\Plugin\views\filter\InOperator::valueOptions is \Drupal\Core\StringTranslation\TranslatableMarkup[]|array | |
core/modules/views/src/Plugin/views/filter/InOperator.php:46 PhanTypeMismatchProperty Assigning null to property but \Drupal\views\Plugin\views\filter\InOperator::valueOptions is array | |
core/modules/views/src/Plugin/views/filter/InOperator.php:398 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/InOperator.php:410 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/NumericFilter.php:248 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/NumericFilter.php:251 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/NumericFilter.php:256 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/NumericFilter.php:267 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/NumericFilter.php:277 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/StringFilter.php:261 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/StringFilter.php:265 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/StringFilter.php:297 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/StringFilter.php:301 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/StringFilter.php:305 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/StringFilter.php:309 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/StringFilter.php:313 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/StringFilter.php:317 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/StringFilter.php:324 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhereExpression | |
core/modules/views/src/Plugin/views/filter/StringFilter.php:331 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhereExpression | |
core/modules/views/src/Plugin/views/filter/StringFilter.php:341 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/filter/StringFilter.php:352 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addWhere | |
core/modules/views/src/Plugin/views/join/Subquery.php:28 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\join\JoinPluginBase->left_query | |
core/modules/views/src/Plugin/views/join/Subquery.php:28 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\join\Subquery->left_query | |
core/modules/views/src/Plugin/views/join/Subquery.php:50 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\join\JoinPluginBase->left_query | |
core/modules/views/src/Plugin/views/pager/Full.php:94 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->live_preview | |
core/modules/views/src/Plugin/views/pager/Mini.php:101 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->live_preview | |
core/modules/views/src/Plugin/views/query/QueryPluginBase.php:41 PhanUndeclaredTypeProperty Property \Drupal\views\Plugin\views\query\QueryPluginBase::pager has undeclared type \Drupal\views\Plugin\views\query\views_plugin_pager | |
core/modules/views/src/Plugin/views/query/QueryPluginBase.php:142 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->offset | |
core/modules/views/src/Plugin/views/query/QueryPluginBase.php:142 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\query\QueryPluginBase->offset | |
core/modules/views/src/Plugin/views/query/QueryPluginBase.php:190 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Cache\CacheableDependencyInterface->groupOperator | |
core/modules/views/src/Plugin/views/query/QueryPluginBase.php:190 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\query\QueryPluginBase->groupOperator | |
core/modules/views/src/Plugin/views/query/Sql.php:175 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\query\QueryPluginBase->count_field | |
core/modules/views/src/Plugin/views/query/Sql.php:175 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\query\Sql->count_field | |
core/modules/views/src/Plugin/views/query/Sql.php:202 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\query\QueryPluginBase->count_field | |
core/modules/views/src/Plugin/views/query/Sql.php:202 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\query\Sql->count_field | |
core/modules/views/src/Plugin/views/query/Sql.php:276 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::getValue() | |
core/modules/views/src/Plugin/views/query/Sql.php:385 PhanTypeMismatchReturn Returning type bool but addTable() is declared to return string | |
core/modules/views/src/Plugin/views/query/Sql.php:433 PhanTypeMismatchReturn Returning type bool but queueTable() is declared to return string | |
core/modules/views/src/Plugin/views/query/Sql.php:468 PhanTypeMismatchReturn Returning type bool but queueTable() is declared to return string | |
core/modules/views/src/Plugin/views/query/Sql.php:1257 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::distinct | |
core/modules/views/src/Plugin/views/query/Sql.php:1302 PhanTypeMismatchArgument Argument 1 (query) is \Drupal\Core\Database\Query\AlterableInterface but \Drupal\views\Plugin\views\query\Sql::compileFields() takes \Drupal\Core\Database\Query\SelectInterface defined at core/modules/views/src/Plugin/views/query/Sql.php:1154 | |
core/modules/views/src/Plugin/views/query/Sql.php:1312 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::groupBy | |
core/modules/views/src/Plugin/views/query/Sql.php:1315 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::havingCondition | |
core/modules/views/src/Plugin/views/query/Sql.php:1324 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::orderRandom | |
core/modules/views/src/Plugin/views/query/Sql.php:1327 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::orderBy | |
core/modules/views/src/Plugin/views/query/Sql.php:1334 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::condition | |
core/modules/views/src/Plugin/views/query/Sql.php:1339 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::comment | |
core/modules/views/src/Plugin/views/query/Sql.php:1350 PhanTypeMismatchArgument Argument 2 (object) is array but \Drupal\Core\Database\Query\AlterableInterface::addMetaData() takes \Drupal\Core\Entity\EntityReferenceSelection\SelectionInterface|\Drupal\Core\Entity\EntityReferenceSelection\SelectionWithAutocreateInterface|\Drupal\Core\Entity\Plugin\EntityReferenceSelection\DefaultSelection|\Drupal\Core\Plugin\ContainerFactoryPluginInterface|\Drupal\Core\Plugin\PluginBase defined at core/lib/Drupal/Core/Database/Query/AlterableInterface.php:78 | |
core/modules/views/src/Plugin/views/query/Sql.php:1408 PhanTypeMismatchArgument Argument 2 (object) is \Drupal\Core\DependencyInjection\DependencySerializationTrait|\Drupal\views\ViewExecutable|\Serializable but \Drupal\Core\Database\Query\AlterableInterface::addMetaData() takes \Drupal\Core\Entity\EntityReferenceSelection\SelectionInterface|\Drupal\Core\Entity\EntityReferenceSelection\SelectionWithAutocreateInterface|\Drupal\Core\Entity\Plugin\EntityReferenceSelection\DefaultSelection|\Drupal\Core\Plugin\ContainerFactoryPluginInterface|\Drupal\Core\Plugin\PluginBase defined at core/lib/Drupal/Core/Database/Query/AlterableInterface.php:78 | |
core/modules/views/src/Plugin/views/query/Sql.php:1409 PhanTypeMismatchArgument Argument 2 (object) is \Drupal\Core\DependencyInjection\DependencySerializationTrait|\Drupal\views\ViewExecutable|\Serializable but \Drupal\Core\Database\Query\AlterableInterface::addMetaData() takes \Drupal\Core\Entity\EntityReferenceSelection\SelectionInterface|\Drupal\Core\Entity\EntityReferenceSelection\SelectionWithAutocreateInterface|\Drupal\Core\Entity\Plugin\EntityReferenceSelection\DefaultSelection|\Drupal\Core\Plugin\ContainerFactoryPluginInterface|\Drupal\Core\Plugin\PluginBase defined at core/lib/Drupal/Core/Database/Query/AlterableInterface.php:78 | |
core/modules/views/src/Plugin/views/query/Sql.php:1437 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::preExecute | |
core/modules/views/src/Plugin/views/query/Sql.php:1440 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::countQuery | |
core/modules/views/src/Plugin/views/query/Sql.php:1460 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\query\QueryPluginBase->offset | |
core/modules/views/src/Plugin/views/query/Sql.php:1463 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\query\QueryPluginBase->offset | |
core/modules/views/src/Plugin/views/query/Sql.php:1464 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::range | |
core/modules/views/src/Plugin/views/query/Sql.php:1467 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::execute | |
core/modules/views/src/Plugin/views/query/Sql.php:1485 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->live_preview | |
core/modules/views/src/Plugin/views/query/Sql.php:1497 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->execute_time | |
core/modules/views/src/Plugin/views/query/Sql.php:1662 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/views/src/Plugin/views/relationship/EntityReverse.php:26 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\relationship\EntityReverse->joinManager | |
core/modules/views/src/Plugin/views/relationship/EntityReverse.php:26 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\relationship\RelationshipPluginBase->joinManager | |
core/modules/views/src/Plugin/views/relationship/EntityReverse.php:67 PhanUndeclaredVariable Variable $def is undeclared | |
core/modules/views/src/Plugin/views/relationship/EntityReverse.php:72 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\relationship\RelationshipPluginBase->joinManager | |
core/modules/views/src/Plugin/views/relationship/EntityReverse.php:75 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addTable | |
core/modules/views/src/Plugin/views/relationship/EntityReverse.php:75 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\relationship\EntityReverse->first_alias | |
core/modules/views/src/Plugin/views/relationship/EntityReverse.php:75 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\relationship\RelationshipPluginBase->first_alias | |
core/modules/views/src/Plugin/views/relationship/EntityReverse.php:80 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\relationship\RelationshipPluginBase->first_alias | |
core/modules/views/src/Plugin/views/relationship/EntityReverse.php:92 PhanUndeclaredVariable Variable $def is undeclared | |
core/modules/views/src/Plugin/views/relationship/EntityReverse.php:97 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\relationship\RelationshipPluginBase->joinManager | |
core/modules/views/src/Plugin/views/relationship/EntityReverse.php:103 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addRelationship | |
core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php:188 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->display | |
core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php:206 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->namespace | |
core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php:207 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\relationship\GroupwiseMax->subquery_namespace | |
core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php:207 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\relationship\RelationshipPluginBase->subquery_namespace | |
core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php:239 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::getFields | |
core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php:249 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::getTables | |
core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php:251 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\relationship\RelationshipPluginBase->subquery_namespace | |
core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php:259 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\relationship\RelationshipPluginBase->subquery_namespace | |
core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php:260 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\relationship\RelationshipPluginBase->subquery_namespace | |
core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php:263 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::conditions | |
core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php:269 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::getOrderBy | |
core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php:275 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\relationship\RelationshipPluginBase->subquery_namespace | |
core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php:280 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::range | |
core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php:283 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::__toString | |
core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php:329 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\relationship\RelationshipPluginBase->subquery_namespace | |
core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php:384 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addRelationship | |
core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php:159 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addRelationship | |
core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php:164 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addTag | |
core/modules/views/src/Plugin/views/row/OpmlFields.php:198 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\row\RowPluginBase->field_alias | |
core/modules/views/src/Plugin/views/row/RowPluginBase.php:66 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\PluginBase->base_table | |
core/modules/views/src/Plugin/views/row/RowPluginBase.php:78 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\PluginBase->base_table | |
core/modules/views/src/Plugin/views/row/RowPluginBase.php:92 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\PluginBase->base_table | |
core/modules/views/src/Plugin/views/row/RowPluginBase.php:137 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\PluginBase->base_table | |
core/modules/views/src/Plugin/views/row/RowPluginBase.php:140 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/views/src/Plugin/views/row/RowPluginBase.php:140 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\PluginBase->base_field | |
core/modules/views/src/Plugin/views/row/RowPluginBase.php:140 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\PluginBase->field_alias | |
core/modules/views/src/Plugin/views/row/RowPluginBase.php:140 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\row\RowPluginBase->field_alias | |
core/modules/views/src/Plugin/views/row/RowPluginBase.php:143 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addField | |
core/modules/views/src/Plugin/views/row/RowPluginBase.php:143 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\PluginBase->base_field | |
core/modules/views/src/Plugin/views/row/RowPluginBase.php:143 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\PluginBase->base_table | |
core/modules/views/src/Plugin/views/row/RowPluginBase.php:143 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\PluginBase->field_alias | |
core/modules/views/src/Plugin/views/row/RowPluginBase.php:143 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\row\RowPluginBase->field_alias | |
core/modules/views/src/Plugin/views/row/RowPluginBase.php:168 PhanTypeMismatchReturn Returning type array but render() is declared to return string | |
core/modules/views/src/Plugin/views/row/RowPluginBase.php:172 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\PluginBase->field_alias | |
core/modules/views/src/Plugin/views/row/RssFields.php:136 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\style\StylePluginBase->namespaces | |
core/modules/views/src/Plugin/views/row/RssFields.php:175 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\style\StylePluginBase->namespaces | |
core/modules/views/src/Plugin/views/row/RssFields.php:184 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\row\RowPluginBase->field_alias | |
core/modules/views/src/Plugin/views/sort/Date.php:52 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addOrderBy | |
core/modules/views/src/Plugin/views/sort/Date.php:72 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addOrderBy | |
core/modules/views/src/Plugin/views/sort/GroupByNumeric.php:23 PhanTypeMismatchArgument Argument 1 (item) is ?array but \Drupal\views\Plugin\ViewsHandlerManager::getHandler() takes array defined at core/modules/views/src/Plugin/ViewsHandlerManager.php:81 | |
core/modules/views/src/Plugin/views/sort/GroupByNumeric.php:23 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\sort\GroupByNumeric->handler | |
core/modules/views/src/Plugin/views/sort/GroupByNumeric.php:23 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\sort\SortPluginBase->handler | |
core/modules/views/src/Plugin/views/sort/GroupByNumeric.php:24 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\sort\SortPluginBase->handler | |
core/modules/views/src/Plugin/views/sort/GroupByNumeric.php:37 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addOrderBy | |
core/modules/views/src/Plugin/views/sort/Random.php:26 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addOrderBy | |
core/modules/views/src/Plugin/views/sort/SortPluginBase.php:39 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\query\QueryPluginBase::addOrderBy | |
core/modules/views/src/Plugin/views/style/EntityReference.php:71 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->live_preview | |
core/modules/views/src/Plugin/views/style/Opml.php:43 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\style\StylePluginBase->preview | |
core/modules/views/src/Plugin/views/style/Rss.php:110 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\style\Rss->namespaces | |
core/modules/views/src/Plugin/views/style/Rss.php:110 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\style\StylePluginBase->namespaces | |
core/modules/views/src/Plugin/views/style/Rss.php:114 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\style\Rss->channel_elements | |
core/modules/views/src/Plugin/views/style/Rss.php:114 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\style\StylePluginBase->channel_elements | |
core/modules/views/src/Plugin/views/style/Rss.php:115 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\style\StylePluginBase->channel_elements | |
core/modules/views/src/Plugin/views/style/Rss.php:117 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\style\Rss->namespaces | |
core/modules/views/src/Plugin/views/style/Rss.php:117 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\style\StylePluginBase->namespaces | |
core/modules/views/src/Plugin/views/style/StylePluginBase.php:521 PhanTypeMismatchReturn Returning type array|int[][]|string[][][] but renderGroupingSets() is declared to return string | |
core/modules/views/src/Plugin/views/style/StylePluginBase.php:735 PhanAccessMethodInternal Cannot access internal method \Drupal\views\Render\ViewsRenderPipelineMarkup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/modules/views/src/Plugin/views/style/Table.php:286 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\area\AreaPluginBase::clickSortable | |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php:124 PhanDeprecatedTrait Using a deprecated trait \Drupal\Core\Routing\UrlGeneratorTrait defined at core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php:18 | |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php:529 PhanTypeMismatchArgument Argument 3 (key_exists) is null but \Drupal\Component\Utility\NestedArray::getValue() takes bool defined at core/lib/Drupal/Component/Utility/NestedArray.php:69 | |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php:908 PhanUndeclaredVariable Variable $type is undeclared | |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php:998 PhanUndeclaredVariable Variable $sort_type is undeclared | |
core/modules/views/src/Render/ViewsRenderPipelineMarkup.php:21 PhanAccessClassInternal Cannot access internal Interface \Drupal\Component\Render\MarkupInterface defined at core/lib/Drupal/Component/Render/MarkupInterface.php:32 | |
core/modules/views/src/ResultRow.php:47 PhanTypeMismatchProperty Assigning null to property but \Drupal\views\ResultRow::_entity is \Drupal\Core\Entity\EntityInterface | |
core/modules/views/src/Routing/ViewPageController.php:60 PhanTypeMismatchReturn Returning type ?array but handle() is declared to return null|void | |
core/modules/views/src/ViewExecutable.php:802 PhanTypeMismatchProperty Assigning null to property but \Drupal\views\ViewExecutable::style_plugin is \Drupal\views\Plugin\views\style\StylePluginBase | |
core/modules/views/src/ViewExecutable.php:803 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\DependencyInjection\DependencySerializationTrait->plugin_name | |
core/modules/views/src/ViewExecutable.php:803 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->plugin_name | |
core/modules/views/src/ViewExecutable.php:804 PhanTypeMismatchProperty Assigning null to property but \Drupal\views\ViewExecutable::rowPlugin is \Drupal\views\Plugin\views\row\RowPluginBase | |
core/modules/views/src/ViewExecutable.php:1075 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->position | |
core/modules/views/src/ViewExecutable.php:1085 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->is_default | |
core/modules/views/src/ViewExecutable.php:1090 PhanParamTooMany Call with 1 arg(s) to \Drupal\views\Plugin\views\argument\ArgumentPluginBase::validateFail() which only takes 0 arg(s) defined at core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php:716 | |
core/modules/views/src/ViewExecutable.php:1254 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\DependencyInjection\DependencySerializationTrait->build_time | |
core/modules/views/src/ViewExecutable.php:1254 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->build_time | |
core/modules/views/src/ViewExecutable.php:1287 PhanParamTooMany Call with 1 arg(s) to \Drupal\views\Plugin\views\display\DisplayPluginBase::query() which only takes 0 arg(s) defined at core/modules/views/src/Plugin/views/display/DisplayPluginBase.php:2045 | |
core/modules/views/src/ViewExecutable.php:1290 PhanParamTooMany Call with 1 arg(s) to \Drupal\views\Plugin\views\style\StylePluginBase::query() which only takes 0 arg(s) defined at core/modules/views/src/Plugin/views/style/StylePluginBase.php:824 | |
core/modules/views/src/ViewExecutable.php:1311 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\DependencyInjection\DependencySerializationTrait->build_time | |
core/modules/views/src/ViewExecutable.php:1311 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->build_time | |
core/modules/views/src/ViewExecutable.php:1387 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\DependencyInjection\DependencySerializationTrait->live_preview | |
core/modules/views/src/ViewExecutable.php:1398 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\DependencyInjection\DependencySerializationTrait->live_preview | |
core/modules/views/src/ViewExecutable.php:1464 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\DependencyInjection\DependencySerializationTrait->live_preview | |
core/modules/views/src/ViewExecutable.php:1519 PhanTypeMismatchProperty Assigning array to property but \Drupal\views\Plugin\views\display\DisplayPluginBase::output is string | |
core/modules/views/src/ViewExecutable.php:1536 PhanTypeMismatchReturn Returning type string but render() is declared to return array|null | |
core/modules/views/src/ViewExecutable.php:1641 PhanTypeMismatchReturn Returning type bool but preview() is declared to return array|null | |
core/modules/views/src/ViewExecutable.php:1752 PhanUndeclaredVariable Variable $display is undeclared | |
core/modules/views/src/ViewExecutable.php:1935 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\argument\ArgumentPluginBase->is_default | |
core/modules/views/src/ViewExecutable.php:2001 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\display\DisplayPluginBase::getUrlInfo | |
core/modules/views/src/ViewExecutable.php:2043 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\Entity::getExecutable | |
core/modules/views/src/Views.php:225 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/views/views.api.php:562 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getTableMapping | |
core/modules/views/views.api.php:616 PhanUndeclaredProperty Reference to undeclared property \Drupal\field\FieldStorageConfigInterface->entity_type | |
core/modules/views/views.api.php:620 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getTableMapping | |
core/modules/views/views.api.php:773 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\query\QueryPluginBase->tables | |
core/modules/views/views.api.php:874 PhanUndeclaredTypeParameter Parameter of undeclared type \QueryPluginBase | |
core/modules/views/views.api.php:920 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\Plugin\views\query\QueryPluginBase->table_queue | |
core/modules/views/views.module:364 PhanTypeArraySuspicious Suspicious array access to ?array | |
core/modules/views/views.module:375 PhanTypeMismatchArgument Argument 1 (plugin_id) is string[] but \Drupal\views\Plugin\ViewsPluginManager::getDefinition() takes string defined at core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php:28 | |
core/modules/views/views.module:411 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/views/views.module:419 PhanTypeArraySuspicious Suspicious array access to bool | |
core/modules/views/views.module:632 PhanAccessMethodInternal Cannot access internal method \Drupal\views\Render\ViewsRenderPipelineMarkup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/modules/views/views.module:657 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::getTables | |
core/modules/views/views.module:658 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::conditions | |
core/modules/views/views.module:822 PhanTypeMismatchArgument Argument 1 (view) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\views\ViewExecutableFactory::get() takes \Drupal\views\ViewEntityInterface defined at core/modules/views/src/ViewExecutableFactory.php:70 | |
core/modules/views/views.post_update.php:21 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/views/views.post_update.php:23 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getDisplay | |
core/modules/views/views.theme.inc:889 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Template\Attribute->live_preview | |
core/modules/views/views.theme.inc:890 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\GeneratedUrl::getResponse | |
core/modules/views/views.views.inc:182 PhanTypeMismatchArgument Argument 1 (field_storage) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \_views_field_get_entity_type_storage() takes \Drupal\field\FieldStorageConfigInterface defined at core/modules/views/views.views.inc:232 | |
core/modules/views/views.views.inc:183 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTypeProvider | |
core/modules/views/views.views.inc:185 PhanTypeMismatchArgument Argument 1 (field_storage) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \views_field_default_views_data() takes \Drupal\field\FieldStorageConfigInterface defined at core/modules/views/views.views.inc:287 | |
core/modules/views/views.views.inc:214 PhanTypeMismatchArgument Argument 1 (field_storage) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \_views_field_get_entity_type_storage() takes \Drupal\field\FieldStorageConfigInterface defined at core/modules/views/views.views.inc:232 | |
core/modules/views/views.views.inc:215 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTypeProvider | |
core/modules/views/views.views.inc:479 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Render\Markup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/modules/views/views.views.inc:592 PhanAccessMethodInternal Cannot access internal method \Drupal\Core\Render\Markup::create defined at core/lib/Drupal/Component/Render/MarkupTrait.php:34 | |
core/modules/views/views.views.inc:694 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::getTableMapping | |
core/modules/views_ui/admin.inc:130 PhanTypeNonVarPassByRef Only variables can be passed by reference at argument 1 of \Drupal\Component\Utility\NestedArray::getValue() | |
core/modules/views_ui/src/Controller/ViewsUIController.php:64 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/Controller/ViewsUIController.php:190 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/views_ui/src/Controller/ViewsUIController.php:226 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\views\ViewEntityInterface|\Drupal\views_ui\ViewUI but \Drupal\Core\Entity\EntityFormBuilderInterface::getForm() takes \Drupal\Core\Entity\EntityInterface defined at core/lib/Drupal/Core/Entity/EntityFormBuilderInterface.php:56 | |
core/modules/views_ui/src/Controller/ViewsUIController.php:227 PhanTypeMismatchArgument Argument 1 (entity) is \Drupal\views\ViewEntityInterface|\Drupal\views_ui\ViewUI but \Drupal\Core\Entity\EntityFormBuilderInterface::getForm() takes \Drupal\Core\Entity\EntityInterface defined at core/lib/Drupal/Core/Entity/EntityFormBuilderInterface.php:56 | |
core/modules/views_ui/src/Form/Ajax/ConfigHandler.php:111 PhanTypeArraySuspicious Suspicious array access to ?array | |
core/modules/views_ui/src/Form/Ajax/ConfigHandler.php:240 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\ViewsHandlerInterface::submitFormCalculateOptions | |
core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php:104 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\ViewsHandlerInterface::submitGroupByForm | |
core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php:166 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityFormInterface::rebuildCurrentTab | |
core/modules/views_ui/src/Form/BasicSettingsForm.php:70 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Extension\Extension->status | |
core/modules/views_ui/src/ParamConverter/ViewUIConverter.php:76 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::status | |
core/modules/views_ui/src/ParamConverter/ViewUIConverter.php:86 PhanTypeMismatchArgument Argument 1 (storage) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\views_ui\ViewUI::__construct() takes \Drupal\views\ViewEntityInterface defined at core/modules/views_ui/src/ViewUI.php:144 | |
core/modules/views_ui/src/ViewDuplicateForm.php:70 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/views_ui/src/ViewDuplicateForm.php:71 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/views_ui/src/ViewEditForm.php:100 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewEditForm.php:120 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::status | |
core/modules/views_ui/src/ViewEditForm.php:126 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isLocked | |
core/modules/views_ui/src/ViewEditForm.php:129 PhanDeprecatedProperty Reference to deprecated property \Drupal\views_ui\ViewEditForm::entityManager defined at core/lib/Drupal/Core/Entity/EntityForm.php:42 | |
core/modules/views_ui/src/ViewEditForm.php:129 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->lock | |
core/modules/views_ui/src/ViewEditForm.php:133 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->lock | |
core/modules/views_ui/src/ViewEditForm.php:150 PhanUndeclaredProperty Reference to undeclared property \Drupal\Core\Entity\EntityInterface->changed | |
core/modules/views_ui/src/ViewEditForm.php:166 PhanTypeMismatchArgument Argument 1 (view) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\views_ui\ViewEditForm::renderDisplayTop() takes \Drupal\views_ui\ViewUI defined at core/modules/views_ui/src/ViewEditForm.php:681 | |
core/modules/views_ui/src/ViewEditForm.php:182 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewEditForm.php:183 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewEditForm.php:194 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/views_ui/src/ViewEditForm.php:200 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewEditForm.php:225 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isLocked | |
core/modules/views_ui/src/ViewEditForm.php:239 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::isLocked | |
core/modules/views_ui/src/ViewEditForm.php:242 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewEditForm.php:254 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewEditForm.php:258 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/views_ui/src/ViewEditForm.php:294 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/views_ui/src/ViewEditForm.php:311 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewEditForm.php:312 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewEditForm.php:350 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewEditForm.php:376 PhanTypeMismatchArgument Argument 1 (view) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\views_ui\ViewEditForm::getDisplayLabel() takes \Drupal\views_ui\ViewUI defined at core/modules/views_ui/src/ViewFormBase.php:157 | |
core/modules/views_ui/src/ViewEditForm.php:386 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewEditForm.php:415 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewEditForm.php:415 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::status | |
core/modules/views_ui/src/ViewEditForm.php:416 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewEditForm.php:456 PhanTypeMismatchArgument Argument 2 (key) is null but \Drupal\views\Views::fetchPluginNames() takes string defined at core/modules/views/src/Views.php:142 | |
core/modules/views_ui/src/ViewEditForm.php:456 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/views_ui/src/ViewEditForm.php:497 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewEditForm.php:538 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewEditForm.php:543 PhanTypeMismatchArgument Argument 1 (view) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\views_ui\ViewEditForm::buildOptionForm() takes \Drupal\views_ui\ViewUI defined at core/modules/views_ui/src/ViewEditForm.php:887 | |
core/modules/views_ui/src/ViewEditForm.php:565 PhanTypeMismatchArgument Argument 1 (view) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\views_ui\ViewEditForm::getFormBucket() takes \Drupal\views_ui\ViewUI defined at core/modules/views_ui/src/ViewEditForm.php:921 | |
core/modules/views_ui/src/ViewEditForm.php:566 PhanTypeMismatchArgument Argument 1 (view) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\views_ui\ViewEditForm::getFormBucket() takes \Drupal\views_ui\ViewUI defined at core/modules/views_ui/src/ViewEditForm.php:921 | |
core/modules/views_ui/src/ViewEditForm.php:567 PhanTypeMismatchArgument Argument 1 (view) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\views_ui\ViewEditForm::getFormBucket() takes \Drupal\views_ui\ViewUI defined at core/modules/views_ui/src/ViewEditForm.php:921 | |
core/modules/views_ui/src/ViewEditForm.php:568 PhanTypeMismatchArgument Argument 1 (view) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\views_ui\ViewEditForm::getFormBucket() takes \Drupal\views_ui\ViewUI defined at core/modules/views_ui/src/ViewEditForm.php:921 | |
core/modules/views_ui/src/ViewEditForm.php:569 PhanTypeMismatchArgument Argument 1 (view) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\views_ui\ViewEditForm::getFormBucket() takes \Drupal\views_ui\ViewUI defined at core/modules/views_ui/src/ViewEditForm.php:921 | |
core/modules/views_ui/src/ViewEditForm.php:570 PhanTypeMismatchArgument Argument 1 (view) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\views_ui\ViewEditForm::getFormBucket() takes \Drupal\views_ui\ViewUI defined at core/modules/views_ui/src/ViewEditForm.php:921 | |
core/modules/views_ui/src/ViewEditForm.php:571 PhanTypeMismatchArgument Argument 1 (view) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\views_ui\ViewEditForm::getFormBucket() takes \Drupal\views_ui\ViewUI defined at core/modules/views_ui/src/ViewEditForm.php:921 | |
core/modules/views_ui/src/ViewEditForm.php:572 PhanTypeMismatchArgument Argument 1 (view) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\views_ui\ViewEditForm::getFormBucket() takes \Drupal\views_ui\ViewUI defined at core/modules/views_ui/src/ViewEditForm.php:921 | |
core/modules/views_ui/src/ViewEditForm.php:584 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/views_ui/src/ViewEditForm.php:586 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/views_ui/src/ViewEditForm.php:589 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::cacheSet | |
core/modules/views_ui/src/ViewEditForm.php:605 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewEditForm.php:608 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::cacheSet | |
core/modules/views_ui/src/ViewEditForm.php:623 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewEditForm.php:626 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::cacheSet | |
core/modules/views_ui/src/ViewEditForm.php:643 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/views_ui/src/ViewEditForm.php:645 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/views_ui/src/ViewEditForm.php:646 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::cacheSet | |
core/modules/views_ui/src/ViewEditForm.php:726 PhanUndeclaredProperty Reference to undeclared property \Drupal\views_ui\ViewUI->type | |
core/modules/views_ui/src/ViewEditForm.php:727 PhanUndeclaredProperty Reference to undeclared property \Drupal\views_ui\ViewUI->type | |
core/modules/views_ui/src/ViewEditForm.php:753 PhanTypeMismatchArgument Argument 2 (key) is null but \Drupal\views\Views::fetchPluginNames() takes string defined at core/modules/views/src/Views.php:142 | |
core/modules/views_ui/src/ViewEditForm.php:762 PhanTypeMismatchArgumentInternal Argument 2 () is string but \array_merge() takes array | |
core/modules/views_ui/src/ViewEditForm.php:814 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/views_ui/src/ViewEditForm.php:815 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewEditForm.php:819 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/views_ui/src/ViewEditForm.php:823 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewEditForm.php:824 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::cacheSet | |
core/modules/views_ui/src/ViewEditForm.php:841 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewEditForm.php:845 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewEditForm.php:846 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::cacheSet | |
core/modules/views_ui/src/ViewEditForm.php:867 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::duplicateDisplayAsType | |
core/modules/views_ui/src/ViewEditForm.php:871 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewEditForm.php:872 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::cacheSet | |
core/modules/views_ui/src/ViewFormBase.php:49 PhanTypeMismatchArgument Argument 1 (view) is \Drupal\Core\Access\AccessibleInterface|\Drupal\Core\Cache\CacheableDependencyInterface|\Drupal\Core\Cache\RefinableCacheableDependencyInterface|\Drupal\Core\Entity\EntityInterface but \Drupal\views_ui\ViewFormBase::getDisplayTabs() takes \Drupal\views_ui\ViewUI defined at core/modules/views_ui/src/ViewFormBase.php:87 | |
core/modules/views_ui/src/ViewListBuilder.php:102 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::get | |
core/modules/views_ui/src/ViewListBuilder.php:114 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::status | |
core/modules/views_ui/src/ViewListBuilder.php:249 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getExecutable | |
core/modules/views_ui/src/ViewListBuilder.php:257 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::status | |
core/modules/views_ui/src/ViewPreviewForm.php:60 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::renderPreview | |
core/modules/views_ui/src/ViewUI.php:57 PhanUndeclaredTypeProperty Property \Drupal\views_ui\ViewUI::lock has undeclared type \Drupal\views_ui\stdClass | |
core/modules/views_ui/src/ViewUI.php:145 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewEntityInterface->entityType | |
core/modules/views_ui/src/ViewUI.php:145 PhanUndeclaredProperty Reference to undeclared property \Drupal\views_ui\ViewUI->entityType | |
core/modules/views_ui/src/ViewUI.php:154 PhanParamTooMany Call with 2 arg(s) to \Drupal\views\ViewEntityInterface::get() which only takes 1 arg(s) defined at core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php:125 | |
core/modules/views_ui/src/ViewUI.php:263 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewEntityInterface->form_cache | |
core/modules/views_ui/src/ViewUI.php:264 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewEntityInterface->form_cache | |
core/modules/views_ui/src/ViewUI.php:471 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\ViewsHandlerInterface::usesGroupBy | |
core/modules/views_ui/src/ViewUI.php:476 PhanUndeclaredMethod Call to undeclared method \Drupal\views\Plugin\views\ViewsHandlerInterface::hasExtraOptions | |
core/modules/views_ui/src/ViewUI.php:484 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewEntityInterface->form_cache | |
core/modules/views_ui/src/ViewUI.php:485 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewEntityInterface->form_cache | |
core/modules/views_ui/src/ViewUI.php:539 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewEntityInterface->ajax | |
core/modules/views_ui/src/ViewUI.php:539 PhanUndeclaredProperty Reference to undeclared property \Drupal\views_ui\ViewUI->ajax | |
core/modules/views_ui/src/ViewUI.php:540 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->live_preview | |
core/modules/views_ui/src/ViewUI.php:626 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Database\Query\AlterableInterface::getArguments | |
core/modules/views_ui/src/ViewUI.php:633 PhanTypeMismatchArgument Argument 1 (string) is null but \Drupal\Core\Database\Connection::quote() takes string defined at core/lib/Drupal/Core/Database/Connection.php:1443 | |
core/modules/views_ui/src/ViewUI.php:724 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->build_time | |
core/modules/views_ui/src/ViewUI.php:734 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->execute_time | |
core/modules/views_ui/src/ViewUI.php:870 PhanTypeMismatchProperty Assigning null to property but \Drupal\views\ViewExecutable::current_display is string | |
core/modules/views_ui/src/ViewUI.php:874 PhanTypeMismatchProperty Assigning null to property but \Drupal\views\ViewExecutable::display_handler is \Drupal\views\Plugin\views\display\DisplayPluginBase | |
core/modules/views_ui/src/ViewUI.php:875 PhanUndeclaredProperty Reference to undeclared property \Drupal\views\ViewExecutable->default_display | |
core/modules/views_ui/src/ViewUI.php:877 PhanTypeMismatchProperty Assigning null to property but \Drupal\views\ViewExecutable::displayHandlers is \Drupal\views\DisplayPluginCollection | |
core/modules/views_ui/views_ui.module:258 PhanTypeMismatchArgument Argument 2 (route_parameters) is float|int but \Drupal\Core\Url::fromRoute() takes array defined at core/lib/Drupal/Core/Url.php:141 | |
core/modules/workflows/src/Annotation/WorkflowType.php:42 PhanTypeMismatchProperty Assigning string to property but \Drupal\workflows\Annotation\WorkflowType::label is \Drupal\Core\Annotation\Translation | |
core/modules/workflows/src/Entity/Workflow.php:47 PhanAccessClassInternal Cannot access internal Interface \Drupal\workflows\WorkflowInterface defined at core/modules/workflows/src/WorkflowInterface.php:14 | |
core/modules/workflows/src/Entity/Workflow.php:186 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\State::__construct defined at core/modules/workflows/src/State.php:54 | |
core/modules/workflows/src/Entity/Workflow.php:319 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\Transition::__construct defined at core/modules/workflows/src/Transition.php:72 | |
core/modules/workflows/src/Form/WorkflowAddForm.php:64 PhanAccessClassConstantInternal Cannot access internal class constant \Drupal\workflows\Entity\Workflow::class defined at core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:10 | |
core/modules/workflows/src/Form/WorkflowAddForm.php:88 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTypePlugin | |
core/modules/workflows/src/Form/WorkflowAddForm.php:113 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/workflows/src/Form/WorkflowAddForm.php:114 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/workflows/src/Form/WorkflowAddForm.php:115 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/workflows/src/Form/WorkflowEditForm.php:38 PhanAccessClassConstantInternal Cannot access internal class constant \Drupal\workflows\Entity\Workflow::class defined at core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php:10 | |
core/modules/workflows/src/Form/WorkflowEditForm.php:68 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getStates | |
core/modules/workflows/src/Form/WorkflowEditForm.php:145 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTransitions | |
core/modules/workflows/src/Form/WorkflowEditForm.php:169 PhanAccessClassConstantInternal Cannot access internal class constant \Drupal\workflows\State::class defined at core/modules/workflows/src/StateInterface.php:14 | |
core/modules/workflows/src/Form/WorkflowEditForm.php:204 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/workflows/src/Form/WorkflowEditForm.php:205 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/workflows/src/Form/WorkflowEditForm.php:207 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setStateWeight | |
core/modules/workflows/src/Form/WorkflowEditForm.php:210 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setTransitionWeight | |
core/modules/workflows/src/Form/WorkflowStateAddForm.php:66 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasState | |
core/modules/workflows/src/Form/WorkflowStateAddForm.php:87 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasState | |
core/modules/workflows/src/Form/WorkflowStateAddForm.php:88 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::addState | |
core/modules/workflows/src/Form/WorkflowStateAddForm.php:90 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTypePlugin | |
core/modules/workflows/src/Form/WorkflowStateAddForm.php:91 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTypePlugin | |
core/modules/workflows/src/Form/WorkflowStateAddForm.php:92 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/workflows/src/Form/WorkflowStateAddForm.php:105 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getState | |
core/modules/workflows/src/Form/WorkflowStateDeleteForm.php:40 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::label defined at core/modules/workflows/src/StateInterface.php:30 | |
core/modules/workflows/src/Form/WorkflowStateDeleteForm.php:40 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::getState defined at core/modules/workflows/src/WorkflowInterface.php:66 | |
core/modules/workflows/src/Form/WorkflowStateDeleteForm.php:40 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::label defined at core/lib/Drupal/Core/Entity/EntityInterface.php:96 | |
core/modules/workflows/src/Form/WorkflowStateDeleteForm.php:47 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::toUrl defined at core/lib/Drupal/Core/Entity/EntityInterface.php:153 | |
core/modules/workflows/src/Form/WorkflowStateDeleteForm.php:73 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::hasState defined at core/modules/workflows/src/WorkflowInterface.php:38 | |
core/modules/workflows/src/Form/WorkflowStateDeleteForm.php:86 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::label defined at core/modules/workflows/src/StateInterface.php:30 | |
core/modules/workflows/src/Form/WorkflowStateDeleteForm.php:86 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::getState defined at core/modules/workflows/src/WorkflowInterface.php:66 | |
core/modules/workflows/src/Form/WorkflowStateDeleteForm.php:87 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::deleteState defined at core/modules/workflows/src/WorkflowInterface.php:106 | |
core/modules/workflows/src/Form/WorkflowStateDeleteForm.php:87 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::save defined at core/lib/Drupal/Core/Entity/EntityInterface.php:281 | |
core/modules/workflows/src/Form/WorkflowStateEditForm.php:127 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setStateLabel | |
core/modules/workflows/src/Form/WorkflowStateEditForm.php:129 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTypePlugin | |
core/modules/workflows/src/Form/WorkflowStateEditForm.php:130 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTypePlugin | |
core/modules/workflows/src/Form/WorkflowStateEditForm.php:131 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/workflows/src/Form/WorkflowStateEditForm.php:143 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getState | |
core/modules/workflows/src/Form/WorkflowTransitionAddForm.php:48 PhanAccessClassConstantInternal Cannot access internal class constant \Drupal\workflows\State::class defined at core/modules/workflows/src/StateInterface.php:14 | |
core/modules/workflows/src/Form/WorkflowTransitionAddForm.php:85 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::hasTransition | |
core/modules/workflows/src/Form/WorkflowTransitionAddForm.php:107 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::addTransition | |
core/modules/workflows/src/Form/WorkflowTransitionAddForm.php:109 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTypePlugin | |
core/modules/workflows/src/Form/WorkflowTransitionAddForm.php:110 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTypePlugin | |
core/modules/workflows/src/Form/WorkflowTransitionAddForm.php:111 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php:47 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\TransitionInterface::label defined at core/modules/workflows/src/TransitionInterface.php:28 | |
core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php:47 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::label defined at core/lib/Drupal/Core/Entity/EntityInterface.php:96 | |
core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php:54 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::toUrl defined at core/lib/Drupal/Core/Entity/EntityInterface.php:153 | |
core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php:81 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::getTransition defined at core/modules/workflows/src/WorkflowInterface.php:148 | |
core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php:94 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::deleteTransition defined at core/modules/workflows/src/WorkflowInterface.php:279 | |
core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php:94 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::save defined at core/lib/Drupal/Core/Entity/EntityInterface.php:281 | |
core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php:95 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\TransitionInterface::id defined at core/modules/workflows/src/TransitionInterface.php:20 | |
core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php:98 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\TransitionInterface::label defined at core/modules/workflows/src/TransitionInterface.php:28 | |
core/modules/workflows/src/Form/WorkflowTransitionEditForm.php:63 PhanAccessClassConstantInternal Cannot access internal class constant \Drupal\workflows\State::class defined at core/modules/workflows/src/StateInterface.php:14 | |
core/modules/workflows/src/Form/WorkflowTransitionEditForm.php:129 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setTransitionLabel | |
core/modules/workflows/src/Form/WorkflowTransitionEditForm.php:130 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::setTransitionFromStates | |
core/modules/workflows/src/Form/WorkflowTransitionEditForm.php:132 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTypePlugin | |
core/modules/workflows/src/Form/WorkflowTransitionEditForm.php:133 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTypePlugin | |
core/modules/workflows/src/Form/WorkflowTransitionEditForm.php:134 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::set | |
core/modules/workflows/src/Form/WorkflowTransitionEditForm.php:146 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTransition | |
core/modules/workflows/src/Plugin/WorkflowTypeBase.php:24 PhanAccessClassInternal Cannot access internal Interface \Drupal\workflows\WorkflowTypeInterface defined at core/modules/workflows/src/WorkflowTypeInterface.php:18 | |
core/modules/workflows/src/WorkflowAccessControlHandler.php:60 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTypePlugin | |
core/modules/workflows/src/WorkflowAccessControlHandler.php:65 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getStates | |
core/modules/workflows/src/WorkflowAccessControlHandler.php:84 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Access\AccessResultInterface::addCacheTags | |
core/modules/workflows/src/WorkflowListBuilder.php:76 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getTypePlugin | |
core/modules/workflows/src/WorkflowListBuilder.php:79 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::getStates | |
core/modules/workflows/src/WorkflowTypeManager.php:35 PhanAccessClassConstantInternal Cannot access internal class constant \Drupal\workflows\Annotation\WorkflowType::class defined at core/lib/Drupal/Component/Annotation/AnnotationInterface.php:8 | |
core/modules/workflows/tests/modules/workflow_type_test/src/DecoratedState.php:10 PhanAccessClassInternal Cannot access internal Interface \Drupal\workflows\StateInterface defined at core/modules/workflows/src/StateInterface.php:14 | |
core/modules/workflows/tests/modules/workflow_type_test/src/DecoratedState.php:52 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::id defined at core/modules/workflows/src/StateInterface.php:22 | |
core/modules/workflows/tests/modules/workflow_type_test/src/DecoratedState.php:59 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::label defined at core/modules/workflows/src/StateInterface.php:30 | |
core/modules/workflows/tests/modules/workflow_type_test/src/DecoratedState.php:66 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::weight defined at core/modules/workflows/src/StateInterface.php:38 | |
core/modules/workflows/tests/modules/workflow_type_test/src/DecoratedState.php:73 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::canTransitionTo defined at core/modules/workflows/src/StateInterface.php:49 | |
core/modules/workflows/tests/modules/workflow_type_test/src/DecoratedState.php:80 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::getTransitionTo defined at core/modules/workflows/src/StateInterface.php:63 | |
core/modules/workflows/tests/modules/workflow_type_test/src/DecoratedState.php:87 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::getTransitions defined at core/modules/workflows/src/StateInterface.php:71 | |
core/modules/workflows/tests/modules/workflow_type_test/src/DecoratedTransition.php:10 PhanAccessClassInternal Cannot access internal Interface \Drupal\workflows\TransitionInterface defined at core/modules/workflows/src/TransitionInterface.php:12 | |
core/modules/workflows/tests/modules/workflow_type_test/src/DecoratedTransition.php:52 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\TransitionInterface::id defined at core/modules/workflows/src/TransitionInterface.php:20 | |
core/modules/workflows/tests/modules/workflow_type_test/src/DecoratedTransition.php:59 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\TransitionInterface::label defined at core/modules/workflows/src/TransitionInterface.php:28 | |
core/modules/workflows/tests/modules/workflow_type_test/src/DecoratedTransition.php:66 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\TransitionInterface::from defined at core/modules/workflows/src/TransitionInterface.php:36 | |
core/modules/workflows/tests/modules/workflow_type_test/src/DecoratedTransition.php:73 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\TransitionInterface::to defined at core/modules/workflows/src/TransitionInterface.php:44 | |
core/modules/workflows/tests/modules/workflow_type_test/src/DecoratedTransition.php:80 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\TransitionInterface::weight defined at core/modules/workflows/src/TransitionInterface.php:52 | |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/ComplexTestType.php:22 PhanAccessClassInternal Cannot access internal abstract Class \Drupal\workflows\Plugin\WorkflowTypeBase defined at core/modules/workflows/src/Plugin/WorkflowTypeBase.php:24 | |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/ComplexTestType.php:30 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::id defined at core/modules/workflows/src/StateInterface.php:22 | |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/ComplexTestType.php:31 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\StateInterface::id defined at core/modules/workflows/src/StateInterface.php:22 | |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/ComplexTestType.php:43 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\TransitionInterface::id defined at core/modules/workflows/src/TransitionInterface.php:20 | |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/ComplexTestType.php:44 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\TransitionInterface::id defined at core/modules/workflows/src/TransitionInterface.php:20 | |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/ComplexTestType.php:62 PhanUndeclaredMethod Call to undeclared method \Drupal\workflows\StateInterface::getExtra | |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/ComplexTestType.php:77 PhanUndeclaredMethod Call to undeclared method \Drupal\workflows\TransitionInterface::getExtra | |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/RequiredStateTestType.php:21 PhanAccessClassInternal Cannot access internal abstract Class \Drupal\workflows\Plugin\WorkflowTypeBase defined at core/modules/workflows/src/Plugin/WorkflowTypeBase.php:24 | |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/RequiredStateTestType.php:29 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::addState defined at core/modules/workflows/src/WorkflowInterface.php:27 | |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/RequiredStateTestType.php:29 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::addTransition defined at core/modules/workflows/src/WorkflowInterface.php:134 | |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/RequiredStateTestType.php:29 PhanAccessMethodInternal Cannot access internal method \Drupal\workflows\WorkflowInterface::setStateWeight defined at core/modules/workflows/src/WorkflowInterface.php:92 | |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/TestType.php:15 PhanAccessClassInternal Cannot access internal abstract Class \Drupal\workflows\Plugin\WorkflowTypeBase defined at core/modules/workflows/src/Plugin/WorkflowTypeBase.php:24 | |
modules/token/src/Tests/TokenTestTrait.php:25 PhanUndeclaredMethod Call to undeclared method \Drupal\token\Tests\TokenTestTrait::assertTrue | |
modules/token/src/Tests/TokenTestTrait.php:28 PhanUndeclaredMethod Call to undeclared method \Drupal\token\Tests\TokenTestTrait::fail | |
modules/token/src/Tests/TokenTestTrait.php:31 PhanUndeclaredMethod Call to undeclared method \Drupal\token\Tests\TokenTestTrait::assertTrue | |
modules/token/src/Tests/TokenTestTrait.php:34 PhanUndeclaredMethod Call to undeclared method \Drupal\token\Tests\TokenTestTrait::assertEqual | |
modules/token/src/Tests/TokenTestTrait.php:55 PhanUndeclaredMethod Call to undeclared method \Drupal\token\Tests\TokenTestTrait::assertTrue | |
modules/token/src/Tests/TokenTestTrait.php:70 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Url::toArray | |
modules/token/src/Tests/TokenTestTrait.php:90 PhanUndeclaredMethod Call to undeclared method \Drupal\token\Tests\TokenTestTrait::drupalGet | |
modules/token/src/Tests/TokenTestTrait.php:91 PhanUndeclaredMethod Call to undeclared method \Drupal\token\Tests\TokenTestTrait::refreshVariables | |
modules/token/src/Tests/TokenTestTrait.php:95 PhanUndeclaredMethod Call to undeclared method \Drupal\token\Tests\TokenTestTrait::fail | |
modules/token/src/Tests/TokenTestTrait.php:100 PhanUndeclaredMethod Call to undeclared method \Drupal\token\Tests\TokenTestTrait::assertTrue | |
modules/token/src/Tests/TokenTestTrait.php:103 PhanUndeclaredMethod Call to undeclared method \Drupal\token\Tests\TokenTestTrait::fail | |
modules/token/src/Tests/TokenTestTrait.php:106 PhanUndeclaredMethod Call to undeclared method \Drupal\token\Tests\TokenTestTrait::assertIdentical | |
modules/token/src/Tests/Tree/TokenTreeTestTrait.php:17 PhanUndeclaredMethod Call to undeclared method \Drupal\token\Tests\Tree\TokenTreeTestTrait::xpath | |
modules/token/src/Tests/Tree/TokenTreeTestTrait.php:41 PhanUndeclaredMethod Call to undeclared method \Drupal\token\Tests\Tree\TokenTreeTestTrait::assertTrue | |
modules/token/src/Tests/Tree/TokenTreeTestTrait.php:63 PhanUndeclaredMethod Call to undeclared method \Drupal\token\Tests\Tree\TokenTreeTestTrait::assertFalse | |
modules/token/src/Tests/Tree/TokenTreeTestTrait.php:86 PhanUndeclaredMethod Call to undeclared method \Drupal\token\Tests\Tree\TokenTreeTestTrait::assertIdentical | |
modules/token/src/Tests/Tree/TokenTreeTestTrait.php:86 PhanUndeclaredMethod Call to undeclared method \Drupal\token\Tests\Tree\TokenTreeTestTrait::xpath | |
modules/token/src/Tests/Tree/TokenTreeTestTrait.php:109 PhanUndeclaredMethod Call to undeclared method \Drupal\token\Tests\Tree\TokenTreeTestTrait::assertIdentical | |
modules/token/src/Tests/Tree/TokenTreeTestTrait.php:109 PhanUndeclaredMethod Call to undeclared method \Drupal\token\Tests\Tree\TokenTreeTestTrait::xpath | |
modules/token/tests/modules/token_module_test/token_module_test.module:29 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->body | |
modules/token/tests/modules/token_module_test/token_module_test.module:30 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->body | |
modules/token/tests/src/Kernel/KernelTestBase.php:11 PhanUndeclaredExtendedClass Class extends undeclared class \Drupal\KernelTests\KernelTestBase | |
modules/token/tests/src/Kernel/KernelTestBase.php:26 PhanUndeclaredClass Reference to undeclared class \Drupal\KernelTests\KernelTestBase | |
modules/token/tests/src/Kernel/KernelTestBase.php:28 PhanUndeclaredClassMethod Call to method installSchema from undeclared class \Drupal\KernelTests\KernelTestBase | |
modules/token/tests/src/Kernel/KernelTestBase.php:30 PhanUndeclaredClassMethod Call to method installConfig from undeclared class \Drupal\KernelTests\KernelTestBase | |
modules/token/token.module:101 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\StringTranslation\TranslatableMarkup | |
modules/token/token.module:247 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Utility\Token::getTokenInfo | |
modules/token/token.module:296 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Utility\Token::getInvalidTokensByContext | |
modules/token/token.module:309 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Form\FormInterface::getEntity | |
modules/token/token.module:332 PhanTypeInvalidRightOperand Invalid operator: left operand is array and right is not | |
modules/token/token.module:474 PhanUndeclaredFunction Call to undeclared function \drupal_render_cid_create() | |
modules/token/token.module:483 PhanUndeclaredFunction Call to undeclared function \drupal_process_attached() | |
modules/token/token.module:502 PhanUndeclaredFunction Call to undeclared function \drupal_render_cache_set() | |
modules/token/token.module:586 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadAllParents | |
modules/token/token.module:764 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->menu_link | |
modules/token/token.module:776 PhanUndeclaredProperty Reference to undeclared property \Drupal\node\NodeInterface->menu_link | |
modules/token/token.pages.inc:20 PhanTypeArraySuspicious Suspicious array access to \Drupal\Core\StringTranslation\TranslatableMarkup | |
modules/token/token.tokens.inc:552 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadAllParents | |
modules/token/token.tokens.inc:572 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityStorageInterface::loadAllParents | |
modules/token/token.tokens.inc:646 PhanUndeclaredProperty Reference to undeclared property \Drupal\user\UserInterface->user_picture | |
modules/token/token.tokens.inc:984 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Utility\Token::getTypeInfo | |
modules/token/token.tokens.inc:1386 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\TypedData\DataDefinitionInterface::getEntityTypeId | |
modules/token/token.tokens.inc:1478 PhanUndeclaredMethod Call to undeclared method \Drupal\Core\Entity\EntityInterface::status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment