Search for list
Title | Object type | File name | Summary |
---|---|---|---|
ItemList::first | function | core/ |
Returns the first item in this list. |
ItemList::get | function | core/ |
Returns the item at the specified position in this list. |
ItemList::getItemDefinition | function | core/ |
Gets the definition of a contained item. |
ItemList::getIterator | function | core/ |
|
ItemList::getString | function | core/ |
Returns a string representation of the data. |
ItemList::getValue | function | core/ |
Gets the data value. |
ItemList::isEmpty | function | core/ |
Determines whether the list contains any non-empty items. |
ItemList::last | function | core/ |
Returns the last item in this list. |
ItemList::offsetExists | function | core/ |
|
ItemList::offsetGet | function | core/ |
|
ItemList::offsetSet | function | core/ |
|
ItemList::offsetUnset | function | core/ |
|
ItemList::onChange | function | core/ |
React to changes to a child property or item. |
ItemList::rekey | function | core/ |
Renumbers the items in the list. |
ItemList::removeItem | function | core/ |
Removes the item at the specified position. |
ItemList::set | function | core/ |
Sets the value of the item at a given position in the list. |
ItemList::setValue | function | core/ |
Overrides \Drupal\Core\TypedData\TypedData::setValue(). |
ItemList::__clone | function | core/ |
Magic method: Implements a deep clone. |
LanguageListBuilder | class | core/ |
Defines a class to build a listing of language entities. |
LanguageListBuilder.php | file | core/ |
|
LanguageListBuilder::$configFactory | property | core/ |
The configuration factory. |
LanguageListBuilder::$entitiesKey | property | core/ |
The key to use for the form element containing the entities. |
LanguageListBuilder::$languageManager | property | core/ |
The language manager. |
LanguageListBuilder::$messenger | property | core/ |
The messenger. |
LanguageListBuilder::buildForm | function | core/ |
Form constructor. |
LanguageListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
LanguageListBuilder::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
LanguageListBuilder::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
LanguageListBuilder::getFormId | function | core/ |
Returns a unique string identifying the form. |
LanguageListBuilder::load | function | core/ |
Loads entities of this type from storage for listing. |
LanguageListBuilder::submitForm | function | core/ |
Form submission handler. |
LanguageListBuilder::validateForm | function | core/ |
Form validation handler. |
LanguageListBuilder::__construct | function | core/ |
Constructs a new LanguageListBuilder object. |
LanguageListModuleInstallTest | class | core/ |
Tests that the language list is not empty when language is installed. |
LanguageListModuleInstallTest.php | file | core/ |
|
LanguageListModuleInstallTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
LanguageListModuleInstallTest::$modules | property | core/ |
Modules to install. |
LanguageListModuleInstallTest::testModuleInstallLanguageList | function | core/ |
Tests enabling Language. |
LanguageListTest | class | core/ |
Adds a new language and tests changing its status and the default language. |
LanguageListTest.php | file | core/ |
|
LanguageListTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
LanguageListTest::$modules | property | core/ |
Modules to install. |
LanguageListTest::testLanguageList | function | core/ |
Functional tests for adding, editing and deleting languages. |
LanguageListTest::testLanguageStates | function | core/ |
Functional tests for the language states (locked or configurable). |
LanguageLocaleListTest | class | core/ |
Adds a new language with translations and tests language list order. |
LanguageLocaleListTest.php | file | core/ |
|
LanguageLocaleListTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
LanguageLocaleListTest::$modules | property | core/ |
Modules to install. |
LanguageLocaleListTest::$storage | property | core/ |
|
LanguageLocaleListTest::setUp | function | core/ |
Pagination
- Previous page
- Page 21
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.