ViewExecutable::$items_per_page |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The number of items per page. |
PageTitleFilteringTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/PageTitleFilteringTest.php |
Implement getInfo(). |
SelectPagerDefaultTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectPagerDefaultTest.php |
|
TermStorageController::postSave |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postSave(). |
language_types_get_configurable |
function |
drupal/core/includes/language.inc |
Returns only the configurable language types. |
MockArraySessionStorageTest.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php |
|
AlterDecoratorTestPluginManager |
class |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/AlterDecoratorTestPluginManager.php |
Defines a plugin manager used by AlterDecorator unit tests. |
LanguagePathMonolingualTest.php |
file |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguagePathMonolingualTest.php |
Definition of Drupal\language\Tests\LanguagePathMonolingualTest. |
BaseCompilerFilter::setLanguage |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php |
|
action_admin_manage_form_submit |
function |
drupal/core/modules/action/action.admin.inc |
Form submission handler for action_admin_manage_form(). |
VocabularyStorageController.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php |
Definition of VocabularyStorageController. |
LanguageNegotiationInfoTest.php |
file |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageNegotiationInfoTest.php |
Definition of Drupal\language\Tests\LanguageNegotiationInfoTest. |
SearchPageOverrideTest::getInfo |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchPageOverrideTest.php |
|
LANGUAGE_NEGOTIATION_USER_ADMIN |
constant |
drupal/core/modules/language/language.negotiation.inc |
The language is set based on the user admin language settings. |
FileReadOnlyStorage::$directory |
property |
drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
The directory where the files should be stored. |
MockArraySessionStorage::getBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php |
Gets a SessionBagInterface by name. |
LANGUAGE_NEGOTIATION_URL_PREFIX |
constant |
drupal/core/modules/language/language.negotiation.inc |
URL language negotiation: use the path prefix as URL language indicator. |
LANGUAGE_NEGOTIATION_URL_DOMAIN |
constant |
drupal/core/modules/language/language.negotiation.inc |
URL language negotiation: use the domain as URL language indicator. |
ViewExecutable::getItemsPerPage |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Get the items per page from the pager. |
ViewExecutable::setItemsPerPage |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Set the items per page on the pager. |
MTimeProtectedFileStorage::load |
function |
drupal/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::load(). |
RedisProfilerStorage::$lifetime |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
|
SessionStorageInterface::getBag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Gets a SessionBagInterface by name. |
StringDatabaseStorage::$options |
property |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Additional database connection options to use in queries. |
DatabaseStorageControllerNG.php |
file |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Definition of Drupal\Core\Entity\DatabaseStorageControllerNG. |
NodeTypeInitialLanguageTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeInitialLanguageTest.php |
Definition of Drupal\node\Tests\NodeTypeInitalLanguageTest. |
_language_admin_common_controls |
function |
drupal/core/modules/language/language.admin.inc |
Common elements of the language addition and editing form. |
field_test_field_storage_delete |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_delete(). |
file_unmanaged_delete_recursive |
function |
drupal/core/includes/file.inc |
Deletes all files and directories in the specified filepath recursively. |
language_admin_edit_form_submit |
function |
drupal/core/modules/language/language.admin.inc |
Process the language editing form submission. |
LanguageUrlRewritingTest::setUp |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUrlRewritingTest.php |
Sets up a Drupal site for running functional and integration tests. |
PdoProfilerStorage::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
Constructor. |
NativeSessionStorage::isStarted |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
Checks if the session is started. |
image_effect_delete_form_submit |
function |
drupal/core/modules/image/image.admin.inc |
Submit handler to delete an image effect. |
LanguageDependencyInjectionTest |
class |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageDependencyInjectionTest.php |
Test for dependency injected language object. |
LanguageSwitchingTest::$modules |
property |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageSwitchingTest.php |
Modules to enable. |
StringDatabaseStorage::dbDelete |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Creates delete query. |
ConfigStorageTestBase::testCRUD |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/ConfigStorageTestBase.php |
Tests storage controller CRUD operations. |
MockFileSessionStorage::destroy |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php |
Deletes a session from persistent storage.
Deliberately leaves session data in memory intact. |
DisplayPluginBase::getPagerText |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Provide some helpful text for pagers. |
LanguageConfigurationElementTest |
class |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationElementTest.php |
Functional tests for language configuration's effect on negotiation setup. |
PersistentObject::$objectManager |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php |
|
FilterManagerTest::testGetFilter |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/FilterManagerTest.php |
|
UnmanagedDeleteTest::testMissing |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteTest.php |
Try deleting a missing file. |
language_process_language_select |
function |
drupal/core/modules/language/language.module |
Processes a language select list form element. |
PagePreviewTest::testPagePreview |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php |
Checks the node preview functionality. |
FileProfilerStorage::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php |
Constructs the file storage using a "dsn-like" path. |
EventManager::addEventSubscriber |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/EventManager.php |
Adds an EventSubscriber. The subscriber is asked for all the events he is
interested in and added as a listener for these events. |
FileProfilerStorage::getFilename |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php |
Gets filename to store data, associated to the token. |
PluginManager::processDefinition |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/Type/PluginManager.php |
Overrides Drupal\Component\Plugin\PluginManagerBase::processDefinition(). |