system_update_8035 |
function |
drupal/core/modules/system/system.install |
Move filter_allowed_protocols variable to config. |
PoItem::formatItem |
function |
drupal/core/lib/Drupal/Component/Gettext/PoItem.php |
Format the POItem as a string. |
Select::countQuery |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Implements SelectInterface::countQuery(). |
string_translation |
service |
drupal/core/core.services.yml |
Drupal\Core\StringTranslation\TranslationManager |
system_update_8036 |
function |
drupal/core/modules/system/system.install |
Move the admin_compact_mode setting from variable to config. |
QueryTest::getInfo |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/QueryTest.php |
|
ReturnArgument.php |
file |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ReturnArgument.php |
|
_update_fetch_data |
function |
drupal/core/modules/update/update.fetch.inc |
Attempts to drain the queue of tasks for release history data to fetch. |
system_update_8037 |
function |
drupal/core/modules/system/system.install |
Remove the 'password_count_log2' variable. |
user_view_multiple |
function |
drupal/core/modules/user/user.module |
Constructs a drupal_render() style array from an array of loaded users. |
ConfigSnapshotTest |
class |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigSnapshotTest.php |
Tests config snapshot creation and updating. |
BasicTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/BasicTest.php |
|
Select::__toString |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Implements PHP magic __toString method to convert the query to a string. |
Raw::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/Raw.php |
Retrieve the options when this is a new access
control plugin |
SandboxedPrint.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/Node/SandboxedPrint.php |
|
system_update_8038 |
function |
drupal/core/modules/system/system.install |
Move site system regional settings from variable to config. |
translation.module |
file |
drupal/core/modules/translation/translation.module |
Manages content translations. |
NodeAccessTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessTest.php |
Definition of Drupal\node\Tests\NodeAccessTest. |
EmailFieldTest.php |
file |
drupal/core/modules/email/lib/Drupal/email/Tests/EmailFieldTest.php |
Definition of Drupal\email\Tests\EmailFieldTest. |
mime_header_encode |
function |
drupal/core/includes/unicode.inc |
Encodes MIME/HTTP header values that contain incorrectly encoded characters. |
EntityFormEnhancer |
class |
drupal/core/lib/Drupal/Core/Entity/Enhancer/EntityFormEnhancer.php |
Enhances an entity form route with the appropriate controller. |
system_update_8039 |
function |
drupal/core/modules/system/system.install |
Convert css and js gzip compression variables to config. |
EasyRdf_Graph::all |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php |
Get all values for a property path |
Container::$scopes |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
|
picture_permission |
function |
drupal/core/modules/picture/picture.module |
Implements hook_permission(). |
mime_header_decode |
function |
drupal/core/includes/unicode.inc |
Decodes MIME/HTTP encoded header values. |
SearchQuery::$type |
property |
drupal/core/modules/search/lib/Drupal/search/SearchQuery.php |
The type of search (search module). |
system_update_8040 |
function |
drupal/core/modules/system/system.install |
Move action_max_stack from variable to config. |
block_library_info |
function |
drupal/core/modules/block/block.module |
Implements hook_library_info(). |
CoveragePublicTest |
class |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoveragePublicTest.php |
|
assertContainsOnly |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that a haystack contains only values of a given type. |
FooObject::$called |
property |
drupal/core/vendor/twig/twig/test/Twig/Tests/Extension/SandboxTest.php |
|
Dummy::denormalize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Fixtures/Dummy.php |
Denormalizes the object back from an array of scalars|arrays. |
field_ui.admin.inc |
file |
drupal/core/modules/field_ui/field_ui.admin.inc |
Administrative interface for custom field type creation. |
Schema::findTables |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Find all tables that are like the specified base table name. |
file_save_htaccess |
function |
drupal/core/includes/file.inc |
Creates a .htaccess file in the given directory. |
SearchQuery::$keys |
property |
drupal/core/modules/search/lib/Drupal/search/SearchQuery.php |
Positive and negative search keys. |
system_update_8041 |
function |
drupal/core/modules/system/system.install |
Convert admin_theme variable to config. |
CssCommand::render |
function |
drupal/core/lib/Drupal/Core/Ajax/CssCommand.php |
Implements Drupal\Core\Ajax\CommandInterface:render(). |
Attribute::__clone |
function |
drupal/core/lib/Drupal/Core/Template/Attribute.php |
Implements the magic __clone() method. |
ImageStyle::$label |
property |
drupal/core/modules/image/lib/Drupal/image/Plugin/Core/Entity/ImageStyle.php |
The image style label. |
YamlFileLoaderTest |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/YamlFileLoaderTest.php |
|
ContainerAware.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerAware.php |
|
system_update_8042 |
function |
drupal/core/modules/system/system.install |
Enable the new Entity module. |
TipPluginInterface |
interface |
drupal/core/modules/tour/lib/Drupal/tour/TipPluginInterface.php |
Defines an interface for tour items. |
SearchSimplifyTest |
class |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchSimplifyTest.php |
Test search_simplify() on every Unicode character, and some other cases. |
Request::$charsets |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
|
views_ui.theme.inc |
file |
drupal/core/modules/views_ui/views_ui.theme.inc |
Preprocessors and theme functions for the Views UI. |
theme_form_element |
function |
drupal/core/includes/form.inc |
Returns HTML for a form element. |
FieldItemInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemInterface.php |
Interface for entity field items. |